[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#717473: BUG: Null pointer deref in amd64_edac_mod/amd64_probe_one_instance during boot



On Sun, Jul 21, 2013 at 09:36:01PM +0200, Borislav Petkov wrote:
> On Sun, Jul 21, 2013 at 06:41:52PM +0100, Ben Hutchings wrote:
> > On Sun, 2013-07-21 at 09:54 +0100, Roger Leigh wrote:
> > > If the bug is in amd64_edac_mod, there are only two possible commits
> > > which could cause the problem:
> > > 
> > > 1eef12825 amd64_edac: Correct DIMM sizes
> > > 94c1acf2c amd64_edac: Add Family 16h support
> > > 
> > > Which are the only commits between 3.8 and 3.9 (and none made since)
> > 
> > The crash is at this line:
> > 
> > 			csrow->channels[1]->dimm->nr_pages = row_dct1_pages;
> 
> Hmm.
> 
> If I can read it correctly above, 3.8 works for you Roger, correct?

This is correct.

> If so, can you please enable CONFIG_EDAC_DEBUG, rebuild 3.8 and boot
> your machine with it and send me the full dmesg of the boot?

These are attached

  dram-3.8-2-orig.txt - DRAM modules in original configuration (same channel)
  dram-3.8-2-new.txt  - DRAM modules in new configuration (different channels)

Note that with the DRAM modules in different channels, I can boot all 3.9 and
3.10 kernels without problems, so it's definitely having the memory in the
former configuration which is causing the trouble.

> > with csrow->channels[1]->dimm == NULL.
> > 
> > This code was introduced by the first commit above.  Does the patch
> > below fix this?

Ben's patch does allow me to boot the system with the memory in this
configuration on a 3.10 kernel.

> Roger's DIMMs are only on the one channel and the second one is empty.
> Btw, Roger, you might want to move one of the DIMMs to a another DIMM
> socket on the board so that you can use both channels for performance
> reasons.
> 
> I'm saying "one of the DIMMs" because I'm assuming those 4G above are
> dual-ranked DIMMs and you have two 8G DIMMs on the board.
> 
> If they're single-ranked i.e. 4G each, then you shouldn't have any
> choice because your board has only 4 DIMM slots anyway, AFAICT from the
> manual:
> 
> http://www.asus.com/Motherboards/SABERTOOTH_990FX_R20/#support_Download_10
> 
> Which would be buggy because you're still using only one DCT.
> 
> Btw if you have two DIMMs on there, please put them according to the
> recommended memory configurations, i.e. one in A2 and the other in B2.

Your analysis above is entirely correct.  I do have 2x8G DIMMS in two
of the four slots on the board.  As mentioned above, I was using them
on the same channel, and moving them to different channels does make
things work.


Many thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux             http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?       http://gutenprint.sourceforge.net/
   `-    GPG Public Key: 0x25BFB848   Please GPG sign your mail.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.8-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.7.3 (Debian 4.7.3-6) ) #1 SMP Debian 3.8.13-1
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.8-2-amd64 root=UUID=dbcbda22-0080-4c85-ad18-673660d35e4f ro
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba7abfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba7ac000-0x00000000babdffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000babe0000-0x00000000babeffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000babf0000-0x00000000bb957fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb958000-0x00000000bca34fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bca35000-0x00000000bca35fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bca36000-0x00000000bcc3bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcc3c000-0x00000000bd082fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000043effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.10 by American Megatrends
[    0.000000] efi:  ACPI=0xbabe7000  ACPI 2.0=0xbabe7000  SMBIOS=0xf04c0 
[    0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
[    0.000000] efi: mem01: type=7, attr=0xf, range=[0x0000000000008000-0x000000000005f000) (0MB)
[    0.000000] efi: mem02: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
[    0.000000] efi: mem03: type=3, attr=0xf, range=[0x0000000000060000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem04: type=2, attr=0xf, range=[0x0000000000100000-0x0000000000d2d000) (12MB)
[    0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000d2d000-0x0000000001000000) (2MB)
[    0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
[    0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
[    0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002c2d000) (12MB)
[    0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000002c2d000-0x0000000036542000) (825MB)
[    0.000000] efi: mem10: type=2, attr=0xf, range=[0x0000000036542000-0x0000000037299000) (13MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000037299000-0x000000007ea50000) (1143MB)
[    0.000000] efi: mem12: type=2, attr=0xf, range=[0x000000007ea50000-0x00000000aa1ab000) (695MB)
[    0.000000] efi: mem13: type=7, attr=0xf, range=[0x00000000aa1ab000-0x00000000aa1b1000) (0MB)
[    0.000000] efi: mem14: type=1, attr=0xf, range=[0x00000000aa1b1000-0x00000000aa1d8000) (0MB)
[    0.000000] efi: mem15: type=7, attr=0xf, range=[0x00000000aa1d8000-0x00000000ad325000) (49MB)
[    0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000ad325000-0x00000000ad649000) (3MB)
[    0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000ad649000-0x00000000ad652000) (0MB)
[    0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000ad652000-0x00000000ad675000) (0MB)
[    0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000ad675000-0x00000000ad67e000) (0MB)
[    0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000ad67e000-0x00000000ad6a4000) (0MB)
[    0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000ad6a4000-0x00000000ad6b0000) (0MB)
[    0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000ad6b0000-0x00000000ad6e9000) (0MB)
[    0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000ad6e9000-0x00000000ad6fd000) (0MB)
[    0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000ad6fd000-0x00000000ad71e000) (0MB)
[    0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000ad71e000-0x00000000ad72e000) (0MB)
[    0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000ad72e000-0x00000000ad758000) (0MB)
[    0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000ad758000-0x00000000ad76c000) (0MB)
[    0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000ad76c000-0x00000000ad7a0000) (0MB)
[    0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000ad7a0000-0x00000000ad7b5000) (0MB)
[    0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000ad7b5000-0x00000000ad80f000) (0MB)
[    0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000ad80f000-0x00000000ad82e000) (0MB)
[    0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000ad82e000-0x00000000ad852000) (0MB)
[    0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000ad852000-0x00000000ad85b000) (0MB)
[    0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000ad85b000-0x00000000ad87f000) (0MB)
[    0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000ad87f000-0x00000000ad888000) (0MB)
[    0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000ad888000-0x00000000ad8ad000) (0MB)
[    0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000ad8ad000-0x00000000ad8b9000) (0MB)
[    0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000ad8b9000-0x00000000ad8f1000) (0MB)
[    0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000ad8f1000-0x00000000ad905000) (0MB)
[    0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000ad905000-0x00000000ad926000) (0MB)
[    0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000ad926000-0x00000000ad936000) (0MB)
[    0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000ad936000-0x00000000ad960000) (0MB)
[    0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000ad960000-0x00000000ad974000) (0MB)
[    0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000ad974000-0x00000000ad9aa000) (0MB)
[    0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000ad9aa000-0x00000000ad9bf000) (0MB)
[    0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000ad9bf000-0x00000000ada17000) (0MB)
[    0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000ada17000-0x00000000ada36000) (0MB)
[    0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000ada36000-0x00000000ada5c000) (0MB)
[    0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000ada5c000-0x00000000ada65000) (0MB)
[    0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000ada65000-0x00000000ada88000) (0MB)
[    0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000ada88000-0x00000000ada91000) (0MB)
[    0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000ada91000-0x00000000adab6000) (0MB)
[    0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000adab6000-0x00000000adac2000) (0MB)
[    0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000adac2000-0x00000000adafb000) (0MB)
[    0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000adafb000-0x00000000adb0f000) (0MB)
[    0.000000] efi: mem56: type=4, attr=0xf, range=[0x00000000adb0f000-0x00000000adb32000) (0MB)
[    0.000000] efi: mem57: type=7, attr=0xf, range=[0x00000000adb32000-0x00000000adb42000) (0MB)
[    0.000000] efi: mem58: type=4, attr=0xf, range=[0x00000000adb42000-0x00000000adb6b000) (0MB)
[    0.000000] efi: mem59: type=7, attr=0xf, range=[0x00000000adb6b000-0x00000000adb7f000) (0MB)
[    0.000000] efi: mem60: type=4, attr=0xf, range=[0x00000000adb7f000-0x00000000adba5000) (0MB)
[    0.000000] efi: mem61: type=7, attr=0xf, range=[0x00000000adba5000-0x00000000adc41000) (0MB)
[    0.000000] efi: mem62: type=4, attr=0xf, range=[0x00000000adc41000-0x00000000adc66000) (0MB)
[    0.000000] efi: mem63: type=7, attr=0xf, range=[0x00000000adc66000-0x00000000adc6f000) (0MB)
[    0.000000] efi: mem64: type=4, attr=0xf, range=[0x00000000adc6f000-0x00000000adc93000) (0MB)
[    0.000000] efi: mem65: type=7, attr=0xf, range=[0x00000000adc93000-0x00000000adc9c000) (0MB)
[    0.000000] efi: mem66: type=4, attr=0xf, range=[0x00000000adc9c000-0x00000000adcc1000) (0MB)
[    0.000000] efi: mem67: type=7, attr=0xf, range=[0x00000000adcc1000-0x00000000adccd000) (0MB)
[    0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000adccd000-0x00000000add05000) (0MB)
[    0.000000] efi: mem69: type=7, attr=0xf, range=[0x00000000add05000-0x00000000add19000) (0MB)
[    0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000add19000-0x00000000add3b000) (0MB)
[    0.000000] efi: mem71: type=7, attr=0xf, range=[0x00000000add3b000-0x00000000add4b000) (0MB)
[    0.000000] efi: mem72: type=4, attr=0xf, range=[0x00000000add4b000-0x00000000add75000) (0MB)
[    0.000000] efi: mem73: type=7, attr=0xf, range=[0x00000000add75000-0x00000000add89000) (0MB)
[    0.000000] efi: mem74: type=4, attr=0xf, range=[0x00000000add89000-0x00000000addbd000) (0MB)
[    0.000000] efi: mem75: type=7, attr=0xf, range=[0x00000000addbd000-0x00000000addd2000) (0MB)
[    0.000000] efi: mem76: type=4, attr=0xf, range=[0x00000000addd2000-0x00000000ade24000) (0MB)
[    0.000000] efi: mem77: type=7, attr=0xf, range=[0x00000000ade24000-0x00000000ade43000) (0MB)
[    0.000000] efi: mem78: type=4, attr=0xf, range=[0x00000000ade43000-0x00000000ade72000) (0MB)
[    0.000000] efi: mem79: type=7, attr=0xf, range=[0x00000000ade72000-0x00000000ade7b000) (0MB)
[    0.000000] efi: mem80: type=4, attr=0xf, range=[0x00000000ade7b000-0x00000000ade9f000) (0MB)
[    0.000000] efi: mem81: type=7, attr=0xf, range=[0x00000000ade9f000-0x00000000adea8000) (0MB)
[    0.000000] efi: mem82: type=4, attr=0xf, range=[0x00000000adea8000-0x00000000adece000) (0MB)
[    0.000000] efi: mem83: type=7, attr=0xf, range=[0x00000000adece000-0x00000000adeda000) (0MB)
[    0.000000] efi: mem84: type=4, attr=0xf, range=[0x00000000adeda000-0x00000000adf11000) (0MB)
[    0.000000] efi: mem85: type=7, attr=0xf, range=[0x00000000adf11000-0x00000000adf25000) (0MB)
[    0.000000] efi: mem86: type=4, attr=0xf, range=[0x00000000adf25000-0x00000000adf48000) (0MB)
[    0.000000] efi: mem87: type=7, attr=0xf, range=[0x00000000adf48000-0x00000000adf58000) (0MB)
[    0.000000] efi: mem88: type=4, attr=0xf, range=[0x00000000adf58000-0x00000000adf81000) (0MB)
[    0.000000] efi: mem89: type=7, attr=0xf, range=[0x00000000adf81000-0x00000000adf95000) (0MB)
[    0.000000] efi: mem90: type=4, attr=0xf, range=[0x00000000adf95000-0x00000000adfbb000) (0MB)
[    0.000000] efi: mem91: type=7, attr=0xf, range=[0x00000000adfbb000-0x00000000adfd0000) (0MB)
[    0.000000] efi: mem92: type=4, attr=0xf, range=[0x00000000adfd0000-0x00000000ae351000) (3MB)
[    0.000000] efi: mem93: type=7, attr=0xf, range=[0x00000000ae351000-0x00000000ae35b000) (0MB)
[    0.000000] efi: mem94: type=4, attr=0xf, range=[0x00000000ae35b000-0x00000000ae396000) (0MB)
[    0.000000] efi: mem95: type=7, attr=0xf, range=[0x00000000ae396000-0x00000000ae3a0000) (0MB)
[    0.000000] efi: mem96: type=4, attr=0xf, range=[0x00000000ae3a0000-0x00000000ae3c7000) (0MB)
[    0.000000] efi: mem97: type=7, attr=0xf, range=[0x00000000ae3c7000-0x00000000ae3d4000) (0MB)
[    0.000000] efi: mem98: type=4, attr=0xf, range=[0x00000000ae3d4000-0x00000000ae405000) (0MB)
[    0.000000] efi: mem99: type=7, attr=0xf, range=[0x00000000ae405000-0x00000000ae41a000) (0MB)
[    0.000000] efi: mem100: type=4, attr=0xf, range=[0x00000000ae41a000-0x00000000ae43d000) (0MB)
[    0.000000] efi: mem101: type=7, attr=0xf, range=[0x00000000ae43d000-0x00000000ae44d000) (0MB)
[    0.000000] efi: mem102: type=4, attr=0xf, range=[0x00000000ae44d000-0x00000000ae479000) (0MB)
[    0.000000] efi: mem103: type=7, attr=0xf, range=[0x00000000ae479000-0x00000000ae48e000) (0MB)
[    0.000000] efi: mem104: type=4, attr=0xf, range=[0x00000000ae48e000-0x00000000ae4a3000) (0MB)
[    0.000000] efi: mem105: type=7, attr=0xf, range=[0x00000000ae4a3000-0x00000000ae4b9000) (0MB)
[    0.000000] efi: mem106: type=4, attr=0xf, range=[0x00000000ae4b9000-0x00000000ae4e5000) (0MB)
[    0.000000] efi: mem107: type=7, attr=0xf, range=[0x00000000ae4e5000-0x00000000ae4ee000) (0MB)
[    0.000000] efi: mem108: type=4, attr=0xf, range=[0x00000000ae4ee000-0x00000000ae511000) (0MB)
[    0.000000] efi: mem109: type=7, attr=0xf, range=[0x00000000ae511000-0x00000000ae51a000) (0MB)
[    0.000000] efi: mem110: type=4, attr=0xf, range=[0x00000000ae51a000-0x00000000ae540000) (0MB)
[    0.000000] efi: mem111: type=7, attr=0xf, range=[0x00000000ae540000-0x00000000ae54c000) (0MB)
[    0.000000] efi: mem112: type=4, attr=0xf, range=[0x00000000ae54c000-0x00000000ae584000) (0MB)
[    0.000000] efi: mem113: type=7, attr=0xf, range=[0x00000000ae584000-0x00000000ae598000) (0MB)
[    0.000000] efi: mem114: type=4, attr=0xf, range=[0x00000000ae598000-0x00000000ae5ba000) (0MB)
[    0.000000] efi: mem115: type=7, attr=0xf, range=[0x00000000ae5ba000-0x00000000ae5ca000) (0MB)
[    0.000000] efi: mem116: type=4, attr=0xf, range=[0x00000000ae5ca000-0x00000000ae5f3000) (0MB)
[    0.000000] efi: mem117: type=7, attr=0xf, range=[0x00000000ae5f3000-0x00000000ae607000) (0MB)
[    0.000000] efi: mem118: type=4, attr=0xf, range=[0x00000000ae607000-0x00000000ae63b000) (0MB)
[    0.000000] efi: mem119: type=7, attr=0xf, range=[0x00000000ae63b000-0x00000000ae647000) (0MB)
[    0.000000] efi: mem120: type=4, attr=0xf, range=[0x00000000ae647000-0x00000000ae6f8000) (0MB)
[    0.000000] efi: mem121: type=7, attr=0xf, range=[0x00000000ae6f8000-0x00000000ae6fb000) (0MB)
[    0.000000] efi: mem122: type=4, attr=0xf, range=[0x00000000ae6fb000-0x00000000ae724000) (0MB)
[    0.000000] efi: mem123: type=7, attr=0xf, range=[0x00000000ae724000-0x00000000ae726000) (0MB)
[    0.000000] efi: mem124: type=4, attr=0xf, range=[0x00000000ae726000-0x00000000ae729000) (0MB)
[    0.000000] efi: mem125: type=7, attr=0xf, range=[0x00000000ae729000-0x00000000ae72e000) (0MB)
[    0.000000] efi: mem126: type=4, attr=0xf, range=[0x00000000ae72e000-0x00000000ae888000) (1MB)
[    0.000000] efi: mem127: type=7, attr=0xf, range=[0x00000000ae888000-0x00000000ae88a000) (0MB)
[    0.000000] efi: mem128: type=4, attr=0xf, range=[0x00000000ae88a000-0x00000000aea2c000) (1MB)
[    0.000000] efi: mem129: type=7, attr=0xf, range=[0x00000000aea2c000-0x00000000aea31000) (0MB)
[    0.000000] efi: mem130: type=4, attr=0xf, range=[0x00000000aea31000-0x00000000aeb0b000) (0MB)
[    0.000000] efi: mem131: type=7, attr=0xf, range=[0x00000000aeb0b000-0x00000000aeb0e000) (0MB)
[    0.000000] efi: mem132: type=4, attr=0xf, range=[0x00000000aeb0e000-0x00000000aec39000) (1MB)
[    0.000000] efi: mem133: type=7, attr=0xf, range=[0x00000000aec39000-0x00000000aec41000) (0MB)
[    0.000000] efi: mem134: type=4, attr=0xf, range=[0x00000000aec41000-0x00000000aedde000) (1MB)
[    0.000000] efi: mem135: type=7, attr=0xf, range=[0x00000000aedde000-0x00000000aede6000) (0MB)
[    0.000000] efi: mem136: type=4, attr=0xf, range=[0x00000000aede6000-0x00000000aee0c000) (0MB)
[    0.000000] efi: mem137: type=7, attr=0xf, range=[0x00000000aee0c000-0x00000000aee0d000) (0MB)
[    0.000000] efi: mem138: type=4, attr=0xf, range=[0x00000000aee0d000-0x00000000b9b6c000) (173MB)
[    0.000000] efi: mem139: type=7, attr=0xf, range=[0x00000000b9b6c000-0x00000000ba0df000) (5MB)
[    0.000000] efi: mem140: type=2, attr=0xf, range=[0x00000000ba0df000-0x00000000ba0ec000) (0MB)
[    0.000000] efi: mem141: type=3, attr=0xf, range=[0x00000000ba0ec000-0x00000000ba7ac000) (6MB)
[    0.000000] efi: mem142: type=0, attr=0xf, range=[0x00000000ba7ac000-0x00000000ba883000) (0MB)
[    0.000000] efi: mem143: type=0, attr=0xf, range=[0x00000000ba883000-0x00000000babe0000) (3MB)
[    0.000000] efi: mem144: type=9, attr=0xf, range=[0x00000000babe0000-0x00000000babe7000) (0MB)
[    0.000000] efi: mem145: type=9, attr=0xf, range=[0x00000000babe7000-0x00000000babf0000) (0MB)
[    0.000000] efi: mem146: type=10, attr=0xf, range=[0x00000000babf0000-0x00000000bb0a5000) (4MB)
[    0.000000] efi: mem147: type=10, attr=0xf, range=[0x00000000bb0a5000-0x00000000bb958000) (8MB)
[    0.000000] efi: mem148: type=6, attr=0x800000000000000f, range=[0x00000000bb958000-0x00000000bc45d000) (11MB)
[    0.000000] efi: mem149: type=6, attr=0x800000000000000f, range=[0x00000000bc45d000-0x00000000bc9df000) (5MB)
[    0.000000] efi: mem150: type=5, attr=0x800000000000000f, range=[0x00000000bc9df000-0x00000000bc9f0000) (0MB)
[    0.000000] efi: mem151: type=5, attr=0x800000000000000f, range=[0x00000000bc9f0000-0x00000000bca35000) (0MB)
[    0.000000] efi: mem152: type=4, attr=0xf, range=[0x00000000bca35000-0x00000000bca36000) (0MB)
[    0.000000] efi: mem153: type=10, attr=0xf, range=[0x00000000bca36000-0x00000000bcc3c000) (2MB)
[    0.000000] efi: mem154: type=4, attr=0xf, range=[0x00000000bcc3c000-0x00000000bcd8c000) (1MB)
[    0.000000] efi: mem155: type=3, attr=0xf, range=[0x00000000bcd8c000-0x00000000bd02e000) (2MB)
[    0.000000] efi: mem156: type=4, attr=0xf, range=[0x00000000bd02e000-0x00000000bd030000) (0MB)
[    0.000000] efi: mem157: type=3, attr=0xf, range=[0x00000000bd030000-0x00000000bd034000) (0MB)
[    0.000000] efi: mem158: type=4, attr=0xf, range=[0x00000000bd034000-0x00000000bd038000) (0MB)
[    0.000000] efi: mem159: type=3, attr=0xf, range=[0x00000000bd038000-0x00000000bd03a000) (0MB)
[    0.000000] efi: mem160: type=4, attr=0xf, range=[0x00000000bd03a000-0x00000000bd03e000) (0MB)
[    0.000000] efi: mem161: type=3, attr=0xf, range=[0x00000000bd03e000-0x00000000bd040000) (0MB)
[    0.000000] efi: mem162: type=4, attr=0xf, range=[0x00000000bd040000-0x00000000bd068000) (0MB)
[    0.000000] efi: mem163: type=3, attr=0xf, range=[0x00000000bd068000-0x00000000bd083000) (0MB)
[    0.000000] efi: mem164: type=6, attr=0x800000000000000f, range=[0x00000000bd083000-0x00000000bd7f4000) (7MB)
[    0.000000] efi: mem165: type=4, attr=0xf, range=[0x00000000bd7f4000-0x00000000bd800000) (0MB)
[    0.000000] efi: mem166: type=7, attr=0xf, range=[0x0000000100001000-0x000000043f000000) (13295MB)
[    0.000000] efi: mem167: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem168: type=11, attr=0x8000000000000001, range=[0x00000000fec10000-0x00000000fec11000) (0MB)
[    0.000000] efi: mem169: type=11, attr=0x8000000000000001, range=[0x00000000fec20000-0x00000000fec21000) (0MB)
[    0.000000] efi: mem170: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed01000) (0MB)
[    0.000000] efi: mem171: type=11, attr=0x8000000000000001, range=[0x00000000fed61000-0x00000000fed71000) (0MB)
[    0.000000] efi: mem172: type=11, attr=0x8000000000000001, range=[0x00000000fed80000-0x00000000fed90000) (0MB)
[    0.000000] efi: mem173: type=11, attr=0x8000000000000001, range=[0x00000000fef00000-0x0000000100000000) (17MB)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./SABERTOOTH 990FX R2.0, BIOS 1708 04/09/2013
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x43f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000BD800000 mask FFFFFF800000 uncachable
[    0.000000]   3 base 0000BE000000 mask FFFFFE000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000043f000000 aka 17392M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xbd800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbd800 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 28672
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0xbd7fffff]
[    0.000000]  [mem 0x00000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xbd7fffff] page 2M
[    0.000000] kernel direct mapping tables up to 0xbd7fffff @ [mem 0x1fffe000-0x1fffffff]
[    0.000000] init_memory_mapping: [mem 0x100001000-0x43effffff]
[    0.000000]  [mem 0x100001000-0x1001fffff] page 4k
[    0.000000]  [mem 0x100200000-0x13fffffff] page 2M
[    0.000000]  [mem 0x140000000-0x3ffffffff] page 1G
[    0.000000]  [mem 0x400000000-0x43effffff] page 2M
[    0.000000] kernel direct mapping tables up to 0x43effffff @ [mem 0xba0e8000-0xba0ebfff]
[    0.000000] RAMDISK: [mem 0x36542000-0x37298fff]
[    0.000000] ACPI: RSDP 00000000babe7000 00024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 00000000babe7070 00054 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000babee100 0010C (v05 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20121018/tbfadt-598)
[    0.000000] ACPI: DSDT 00000000babe7158 06FA8 (v02 ALASKA    A M I 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 00000000bb952f80 00040
[    0.000000] ACPI: APIC 00000000babee210 0009E (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000babee2b0 00044 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 00000000babee2f8 0003C (v01 ALASKA    A M I 01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 00000000babee338 00038 (v01 ALASKA    A M I 01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 00000000babee3c8 01714 (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000043effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x43effffff]
[    0.000000]   NODE_DATA [mem 0x43effc000-0x43effffff]
[    0.000000]  [ffffea0000000000-ffffea000edfffff] PMD -> [ffff88042e600000-ffff88043c5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x43effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0xba7abfff]
[    0.000000]   node   0: [mem 0xbca35000-0xbca35fff]
[    0.000000]   node   0: [mem 0xbcc3c000-0xbd082fff]
[    0.000000]   node   0: [mem 0xbd7f4000-0xbd7fffff]
[    0.000000]   node   0: [mem 0x100001000-0x43effffff]
[    0.000000] On node 0 totalpages: 4168591
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 13 pages reserved
[    0.000000]   DMA zone: 3915 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10402 pages used for memmap
[    0.000000]   DMA32 zone: 750430 pages, LIFO batch:31
[    0.000000]   Normal zone: 46536 pages used for memmap
[    0.000000]   Normal zone: 3357239 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x17] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
[    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 low 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: 0x43538210 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 72
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000ba7ac000 - 00000000babe0000
[    0.000000] PM: Registered nosave memory: 00000000babe0000 - 00000000babf0000
[    0.000000] PM: Registered nosave memory: 00000000babf0000 - 00000000bb958000
[    0.000000] PM: Registered nosave memory: 00000000bb958000 - 00000000bca35000
[    0.000000] PM: Registered nosave memory: 00000000bca36000 - 00000000bcc3c000
[    0.000000] PM: Registered nosave memory: 00000000bd083000 - 00000000bd7f4000
[    0.000000] PM: Registered nosave memory: 00000000bd800000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
[    0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
[    0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fec20000
[    0.000000] PM: Registered nosave memory: 00000000fec20000 - 00000000fec21000
[    0.000000] PM: Registered nosave memory: 00000000fec21000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
[    0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
[    0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
[    0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
[    0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
[    0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
[    0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
[    0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100001000
[    0.000000] e820: [mem 0xbd800000-0xfebfffff] available for PCI devices
[    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 @ffff88043ec00000 s84096 r8192 d22400 u262144
[    0.000000] pcpu-alloc: s84096 r8192 d22400 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: 4111584
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8-2-amd64 root=UUID=dbcbda22-0080-4c85-ad18-673660d35e4f ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ 0 size 32 MB
[    0.000000] Your BIOS doesn't leave a aperture memory hole
[    0.000000] Please enable the IOMMU option in the BIOS setup
[    0.000000] This costs you 64 MB of RAM
[    0.000000] Mapping aperture over 65536 KB of RAM @ a4000000
[    0.000000] PM: Registered nosave memory: 00000000a4000000 - 00000000a8000000
[    0.000000] Memory: 16077860k/17809408k available (3594k kernel code, 1135044k absent, 596504k reserved, 3143k data, 616k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] NR_IRQS:33024 nr_irqs:1288 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] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 4013.649 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 8027.29 BogoMIPS (lpj=16054596)
[    0.000007] pid_max: default: 32768 minimum: 301
[    0.001145] Security Framework initialized
[    0.001149] AppArmor: AppArmor disabled by boot time parameter
[    0.001995] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.006156] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.008143] Mount-cache hash table entries: 256
[    0.008280] Initializing cgroup subsys cpuacct
[    0.008282] Initializing cgroup subsys memory
[    0.008293] Initializing cgroup subsys devices
[    0.008295] Initializing cgroup subsys freezer
[    0.008297] Initializing cgroup subsys net_cls
[    0.008299] Initializing cgroup subsys blkio
[    0.008301] Initializing cgroup subsys perf_event
[    0.008322] tseg: 00bd800000
[    0.008324] CPU: Physical Processor ID: 0
[    0.008326] CPU: Processor Core ID: 0
[    0.008328] mce: CPU supports 7 MCE banks
[    0.008335] LVT offset 1 assigned for vector 0xf9
[    0.008342] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.008342] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.008342] tlb_flushall_shift: 5
[    0.008406] Freeing SMP alternatives: 12k freed
[    0.008626] ACPI: Core revision 20121018
[    0.285229] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.324895] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (fam: 15, model: 02, stepping: 00)
[    0.430143] Performance Events: 
[    0.430144] perf: AMD core performance counters detected
[    0.430148] AMD PMU driver.
[    0.430150] ... version:                0
[    0.430152] ... bit width:              48
[    0.430154] ... generic registers:      6
[    0.430155] ... value mask:             0000ffffffffffff
[    0.430157] ... max period:             00007fffffffffff
[    0.430159] ... fixed-purpose events:   0
[    0.430161] ... event mask:             000000000000003f
[    0.430356] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.430436] smpboot: Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 OK
[    0.522801] Brought up 8 CPUs
[    0.522805] smpboot: Total of 8 processors activated (64218.38 BogoMIPS)
[    0.532166] devtmpfs: initialized
[    0.534972] PM: Registering ACPI NVS region [mem 0xbabf0000-0xbb957fff] (14057472 bytes)
[    0.535233] PM: Registering ACPI NVS region [mem 0xbca36000-0xbcc3bfff] (2121728 bytes)
[    0.535365] regulator-dummy: no parameters
[    0.535427] NET: Registered protocol family 16
[    0.535562] ACPI: bus type pci registered
[    0.535606] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.535610] PCI: not using MMCONFIG
[    0.535612] PCI: Using configuration type 1 for base access
[    0.535614] PCI: Using configuration type 1 for extended access
[    0.536389] bio: create slab <bio-0> at 0
[    0.536486] ACPI: Added _OSI(Module Device)
[    0.536488] ACPI: Added _OSI(Processor Device)
[    0.536490] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.536493] ACPI: Added _OSI(Processor Aggregator Device)
[    0.537035] ACPI: EC: Look up EC in DSDT
[    0.537608] ACPI: Executed 2 blocks of module-level executable AML code
[    0.540531] ACPI: Interpreter enabled
[    0.540540] ACPI: (supports S0 S3 S4 S5)
[    0.540555] ACPI: Using IOAPIC for interrupt routing
[    0.540663] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.540695] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.556305] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
[    0.556382] ACPI: No dock devices found.
[    0.556387] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.556515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.556518] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.556799] PCI host bridge to bus 0000:00
[    0.556803] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.556806] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    0.556809] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    0.556811] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    0.556814] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.556817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.556819] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.556822] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.556833] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.556886] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.556915] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.556929] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[    0.556956] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.556967] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    0.556994] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.557008] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    0.557062] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.557073] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    0.557100] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.557112] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[    0.557139] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    0.557152] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[    0.557180] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[    0.557198] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.557212] pci 0000:00:11.0: reg 10: [io  0xf040-0xf047]
[    0.557219] pci 0000:00:11.0: reg 14: [io  0xf030-0xf033]
[    0.557226] pci 0000:00:11.0: reg 18: [io  0xf020-0xf027]
[    0.557233] pci 0000:00:11.0: reg 1c: [io  0xf010-0xf013]
[    0.557240] pci 0000:00:11.0: reg 20: [io  0xf000-0xf00f]
[    0.557247] pci 0000:00:11.0: reg 24: [mem 0xfeb0b000-0xfeb0b3ff]
[    0.557290] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.557300] pci 0000:00:12.0: reg 10: [mem 0xfeb0a000-0xfeb0afff]
[    0.557351] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.557365] pci 0000:00:12.2: reg 10: [mem 0xfeb09000-0xfeb090ff]
[    0.557423] pci 0000:00:12.2: supports D1 D2
[    0.557425] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.557442] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.557452] pci 0000:00:13.0: reg 10: [mem 0xfeb08000-0xfeb08fff]
[    0.557503] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.557516] pci 0000:00:13.2: reg 10: [mem 0xfeb07000-0xfeb070ff]
[    0.557575] pci 0000:00:13.2: supports D1 D2
[    0.557576] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.557593] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.557649] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.557664] pci 0000:00:14.2: reg 10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.557712] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.557723] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.557778] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.557809] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.557818] pci 0000:00:14.5: reg 10: [mem 0xfeb06000-0xfeb06fff]
[    0.557869] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.557920] pci 0000:00:15.0: supports D1 D2
[    0.557938] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    0.557989] pci 0000:00:15.1: supports D1 D2
[    0.558007] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    0.558057] pci 0000:00:15.2: supports D1 D2
[    0.558079] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
[    0.558131] pci 0000:00:15.3: supports D1 D2
[    0.558150] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.558159] pci 0000:00:16.0: reg 10: [mem 0xfeb05000-0xfeb05fff]
[    0.558211] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.558224] pci 0000:00:16.2: reg 10: [mem 0xfeb04000-0xfeb040ff]
[    0.558309] pci 0000:00:16.2: supports D1 D2
[    0.558310] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.558327] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[    0.558343] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[    0.558355] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[    0.558368] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[    0.558386] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[    0.558400] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[    0.558444] pci 0000:01:00.0: [1002:6738] type 00 class 0x030000
[    0.558457] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.558467] pci 0000:01:00.0: reg 18: [mem 0xfea20000-0xfea3ffff 64bit]
[    0.558474] pci 0000:01:00.0: reg 20: [io  0xe000-0xe0ff]
[    0.558486] pci 0000:01:00.0: reg 30: [mem 0xfea00000-0xfea1ffff pref]
[    0.558518] pci 0000:01:00.0: supports D1 D2
[    0.558539] pci 0000:01:00.1: [1002:aa88] type 00 class 0x040300
[    0.558551] pci 0000:01:00.1: reg 10: [mem 0xfea40000-0xfea43fff 64bit]
[    0.558609] pci 0000:01:00.1: supports D1 D2
[    0.567527] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.567532] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.567534] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.567537] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.567568] pci 0000:02:00.0: [1b21:0612] type 00 class 0x010601
[    0.567578] pci 0000:02:00.0: reg 10: [io  0xd050-0xd057]
[    0.567585] pci 0000:02:00.0: reg 14: [io  0xd040-0xd043]
[    0.567592] pci 0000:02:00.0: reg 18: [io  0xd030-0xd037]
[    0.567599] pci 0000:02:00.0: reg 1c: [io  0xd020-0xd023]
[    0.567605] pci 0000:02:00.0: reg 20: [io  0xd000-0xd01f]
[    0.567612] pci 0000:02:00.0: reg 24: [mem 0xfe900000-0xfe9001ff]
[    0.575522] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.575527] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.575529] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.575562] pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
[    0.575571] pci 0000:03:00.0: reg 10: [io  0xc050-0xc057]
[    0.575578] pci 0000:03:00.0: reg 14: [io  0xc040-0xc043]
[    0.575585] pci 0000:03:00.0: reg 18: [io  0xc030-0xc037]
[    0.575592] pci 0000:03:00.0: reg 1c: [io  0xc020-0xc023]
[    0.575598] pci 0000:03:00.0: reg 20: [io  0xc000-0xc01f]
[    0.575605] pci 0000:03:00.0: reg 24: [mem 0xfe800000-0xfe8001ff]
[    0.583516] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.583520] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.583522] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.583559] pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.583575] pci 0000:04:00.0: reg 10: [mem 0xfe700000-0xfe707fff 64bit]
[    0.583656] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.591513] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.591519] pci 0000:00:09.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.591554] pci 0000:05:00.0: [11c1:5901] type 00 class 0x0c0010
[    0.591571] pci 0000:05:00.0: reg 10: [mem 0xfe600000-0xfe600fff 64bit]
[    0.591651] pci 0000:05:00.0: supports D1 D2
[    0.591653] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.599509] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.599514] pci 0000:00:0a.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.599535] pci 0000:00:0b.0: PCI bridge to [bus 06]
[    0.599559] pci 0000:00:0d.0: PCI bridge to [bus 07]
[    0.599636] pci 0000:00:14.4: PCI bridge to [bus 08] (subtractive decode)
[    0.599643] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    0.599645] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    0.599646] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    0.599648] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.599649] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.599651] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.599653] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.599686] pci 0000:00:15.0: PCI bridge to [bus 09]
[    0.599743] pci 0000:0a:00.0: [10ec:8168] type 00 class 0x020000
[    0.599757] pci 0000:0a:00.0: reg 10: [io  0xb000-0xb0ff]
[    0.599781] pci 0000:0a:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.599797] pci 0000:0a:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.599862] pci 0000:0a:00.0: supports D1 D2
[    0.599863] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.607507] pci 0000:00:15.1: PCI bridge to [bus 0a]
[    0.607513] pci 0000:00:15.1:   bridge window [io  0xb000-0xbfff]
[    0.607519] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.607575] pci 0000:0b:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.607596] pci 0000:0b:00.0: reg 10: [mem 0xfe500000-0xfe507fff 64bit]
[    0.607703] pci 0000:0b:00.0: PME# supported from D3hot D3cold
[    0.615502] pci 0000:00:15.2: PCI bridge to [bus 0b]
[    0.615510] pci 0000:00:15.2:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.615567] pci 0000:0c:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.615588] pci 0000:0c:00.0: reg 10: [mem 0xfe400000-0xfe407fff 64bit]
[    0.615695] pci 0000:0c:00.0: PME# supported from D3hot D3cold
[    0.623498] pci 0000:00:15.3: PCI bridge to [bus 0c]
[    0.623505] pci 0000:00:15.3:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.623549] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
[    0.623595] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC02._PRT]
[    0.623623] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC04._PRT]
[    0.623649] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC05._PRT]
[    0.623675] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC09._PRT]
[    0.623698] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC0A._PRT]
[    0.623723] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC0B._PRT]
[    0.623749] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC0D._PRT]
[    0.623774] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE20._PRT]
[    0.623798] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE21._PRT]
[    0.623812] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE22._PRT]
[    0.623827] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE23._PRT]
[    0.623844]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.623847]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.625203] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.625254] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.625301] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.625348] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 10 11 14 15) *0
[    0.625385] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    0.625413] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    0.625442] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.625470] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.625535] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.625539] vgaarb: loaded
[    0.625541] vgaarb: bridge control possible 0000:01:00.0
[    0.625573] PCI: Using ACPI for IRQ routing
[    0.631582] PCI: pci_cache_line_size set to 64 bytes
[    0.631657] e820: reserve RAM buffer [mem 0xba7ac000-0xbbffffff]
[    0.631659] e820: reserve RAM buffer [mem 0xbca36000-0xbfffffff]
[    0.631660] e820: reserve RAM buffer [mem 0xbd083000-0xbfffffff]
[    0.631661] e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
[    0.631663] e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
[    0.631739] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.631743] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.633766] Switching to clocksource hpet
[    0.635058] pnp: PnP ACPI init
[    0.635070] ACPI: bus type pnp registered
[    0.635136] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.635140] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.635484] system 00:01: [io  0x040b] has been reserved
[    0.635487] system 00:01: [io  0x04d6] has been reserved
[    0.635490] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.635493] system 00:01: [io  0x0c14] has been reserved
[    0.635496] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.635498] system 00:01: [io  0x0c52] has been reserved
[    0.635501] system 00:01: [io  0x0c6c] has been reserved
[    0.635503] system 00:01: [io  0x0c6f] has been reserved
[    0.635506] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.635509] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.635511] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.635514] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.635517] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.635520] system 00:01: [io  0x0800-0x089f] has been reserved
[    0.635523] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.635525] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.635528] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.635531] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.635534] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.635537] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.635540] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.635543] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.635546] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.635549] system 00:01: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.635552] system 00:01: [mem 0xff800000-0xffffffff] has been reserved
[    0.635555] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.635665] system 00:02: [io  0x0290-0x02af] has been reserved
[    0.635668] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.635677] pnp 00:03: [dma 4]
[    0.635693] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.635715] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.635734] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.635779] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.635782] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.635802] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.635830] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.635978] pnp 00:09: [dma 0 disabled]
[    0.636014] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.636117] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.636199] system 00:0b: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.636203] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.636324] pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.636328] pnp: PnP ACPI: found 13 devices
[    0.636330] ACPI: ACPI bus type pnp unregistered
[    0.642491] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.642495] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.642498] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.642502] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.642506] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.642509] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.642512] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.642516] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.642519] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.642522] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.642527] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.642530] pci 0000:00:09.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.642534] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.642537] pci 0000:00:0a.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.642541] pci 0000:00:0b.0: PCI bridge to [bus 06]
[    0.642546] pci 0000:00:0d.0: PCI bridge to [bus 07]
[    0.642551] pci 0000:00:14.4: PCI bridge to [bus 08]
[    0.642560] pci 0000:00:15.0: PCI bridge to [bus 09]
[    0.642568] pci 0000:00:15.1: PCI bridge to [bus 0a]
[    0.642571] pci 0000:00:15.1:   bridge window [io  0xb000-0xbfff]
[    0.642576] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.642581] pci 0000:00:15.2: PCI bridge to [bus 0b]
[    0.642585] pci 0000:00:15.2:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.642591] pci 0000:00:15.3: PCI bridge to [bus 0c]
[    0.642595] pci 0000:00:15.3:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.642637] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    0.642638] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    0.642640] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    0.642641] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    0.642643] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    0.642644] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    0.642646] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[    0.642648] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.642649] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.642650] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.642652] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.642653] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.642655] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.642656] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.642658] pci_bus 0000:04: resource 1 [mem 0xfe700000-0xfe7fffff]
[    0.642659] pci_bus 0000:05: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.642661] pci_bus 0000:08: resource 4 [io  0x0000-0x03af]
[    0.642662] pci_bus 0000:08: resource 5 [io  0x03e0-0x0cf7]
[    0.642663] pci_bus 0000:08: resource 6 [io  0x03b0-0x03df]
[    0.642665] pci_bus 0000:08: resource 7 [io  0x0d00-0xffff]
[    0.642666] pci_bus 0000:08: resource 8 [mem 0x000a0000-0x000bffff]
[    0.642667] pci_bus 0000:08: resource 9 [mem 0x000c0000-0x000dffff]
[    0.642669] pci_bus 0000:08: resource 10 [mem 0xc0000000-0xffffffff]
[    0.642670] pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
[    0.642672] pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.642673] pci_bus 0000:0b: resource 1 [mem 0xfe500000-0xfe5fffff]
[    0.642675] pci_bus 0000:0c: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.642767] NET: Registered protocol family 2
[    0.643035] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[    0.643403] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.643557] TCP: Hash tables configured (established 131072 bind 65536)
[    0.643583] TCP: reno registered
[    0.643601] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.643660] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.643792] NET: Registered protocol family 1
[    0.937731] pci 0000:01:00.0: Boot video device
[    0.937838] PCI: CLS 64 bytes, default 64
[    0.937866] Unpacking initramfs...
[    1.122996] Freeing initrd memory: 13660k freed
[    1.126549] PCI-DMA: Disabling AGP.
[    1.126633] PCI-DMA: aperture base @ a4000000 size 65536 KB
[    1.126636] PCI-DMA: using GART IOMMU.
[    1.126639] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    1.131238] LVT offset 0 assigned for vector 0x400
[    1.131267] perf: AMD IBS detected (0x000000ff)
[    1.131511] audit: initializing netlink socket (disabled)
[    1.131529] type=2000 audit(1374518352.756:1): initialized
[    1.142463] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.143395] VFS: Disk quotas dquot_6.5.2
[    1.143421] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.143486] msgmni has been set to 31972
[    1.143702] alg: No test for stdrng (krng)
[    1.143735] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.143762] io scheduler noop registered
[    1.143764] io scheduler deadline registered
[    1.143791] io scheduler cfq registered (default)
[    1.144077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.144089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.144092] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.145215] efifb: probing for efifb
[    1.145395] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90012d80000, using 3072k, total 3072k
[    1.145398] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.145400] efifb: scrolling: redraw
[    1.145402] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.147495] Console: switching to colour frame buffer device 128x48
[    1.149523] fb0: EFI VGA frame buffer device
[    1.149558] GHES: HEST is not enabled!
[    1.149629] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.170009] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.170356] Linux agpgart interface v0.103
[    1.170458] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.170826] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.170853] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.170984] mousedev: PS/2 mouse device common for all mice
[    1.171037] rtc_cmos 00:04: RTC can wake from S4
[    1.171140] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.171180] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.171213] cpuidle: using governor ladder
[    1.171228] cpuidle: using governor menu
[    1.171284] drop_monitor: Initializing network drop monitor service
[    1.171360] TCP: cubic registered
[    1.171444] NET: Registered protocol family 10
[    1.171628] mip6: Mobile IPv6
[    1.171641] NET: Registered protocol family 17
[    1.172078] PM: Hibernation image not present or could not be loaded.
[    1.172083] registered taskstats version 1
[    1.173222] rtc_cmos 00:04: setting system clock to 2013-07-22 18:39:14 UTC (1374518354)
[    1.174100] Freeing unused kernel memory: 616k freed
[    1.174218] Write protecting the kernel read-only data: 6144k
[    1.176229] Freeing unused kernel memory: 492k freed
[    1.178362] Freeing unused kernel memory: 532k freed
[    1.188673] udevd[89]: starting version 175
[    1.200184] SCSI subsystem initialized
[    1.201690] ACPI: bus type scsi registered
[    1.202537] libata version 3.00 loaded.
[    1.203127] ahci 0000:00:11.0: version 3.0
[    1.203238] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 5 ports 6 Gbps 0x2f impl SATA mode
[    1.204012] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    1.204852] ACPI: bus type usb registered
[    1.205375] scsi0 : ahci
[    1.206496] usbcore: registered new interface driver usbfs
[    1.206528] scsi1 : ahci
[    1.206605] scsi2 : ahci
[    1.206660] scsi3 : ahci
[    1.206715] scsi4 : ahci
[    1.206796] scsi5 : ahci
[    1.206833] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 irq 19
[    1.206835] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b180 irq 19
[    1.206836] ata3: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b200 irq 19
[    1.206838] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 irq 19
[    1.206838] ata5: DUMMY
[    1.206840] ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19
[    1.206923] ahci 0000:02:00.0: irq 72 for MSI/MSI-X
[    1.206950] ahci: SSS flag set, parallel bus scan disabled
[    1.206982] ahci 0000:02:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.206984] ahci 0000:02:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    1.207246] scsi6 : ahci
[    1.207304] scsi7 : ahci
[    1.207336] ata7: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900100 irq 72
[    1.207338] ata8: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900180 irq 72
[    1.207387] ahci 0000:03:00.0: irq 73 for MSI/MSI-X
[    1.207416] ahci: SSS flag set, parallel bus scan disabled
[    1.207439] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.207441] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    1.207699] scsi8 : ahci
[    1.207753] scsi9 : ahci
[    1.207793] ata9: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800100 irq 73
[    1.207795] ata10: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800180 irq 73
[    1.225278] usbcore: registered new interface driver hub
[    1.226046] usbcore: registered new device driver usb
[    1.227058] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.227908] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.227938] firewire_ohci 0000:05:00.0: enabling device (0000 -> 0002)
[    1.228077] r8169 0000:0a:00.0: irq 74 for MSI/MSI-X
[    1.228255] r8169 0000:0a:00.0 eth0: RTL8168f/8111f at 0xffffc9000003e000, 60:a4:4c:5f:12:57, XID 08000800 IRQ 74
[    1.228257] r8169 0000:0a:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.230970] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.231860] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.232081] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
[    1.233419] ehci-pci: EHCI PCI platform driver
[    1.233450] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    1.233456] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 2
[    1.233487] QUIRK: Enable AMD PLL fix
[    1.233512] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfeb0a000
[    1.236737] microcode: CPU0: patch_level=0x0600081f
[    1.237577] platform microcode: firmware: agent loaded amd-ucode/microcode_amd_fam15h.bin into memory
[    1.238438] microcode: CPU1: patch_level=0x0600081f
[    1.239218] microcode: CPU2: patch_level=0x0600081f
[    1.240005] microcode: CPU3: patch_level=0x0600081f
[    1.240787] microcode: CPU4: patch_level=0x0600081f
[    1.241548] microcode: CPU5: patch_level=0x0600081f
[    1.242367] microcode: CPU6: patch_level=0x0600081f
[    1.243084] microcode: CPU7: patch_level=0x0600081f
[    1.243875] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.281551] firewire_ohci 0000:05:00.0: irq 75 for MSI/MSI-X
[    1.281592] firewire_ohci 0000:05:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[    1.291437] xhci_hcd 0000:04:00.0: irq 76 for MSI/MSI-X
[    1.291444] xhci_hcd 0000:04:00.0: irq 77 for MSI/MSI-X
[    1.291448] xhci_hcd 0000:04:00.0: irq 78 for MSI/MSI-X
[    1.291452] xhci_hcd 0000:04:00.0: irq 79 for MSI/MSI-X
[    1.291456] xhci_hcd 0000:04:00.0: irq 80 for MSI/MSI-X
[    1.291460] xhci_hcd 0000:04:00.0: irq 81 for MSI/MSI-X
[    1.291465] xhci_hcd 0000:04:00.0: irq 82 for MSI/MSI-X
[    1.291468] xhci_hcd 0000:04:00.0: irq 83 for MSI/MSI-X
[    1.291557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.292351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.293132] usb usb1: Product: xHCI Host Controller
[    1.293939] usb usb1: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.294750] usb usb1: SerialNumber: 0000:04:00.0
[    1.295625] xHCI xhci_add_endpoint called for root hub
[    1.295627] xHCI xhci_check_bandwidth called for root hub
[    1.295655] hub 1-0:1.0: USB hub found
[    1.296462] hub 1-0:1.0: 2 ports detected
[    1.297341] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.297345] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.297347] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.297348] usb usb2: Product: OHCI Host Controller
[    1.297349] usb usb2: Manufacturer: Linux 3.8-2-amd64 ohci_hcd
[    1.297349] usb usb2: SerialNumber: 0000:00:12.0
[    1.297450] hub 2-0:1.0: USB hub found
[    1.297457] hub 2-0:1.0: 5 ports detected
[    1.297587] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    1.297590] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 3
[    1.297614] ohci_hcd 0000:00:13.0: irq 20, io mem 0xfeb08000
[    1.306160] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[    1.306969] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.307748] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.308548] usb usb4: Product: xHCI Host Controller
[    1.309338] usb usb4: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.310113] usb usb4: SerialNumber: 0000:04:00.0
[    1.310969] xHCI xhci_add_endpoint called for root hub
[    1.310971] xHCI xhci_check_bandwidth called for root hub
[    1.310992] hub 4-0:1.0: USB hub found
[    1.311777] hub 4-0:1.0: 2 ports detected
[    1.312657] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.313405] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 5
[    1.357425] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.358189] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.358940] usb usb3: Product: OHCI Host Controller
[    1.359659] usb usb3: Manufacturer: Linux 3.8-2-amd64 ohci_hcd
[    1.360401] usb usb3: SerialNumber: 0000:00:13.0
[    1.361196] hub 3-0:1.0: USB hub found
[    1.361935] hub 3-0:1.0: 5 ports detected
[    1.362764] ohci_hcd 0000:00:14.5: OHCI Host Controller
[    1.363471] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
[    1.364216] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfeb06000
[    1.373572] xhci_hcd 0000:0b:00.0: irq 84 for MSI/MSI-X
[    1.373577] xhci_hcd 0000:0b:00.0: irq 85 for MSI/MSI-X
[    1.373581] xhci_hcd 0000:0b:00.0: irq 86 for MSI/MSI-X
[    1.373585] xhci_hcd 0000:0b:00.0: irq 87 for MSI/MSI-X
[    1.373588] xhci_hcd 0000:0b:00.0: irq 88 for MSI/MSI-X
[    1.373592] xhci_hcd 0000:0b:00.0: irq 89 for MSI/MSI-X
[    1.373596] xhci_hcd 0000:0b:00.0: irq 90 for MSI/MSI-X
[    1.373600] xhci_hcd 0000:0b:00.0: irq 91 for MSI/MSI-X
[    1.373693] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.374376] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.375097] usb usb5: Product: xHCI Host Controller
[    1.375800] usb usb5: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.376543] usb usb5: SerialNumber: 0000:0b:00.0
[    1.377353] xHCI xhci_add_endpoint called for root hub
[    1.377354] xHCI xhci_check_bandwidth called for root hub
[    1.377372] hub 5-0:1.0: USB hub found
[    1.378119] hub 5-0:1.0: 2 ports detected
[    1.378939] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.379698] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 7
[    1.380447] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003
[    1.381189] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.381911] usb usb7: Product: xHCI Host Controller
[    1.382645] usb usb7: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.383383] usb usb7: SerialNumber: 0000:0b:00.0
[    1.384147] xHCI xhci_add_endpoint called for root hub
[    1.384148] xHCI xhci_check_bandwidth called for root hub
[    1.384165] hub 7-0:1.0: USB hub found
[    1.384899] hub 7-0:1.0: 2 ports detected
[    1.385743] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    1.386460] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 8
[    1.421410] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.422133] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.422877] usb usb6: Product: OHCI Host Controller
[    1.423617] usb usb6: Manufacturer: Linux 3.8-2-amd64 ohci_hcd
[    1.424338] usb usb6: SerialNumber: 0000:00:14.5
[    1.425185] hub 6-0:1.0: USB hub found
[    1.425944] hub 6-0:1.0: 2 ports detected
[    1.426732] ohci_hcd 0000:00:16.0: OHCI Host Controller
[    1.427480] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 9
[    1.428253] ohci_hcd 0000:00:16.0: irq 22, io mem 0xfeb05000
[    1.446582] xhci_hcd 0000:0c:00.0: irq 92 for MSI/MSI-X
[    1.446587] xhci_hcd 0000:0c:00.0: irq 93 for MSI/MSI-X
[    1.446591] xhci_hcd 0000:0c:00.0: irq 94 for MSI/MSI-X
[    1.446595] xhci_hcd 0000:0c:00.0: irq 95 for MSI/MSI-X
[    1.446598] xhci_hcd 0000:0c:00.0: irq 96 for MSI/MSI-X
[    1.446602] xhci_hcd 0000:0c:00.0: irq 97 for MSI/MSI-X
[    1.446606] xhci_hcd 0000:0c:00.0: irq 98 for MSI/MSI-X
[    1.446610] xhci_hcd 0000:0c:00.0: irq 99 for MSI/MSI-X
[    1.446705] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.447430] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448180] usb usb8: Product: xHCI Host Controller
[    1.448896] usb usb8: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.449650] usb usb8: SerialNumber: 0000:0c:00.0
[    1.450453] xHCI xhci_add_endpoint called for root hub
[    1.450455] xHCI xhci_check_bandwidth called for root hub
[    1.450473] hub 8-0:1.0: USB hub found
[    1.451189] hub 8-0:1.0: 2 ports detected
[    1.451984] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    1.452728] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 10
[    1.453490] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003
[    1.454241] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.454967] usb usb10: Product: xHCI Host Controller
[    1.455710] usb usb10: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.456456] usb usb10: SerialNumber: 0000:0c:00.0
[    1.457230] xHCI xhci_add_endpoint called for root hub
[    1.457231] xHCI xhci_check_bandwidth called for root hub
[    1.457249] hub 10-0:1.0: USB hub found
[    1.457999] hub 10-0:1.0: 2 ports detected
[    1.485376] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[    1.486133] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.486889] usb usb9: Product: OHCI Host Controller
[    1.487615] usb usb9: Manufacturer: Linux 3.8-2-amd64 ohci_hcd
[    1.488363] usb usb9: SerialNumber: 0000:00:16.0
[    1.489209] hub 9-0:1.0: USB hub found
[    1.489949] hub 9-0:1.0: 4 ports detected
[    1.490792] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.491591] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 11
[    1.492325] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.493102] ehci-pci 0000:00:12.2: debug port 1
[    1.493875] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[    1.505365] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.506087] usb usb11: New USB device found, idVendor=1d6b, idProduct=0002
[    1.506836] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.507579] usb usb11: Product: EHCI Host Controller
[    1.508294] usb usb11: Manufacturer: Linux 3.8-2-amd64 ehci_hcd
[    1.509038] usb usb11: SerialNumber: 0000:00:12.2
[    1.509878] hub 11-0:1.0: USB hub found
[    1.510597] hub 11-0:1.0: 5 ports detected
[    1.511444] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.512163] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 12
[    1.512906] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.513675] ehci-pci 0000:00:13.2: debug port 1
[    1.514410] ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
[    1.525372] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.525396] ata7: SATA link down (SStatus 0 SControl 300)
[    1.525430] ata9: SATA link down (SStatus 0 SControl 300)
[    1.527561] usb usb12: New USB device found, idVendor=1d6b, idProduct=0002
[    1.528304] usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.529024] usb usb12: Product: EHCI Host Controller
[    1.529770] usb usb12: Manufacturer: Linux 3.8-2-amd64 ehci_hcd
[    1.530507] usb usb12: SerialNumber: 0000:00:13.2
[    1.531297] hub 12-0:1.0: USB hub found
[    1.532019] hub 12-0:1.0: 5 ports detected
[    1.532803] ehci-pci 0000:00:16.2: EHCI Host Controller
[    1.533531] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 13
[    1.534265] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.534998] ehci-pci 0000:00:16.2: debug port 1
[    1.535760] ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
[    1.545343] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    1.546054] usb usb13: New USB device found, idVendor=1d6b, idProduct=0002
[    1.546787] usb usb13: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.547519] usb usb13: Product: EHCI Host Controller
[    1.548221] usb usb13: Manufacturer: Linux 3.8-2-amd64 ehci_hcd
[    1.548952] usb usb13: SerialNumber: 0000:00:16.2
[    1.549738] hub 13-0:1.0: USB hub found
[    1.550470] hub 13-0:1.0: 4 ports detected
[    1.697274] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.698043] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.698778] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.699830] ata6.00: ATAPI: SONY    DVD RW DRU-V200S, 1.60, max UDMA/100
[    1.701908] ata6.00: configured for UDMA/100
[    1.710193] ata1.00: ATA-9: INTEL SSDSC2CW120A3, 400i, max UDMA/133
[    1.710920] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.720166] ata1.00: configured for UDMA/133
[    1.721010] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2CW12 400i PQ: 0 ANSI: 5
[    1.723351] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    1.724216] sd 0:0:0:0: [sda] Write Protect is off
[    1.724933] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.724974] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.725493] ata2.00: ATA-8: ST31000528AS, CC34, max UDMA/133
[    1.725494] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.728287]  sda: sda1 sda2 sda3 sda4
[    1.729309] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.765048] ata2.00: configured for UDMA/133
[    1.765900] scsi 1:0:0:0: Direct-Access     ATA      ST31000528AS     CC34 PQ: 0 ANSI: 5
[    1.766782] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.767575] sd 1:0:0:0: [sdb] Write Protect is off
[    1.768357] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.768368] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.769302] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.770119] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.776536]  sdb: sdb1
[    1.777453] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.781270] firewire_core 0000:05:00.0: created device fw0: GUID 010800000000b158, S800
[    1.809212] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.810023] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.813972] ata3.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    1.814757] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.841190] usb 12-2: new high-speed USB device number 2 using ehci-pci
[    1.845332] ata4.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    1.846156] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.849130] ata3.00: configured for UDMA/133
[    1.850053] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M 51.0 PQ: 0 ANSI: 5
[    1.851029] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    1.851057] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    1.852749] sd 2:0:0:0: [sdc] Write Protect is off
[    1.853594] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.853606] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.865092] ata4.00: configured for UDMA/133
[    1.866022] scsi 3:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M 51.0 PQ: 0 ANSI: 5
[    1.867023] sd 3:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    1.867062] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    1.868635] scsi 5:0:0:0: CD-ROM            SONY     DVD RW DRU-V200S 1.60 PQ: 0 ANSI: 5
[    1.868749] scsi 5:0:0:0: Attached scsi generic sg4 type 5
[    1.870609] sd 3:0:0:0: [sdd] Write Protect is off
[    1.871499] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    1.871525] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.874589] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.875508] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.876533] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    1.925572]  sdc: sdc1 sdc2 sdc3
[    1.926823] sd 2:0:0:0: [sdc] Attached SCSI disk
[    1.941178]  sdd: sdd1 sdd2 sdd3
[    1.942328] sd 3:0:0:0: [sdd] Attached SCSI disk
[    1.973477] usb 12-2: New USB device found, idVendor=03f0, idProduct=2f24
[    1.974385] usb 12-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.976279] hub 12-2:1.0: USB hub found
[    1.977475] hub 12-2:1.0: 6 ports detected
[    2.129021] tsc: Refined TSC clocksource calibration: 4013.509 MHz
[    2.129938] Switching to clocksource tsc
[    2.185005] ata8: SATA link down (SStatus 0 SControl 300)
[    2.249046] usb 12-2.3: new low-speed USB device number 3 using ehci-pci
[    2.361738] usb 12-2.3: New USB device found, idVendor=045e, idProduct=0040
[    2.362614] usb 12-2.3: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.363517] usb 12-2.3: Product: Microsoft 3-Button Mouse with IntelliEye(TM)
[    2.364424] usb 12-2.3: Manufacturer: Microsoft
[    2.370135] usbcore: registered new interface driver usbhid
[    2.371003] usbhid: USB HID core driver
[    2.373181] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:13.2/usb12/12-2/12-2.3/12-2.3:1.0/input/input0
[    2.375109] hid-generic 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:13.2-2.3/input0
[    2.452907] usb 12-2.4: new low-speed USB device number 4 using ehci-pci
[    2.504799] ata10: SATA link down (SStatus 0 SControl 300)
[    2.547839] netpoll: netconsole: local port 7777
[    2.548811] netpoll: netconsole: local IP 192.168.1.178
[    2.549822] netpoll: netconsole: interface 'eth0'
[    2.550823] netpoll: netconsole: remote port 6666
[    2.551809] netpoll: netconsole: remote IP 192.168.1.171
[    2.552785] netpoll: netconsole: remote ethernet address 00:11:24:75:6d:56
[    2.553731] netpoll: netconsole: device eth0 not up yet, forcing it
[    2.555011] r8169 0000:0a:00.0: firmware: agent loaded rtl_nic/rtl8168f-1.fw into memory
[    2.567455] usb 12-2.4: New USB device found, idVendor=046d, idProduct=c315
[    2.568432] usb 12-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.569377] usb 12-2.4: Product: Logitech USB Keyboard
[    2.570335] usb 12-2.4: Manufacturer: Logitech
[    2.574729] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:13.2/usb12/12-2/12-2.4/12-2.4:1.0/input/input1
[    2.576725] hid-generic 0003:046D:C315.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:13.2-2.4/input0
[    2.643580] r8169 0000:0a:00.0 eth0: link down
[    2.644598] r8169 0000:0a:00.0 eth0: link down
[    2.645624] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.208076] r8169 0000:0a:00.0 eth0: link up
[    4.209072] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    4.218227] console [netcon0] enabled
[    4.219208] netconsole: network logging started
[    4.248240] md: md1 stopped.
[    4.250789] md: bind<sdc3>
[    4.251947] md: bind<sdd3>
[    4.253787] md: raid1 personality registered for level 1
[    4.254971] md/raid1:md1: active with 2 out of 2 mirrors
[    4.255973] md1: detected capacity change from 0 to 1000194564096
[    4.286189]  md1: unknown partition table
[    4.462318] device-mapper: uevent: version 1.0.3
[    4.463367] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
[    4.483506] bio: create slab <bio-1> at 1
[    4.666087] Btrfs loaded
[    4.670502] device label ravenclaw-ss devid 1 transid 36379 /dev/sda4
[    4.818308] device label btrfs-scratch devid 1 transid 36068 /dev/sdc2
[    4.924681] device label btrfs-scratch devid 2 transid 36068 /dev/sdd2
[    5.019566] PM: Starting manual resume from disk
[    5.020479] PM: Hibernation image partition 253:0 present
[    5.020481] PM: Looking for hibernation image.
[    5.026963] PM: Image not found (code -22)
[    5.026964] PM: Hibernation image not present or could not be loaded.
[    5.029582] device label ravenclaw-ss devid 1 transid 36379 /dev/disk/by-uuid/dbcbda22-0080-4c85-ad18-673660d35e4f
[    5.030822] btrfs: disk space caching is enabled
[    5.043675] Btrfs detected SSD devices, enabling SSD mode
[    5.210230] udevd[521]: starting version 175
[    5.278670] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    5.283690] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    5.286069] sp5100_tco: PCI Revision ID: 0x42
[    5.287055] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[    5.288062] sp5100_tco: Last reboot was not triggered by watchdog.
[    5.289162] sp5100_tco: initialized (0xffffc900029d8b00). heartbeat=60 sec (nowayout=0)
[    5.289227] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    5.289232] ACPI: Power Button [PWRB]
[    5.289418] ACPI: acpi_idle registered with cpuidle
[    5.292591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    5.293579] ACPI: Power Button [PWRF]
[    5.301234] EFI Variables Facility v0.08 2004-May-17
[    5.305867] EDAC MC: Ver: 3.0.0
[    5.307750] EDAC DEBUG: edac_mc_sysfs_init: device mc created
[    5.308332] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    5.310818] MCE: In-kernel MCE decoding enabled.
[    5.312736] AMD64 EDAC driver v3.4.0
[    5.313727] EDAC amd64: DRAM ECC enabled.
[    5.314675] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 0, MCG_CTL: 0x77, NB MSR is enabled
[    5.314686] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 1, MCG_CTL: 0x77, NB MSR is enabled
[    5.314687] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 2, MCG_CTL: 0x77, NB MSR is enabled
[    5.314689] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 3, MCG_CTL: 0x77, NB MSR is enabled
[    5.314690] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 4, MCG_CTL: 0x77, NB MSR is enabled
[    5.314691] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 5, MCG_CTL: 0x77, NB MSR is enabled
[    5.314692] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 6, MCG_CTL: 0x77, NB MSR is enabled
[    5.314693] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 7, MCG_CTL: 0x77, NB MSR is enabled
[    5.314695] EDAC amd64: F15h detected (node 0).
[    5.315623] EDAC DEBUG: reserve_mc_sibling_devs: F1: 0000:00:18.1
[    5.315625] EDAC DEBUG: reserve_mc_sibling_devs: F2: 0000:00:18.2
[    5.315626] EDAC DEBUG: reserve_mc_sibling_devs: F3: 0000:00:18.3
[    5.315627] EDAC DEBUG: read_mc_regs:   TOP_MEM:  0x00000000c0000000
[    5.315629] EDAC DEBUG: read_mc_regs:   TOP_MEM2: 0x000000043f000000
[    5.315633] EDAC DEBUG: read_dram_ctl_register: F2x110 (DCTSelLow): 0x00000523, High range addrs at: 0x0
[    5.315634] EDAC DEBUG: read_dram_ctl_register:   DCTs operate in unganged mode
[    5.315635] EDAC DEBUG: read_dram_ctl_register:   Address range split per DCT: yes
[    5.315636] EDAC DEBUG: read_dram_ctl_register:   data interleave for ECC: enabled, DRAM cleared since last warm reset: yes
[    5.315638] EDAC DEBUG: read_dram_ctl_register:   channel interleave: disabled, interleave bits selector: 0x0
[    5.315646] EDAC DEBUG: read_mc_regs:   DRAM range[0], base: 0x0000000000000000; limit: 0x000000043fffffff
[    5.315647] EDAC DEBUG: read_mc_regs:    IntlvEn=Disabled; Range access: RW IntlvSel=0 DstNode=0
[    5.315655] EDAC DEBUG: read_dct_base_mask:   DCSB0[0]=0x00000000 reg: F2x40
[    5.315656] EDAC DEBUG: read_dct_base_mask:   DCSB1[0]=0x00000001 reg: F2x140
[    5.315662] EDAC DEBUG: read_dct_base_mask:   DCSB0[1]=0x00000000 reg: F2x44
[    5.315664] EDAC DEBUG: read_dct_base_mask:   DCSB1[1]=0x00000109 reg: F2x144
[    5.315666] EDAC DEBUG: read_dct_base_mask:   DCSB0[2]=0x00000000 reg: F2x48
[    5.315668] EDAC DEBUG: read_dct_base_mask:   DCSB1[2]=0x00000201 reg: F2x148
[    5.315670] EDAC DEBUG: read_dct_base_mask:   DCSB0[3]=0x00000000 reg: F2x4c
[    5.315673] EDAC DEBUG: read_dct_base_mask:   DCSB1[3]=0x00000309 reg: F2x14c
[    5.315677] EDAC DEBUG: read_dct_base_mask:   DCSB0[4]=0x00000000 reg: F2x50
[    5.315679] EDAC DEBUG: read_dct_base_mask:   DCSB1[4]=0x00000000 reg: F2x150
[    5.315681] EDAC DEBUG: read_dct_base_mask:   DCSB0[5]=0x00000000 reg: F2x54
[    5.315683] EDAC DEBUG: read_dct_base_mask:   DCSB1[5]=0x00000000 reg: F2x154
[    5.315685] EDAC DEBUG: read_dct_base_mask:   DCSB0[6]=0x00000000 reg: F2x58
[    5.315687] EDAC DEBUG: read_dct_base_mask:   DCSB1[6]=0x00000000 reg: F2x158
[    5.315688] EDAC DEBUG: read_dct_base_mask:   DCSB0[7]=0x00000000 reg: F2x5c
[    5.315694] EDAC DEBUG: read_dct_base_mask:   DCSB1[7]=0x00000000 reg: F2x15c
[    5.315696] EDAC DEBUG: read_dct_base_mask:     DCSM0[0]=0x00000000 reg: F2x60
[    5.315699] EDAC DEBUG: read_dct_base_mask:     DCSM1[0]=0x03f83ce0 reg: F2x160
[    5.315701] EDAC DEBUG: read_dct_base_mask:     DCSM0[1]=0x00000000 reg: F2x64
[    5.315706] EDAC DEBUG: read_dct_base_mask:     DCSM1[1]=0x03f83ce0 reg: F2x164
[    5.315708] EDAC DEBUG: read_dct_base_mask:     DCSM0[2]=0x00000000 reg: F2x68
[    5.315710] EDAC DEBUG: read_dct_base_mask:     DCSM1[2]=0x00000000 reg: F2x168
[    5.315714] EDAC DEBUG: read_dct_base_mask:     DCSM0[3]=0x00000000 reg: F2x6c
[    5.315716] EDAC DEBUG: read_dct_base_mask:     DCSM1[3]=0x00000000 reg: F2x16c
[    5.315724] EDAC DEBUG: dump_misc_regs: F3xE8 (NB Cap): 0x02f04f1e
[    5.315725] EDAC DEBUG: dump_misc_regs:   NB two channel DRAM capable: no
[    5.315728] EDAC DEBUG: dump_misc_regs:   ECC capable: yes, ChipKill ECC capable: yes
[    5.315730] EDAC DEBUG: amd64_dump_dramcfg_low: F2x090 (DRAM Cfg Low): 0x08010000
[    5.315732] EDAC DEBUG: amd64_dump_dramcfg_low:   DIMM type: unbuffered; all DIMMs support ECC: no
[    5.315734] EDAC DEBUG: amd64_dump_dramcfg_low:   PAR/ERR parity: disabled
[    5.315736] EDAC DEBUG: amd64_dump_dramcfg_low:   x4 logical DIMMs present: L0: no L1: no L2: no L3: no
[    5.315738] EDAC DEBUG: dump_misc_regs: F3xB0 (Online Spare): 0x00000000
[    5.315740] EDAC DEBUG: dump_misc_regs: F1xF0 (DRAM Hole Address): 0xc0004003, base: 0xc0000000, offset: 0x40000000
[    5.315741] EDAC DEBUG: dump_misc_regs:   DramHoleValid: yes
[    5.315742] EDAC DEBUG: amd64_debug_display_dimm_sizes: F2x080 (DRAM Bank Address Mapping): 0x00000000
[    5.315744] EDAC MC: DCT0 chip selects:
[    5.315745] EDAC amd64: MC: 0:     0MB 1:     0MB
[    5.316711] EDAC amd64: MC: 2:     0MB 3:     0MB
[    5.317646] EDAC amd64: MC: 4:     0MB 5:     0MB
[    5.318570] EDAC amd64: MC: 6:     0MB 7:     0MB
[    5.319565] EDAC DEBUG: amd64_debug_display_dimm_sizes: F2x180 (DRAM Bank Address Mapping): 0x000000aa
[    5.319567] EDAC MC: DCT1 chip selects:
[    5.319569] EDAC amd64: MC: 0:  4096MB 1:  4096MB
[    5.320439] EDAC amd64: MC: 2:  4096MB 3:  4096MB
[    5.321382] EDAC amd64: MC: 4:     0MB 5:     0MB
[    5.322326] EDAC amd64: MC: 6:     0MB 7:     0MB
[    5.323267] EDAC amd64: using x4 syndromes.
[    5.324175] EDAC DEBUG: amd64_dump_dramcfg_low: F2x190 (DRAM Cfg Low): 0x0b090000
[    5.324178] EDAC DEBUG: amd64_dump_dramcfg_low:   DIMM type: unbuffered; all DIMMs support ECC: yes
[    5.324180] EDAC DEBUG: amd64_dump_dramcfg_low:   PAR/ERR parity: disabled
[    5.324183] EDAC DEBUG: amd64_dump_dramcfg_low:   x4 logical DIMMs present: L0: no L1: no L2: no L3: no
[    5.324185] EDAC DEBUG: f1x_early_channel_count: Data width is not 128 bits - need more decoding
[    5.324187] EDAC amd64: MCT channel count: 1
[    5.325069] EDAC DEBUG: edac_mc_alloc: allocating 1400 bytes for mci data (8 ranks, 8 csrows/channels)
[    5.325954] EDAC DEBUG: init_csrows: node 0, NBCFG=0x4a700044[ChipKillEccCap: 0|DramEccEn: 1]
[    5.325956] EDAC DEBUG: init_csrows: MC node: 0, csrow: 0
[    5.325958] EDAC DEBUG: amd64_csrow_nr_pages: csrow: 0, channel: 1, DBAM idx: 10
[    5.325959] EDAC DEBUG: amd64_csrow_nr_pages: nr_pages/channel: 1048576
[    5.325961] EDAC amd64: CS0: Unbuffered DDR3 RAM
[    5.326850] EDAC DEBUG: init_csrows: Total csrow0 pages: 1048576
[    5.326856] EDAC DEBUG: init_csrows: MC node: 0, csrow: 1
[    5.326860] EDAC DEBUG: amd64_csrow_nr_pages: csrow: 1, channel: 1, DBAM idx: 10
[    5.326864] EDAC DEBUG: amd64_csrow_nr_pages: nr_pages/channel: 1048576
[    5.326865] EDAC amd64: CS1: Unbuffered DDR3 RAM
[    5.327663] EDAC DEBUG: init_csrows: Total csrow1 pages: 2097152
[    5.327665] EDAC DEBUG: init_csrows: MC node: 0, csrow: 2
[    5.327667] EDAC DEBUG: amd64_csrow_nr_pages: csrow: 2, channel: 1, DBAM idx: 10
[    5.327668] EDAC DEBUG: amd64_csrow_nr_pages: nr_pages/channel: 1048576
[    5.327669] EDAC amd64: CS2: Unbuffered DDR3 RAM
[    5.328512] EDAC DEBUG: init_csrows: Total csrow2 pages: 3145728
[    5.328515] EDAC DEBUG: init_csrows: MC node: 0, csrow: 3
[    5.328517] EDAC DEBUG: amd64_csrow_nr_pages: csrow: 3, channel: 1, DBAM idx: 10
[    5.328519] EDAC DEBUG: amd64_csrow_nr_pages: nr_pages/channel: 1048576
[    5.328520] EDAC amd64: CS3: Unbuffered DDR3 RAM
[    5.329351] EDAC DEBUG: init_csrows: Total csrow3 pages: 4194304
[    5.329354] EDAC DEBUG: edac_mc_add_mc: 
[    5.329380] EDAC DEBUG: edac_create_sysfs_mci_device: creating bus mc0
[    5.329395] EDAC DEBUG: edac_create_sysfs_mci_device: creating device mc0
[    5.329437] EDAC DEBUG: edac_create_sysfs_mci_device: creating dimm0, located at csrow 0 channel 0 
[    5.329454] EDAC DEBUG: edac_create_dimm_object: creating rank/dimm device rank0
[    5.329455] EDAC DEBUG: edac_create_sysfs_mci_device: creating dimm1, located at csrow 1 channel 0 
[    5.329473] EDAC DEBUG: edac_create_dimm_object: creating rank/dimm device rank1
[    5.329474] EDAC DEBUG: edac_create_sysfs_mci_device: creating dimm2, located at csrow 2 channel 0 
[    5.329521] EDAC DEBUG: edac_create_dimm_object: creating rank/dimm device rank2
[    5.329522] EDAC DEBUG: edac_create_sysfs_mci_device: creating dimm3, located at csrow 3 channel 0 
[    5.329547] EDAC DEBUG: edac_create_dimm_object: creating rank/dimm device rank3
[    5.329550] EDAC DEBUG: edac_create_csrow_object: creating (virtual) csrow node csrow0
[    5.329569] EDAC DEBUG: edac_create_csrow_object: creating (virtual) csrow node csrow1
[    5.329586] EDAC DEBUG: edac_create_csrow_object: creating (virtual) csrow node csrow2
[    5.329602] EDAC DEBUG: edac_create_csrow_object: creating (virtual) csrow node csrow3
[    5.329631] EDAC MC0: Giving out device to 'amd64_edac' 'F15h': DEV 0000:00:18.2
[    5.330524] EDAC DEBUG: edac_pci_alloc_ctl_info: 
[    5.330527] EDAC DEBUG: edac_pci_add_device: 
[    5.330529] EDAC DEBUG: add_edac_pci_to_global_list: 
[    5.330530] EDAC DEBUG: find_edac_pci_by_dev: 
[    5.330531] EDAC DEBUG: edac_pci_create_sysfs: idx=0
[    5.330532] EDAC DEBUG: edac_pci_main_kobj_setup: 
[    5.330539] EDAC DEBUG: edac_pci_main_kobj_setup: Registered '.../edac/pci' kobject
[    5.330540] EDAC DEBUG: edac_pci_create_instance_kobj: 
[    5.330543] EDAC DEBUG: edac_pci_create_instance_kobj: Register instance 'pci0' kobject
[    5.330546] EDAC DEBUG: edac_pci_workq_setup: 
[    5.330549] EDAC PCI0: Giving out device to module 'amd64_edac' controller 'EDAC PCI controller': DEV '0000:00:18.2' (POLLED)
[    5.331026] wmi: Mapper loaded
[    5.344112] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    5.356827] kvm: Nested Virtualization enabled
[    5.357646] kvm: Nested Paging enabled
[    5.357861] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[    5.357949] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[    5.358017] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[    5.358907] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[    5.359117] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    5.359205] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    5.359327] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[    5.359387] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[    5.360266] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    5.360288] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
[    5.367553] snd_hda_intel 0000:01:00.1: irq 100 for MSI/MSI-X
[    5.374388] acpi-cpufreq: overriding BIOS provided _PSD data
[    5.375264] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input13
[    5.412041] asus_wmi: ASUS WMI generic driver loaded
[    5.413340] asus_wmi: Initialization: 0x0asus_wmi: BIOS WMI version: 0.9
[    5.414334] asus_wmi: SFUN value: 0x0<6>[    5.415462] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input14
[    5.416890] asus_wmi: Disabling ACPI video driver
[    5.418744] device label ravenclaw-ss devid 1 transid 36379 /dev/sda4
[    5.420999] device label btrfs-scratch devid 2 transid 36068 /dev/sdd2
[    5.422033] device label btrfs-scratch devid 1 transid 36068 /dev/sdc2
[    5.870376] btrfs: use ssd allocation scheme
[    5.872367] btrfs: disk space caching is enabled
[    6.106347] fuse init (API version 7.20)
[    6.132908] [drm] Initialized drm 1.1.0 20060810
[    6.154474] [drm] radeon kernel modesetting enabled.
[    6.157718] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    6.157723] fb: conflicting fb hw usage radeondrmfb vs EFI VGA - removing generic driver
[    6.159999] Console: switching to colour dummy device 80x25
[    6.160667] [drm] initializing kernel modesetting (BARTS 0x1002:0x6738 0x174B:0x174B).
[    6.160750] [drm] register mmio base: 0xFEA20000
[    6.160764] [drm] register mmio size: 131072
[    6.161112] ATOM BIOS: BARTS
[    6.161173] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    6.161192] radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
[    6.188714] [drm] Detected VRAM RAM=1024M, BAR=256M
[    6.188749] [drm] RAM width 256bits DDR
[    6.188857] [TTM] Zone  kernel: Available graphics memory: 8185756 kiB
[    6.188870] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    6.188879] [TTM] Initializing pool allocator
[    6.188894] [TTM] Initializing DMA pool allocator
[    6.188945] [drm] radeon: 1024M of VRAM memory ready
[    6.188956] [drm] radeon: 512M of GTT memory ready.
[    6.188989] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    6.188999] [drm] Driver supports precise vblank timestamp query.
[    6.189068] radeon 0000:01:00.0: irq 101 for MSI/MSI-X
[    6.189086] radeon 0000:01:00.0: radeon: using MSI.
[    6.189147] [drm] radeon: irq initialized.
[    6.189161] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    6.190428] [drm] probing gen 2 caps for device 1002:5a16 = 2/0
[    6.190447] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    6.190554] [drm] Loading BARTS Microcode
[    6.192164] platform radeon_cp.0: firmware: agent loaded radeon/BARTS_pfp.bin into memory
[    6.193097] platform radeon_cp.0: firmware: agent loaded radeon/BARTS_me.bin into memory
[    6.193917] platform radeon_cp.0: firmware: agent loaded radeon/BTC_rlc.bin into memory
[    6.194726] platform radeon_cp.0: firmware: agent loaded radeon/BARTS_mc.bin into memory
[    6.207289] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[    6.207409] radeon 0000:01:00.0: WB enabled
[    6.207414] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88042b444c00
[    6.207420] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88042b444c0c
[    6.223681] [drm] ring test on 0 succeeded in 3 usecs
[    6.223747] [drm] ring test on 3 succeeded in 1 usecs
[    6.223855] [drm] ib test on ring 0 succeeded in 0 usecs
[    6.223902] [drm] ib test on ring 3 succeeded in 0 usecs
[    6.225319] [drm] Radeon Display Connectors
[    6.225325] [drm] Connector 0:
[    6.225329] [drm]   DP-1
[    6.225332] [drm]   HPD4
[    6.225337] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    6.225341] [drm]   Encoders:
[    6.225345] [drm]     DFP1: INTERNAL_UNIPHY2
[    6.225349] [drm] Connector 1:
[    6.225353] [drm]   HDMI-A-1
[    6.225357] [drm]   HPD3
[    6.225364] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    6.225370] [drm]   Encoders:
[    6.225373] [drm]     DFP2: INTERNAL_UNIPHY2
[    6.225378] [drm] Connector 2:
[    6.229036] [drm]   DVI-D-1
[    6.229041] [drm]   HPD1
[    6.232487] [drm]   DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 0x648c
[    6.232491] [drm]   Encoders:
[    6.236610] [drm]     DFP3: INTERNAL_UNIPHY1
[    6.236613] [drm] Connector 3:
[    6.236615] [drm]   DVI-I-1
[    6.236617] [drm]   HPD6
[    6.236619] [drm]   DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
[    6.236622] [drm]   Encoders:
[    6.236623] [drm]     DFP4: INTERNAL_UNIPHY
[    6.236626] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    6.236726] [drm] Internal thermal controller with fan control
[    6.237887] [drm] radeon: power management initialized
[    6.293411] [drm] fb mappable at 0xC0142000
[    6.293420] [drm] vram apper at 0xC0000000
[    6.293423] [drm] size 9216000
[    6.293426] [drm] fb depth is 24
[    6.293429] [drm]    pitch is 7680
[    6.293570] fbcon: radeondrmfb (fb0) is primary device
[    6.552325] Console: switching to colour frame buffer device 240x75
[    6.557233] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    6.557257] radeon 0000:01:00.0: registered panic notifier
[    6.557300] [drm] Initialized radeon 2.29.0 20080528 for 0000:01:00.0 on minor 0
[    6.576387] loop: module loaded
[    6.812063] device fsid 52f23056-adaf-4f1a-b0d2-93f1b39c1fcc devid 1 transid 194883 /dev/dm-4
[    6.812587] device label testopt devid 1 transid 12 /dev/dm-8
[    6.817303] device fsid 52f23056-adaf-4f1a-b0d2-93f1b39c1fcc devid 1 transid 194883 /dev/dm-4
[    6.887084] Adding 15622140k swap on /dev/mapper/ravenclaw-swap.  Priority:-1 extents:1 across:15622140k 
[    7.581920] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    7.682105] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: user_xattr
[    7.756518] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: user_xattr
[    7.776654] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: user_xattr
[    7.814913] EXT4-fs (dm-5): warning: maximal mount count reached, running e2fsck is recommended
[    7.815344] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: user_xattr
[    7.830429] device label btrfs-scratch devid 1 transid 36068 /dev/sdc2
[    7.868461] btrfs: disk space caching is enabled
[   10.997931] device label btrfs-scratch devid 1 transid 36068 /dev/sdc2
[   11.035723] device label btrfs-scratch devid 1 transid 36068 /dev/sdc2
[   14.720255] RPC: Registered named UNIX socket transport module.
[   14.723556] RPC: Registered udp transport module.
[   14.726903] RPC: Registered tcp transport module.
[   14.730230] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   14.741575] FS-Cache: Loaded
[   14.745084] Key type dns_resolver registered
[   14.756924] FS-Cache: Netfs 'nfs' registered for caching
[   14.771514] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   15.370328] vboxdrv: Found 8 processor cores.
[   15.370559] vboxdrv: fAsync=0 offMin=0x6bc offMax=0x5052
[   15.372555] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   15.374654] vboxdrv: Successfully loaded version 4.2.10_Debian (interface 0x001a0004).
[   15.456210] vboxpci: IOMMU not found (not registered)
[   15.777369] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   15.783274] NFSD: starting 90-second grace period (net ffffffff81669b00)
[   18.984857] lp: driver loaded but no devices found
[   18.985977] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
[   19.046371] ppdev: user-space parallel port driver
[   19.864920] postgres (3794): /proc/3794/oom_adj is deprecated, please use /proc/3794/oom_score_adj instead.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.8-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.7.3 (Debian 4.7.3-6) ) #1 SMP Debian 3.8.13-1
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.8-2-amd64 root=UUID=dbcbda22-0080-4c85-ad18-673660d35e4f ro
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba7abfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba7ac000-0x00000000babdffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000babe0000-0x00000000babeffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000babf0000-0x00000000bb957fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb958000-0x00000000bca34fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bca35000-0x00000000bca35fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bca36000-0x00000000bcc3bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcc3c000-0x00000000bd082fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000043effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.10 by American Megatrends
[    0.000000] efi:  ACPI=0xbabe7000  ACPI 2.0=0xbabe7000  SMBIOS=0xf04c0 
[    0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
[    0.000000] efi: mem01: type=7, attr=0xf, range=[0x0000000000008000-0x000000000005f000) (0MB)
[    0.000000] efi: mem02: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
[    0.000000] efi: mem03: type=3, attr=0xf, range=[0x0000000000060000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem04: type=2, attr=0xf, range=[0x0000000000100000-0x0000000000d2d000) (12MB)
[    0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000d2d000-0x0000000001000000) (2MB)
[    0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
[    0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
[    0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002c2d000) (12MB)
[    0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000002c2d000-0x0000000036542000) (825MB)
[    0.000000] efi: mem10: type=2, attr=0xf, range=[0x0000000036542000-0x0000000037299000) (13MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000037299000-0x000000007ea50000) (1143MB)
[    0.000000] efi: mem12: type=2, attr=0xf, range=[0x000000007ea50000-0x00000000aa1ab000) (695MB)
[    0.000000] efi: mem13: type=7, attr=0xf, range=[0x00000000aa1ab000-0x00000000aa1b1000) (0MB)
[    0.000000] efi: mem14: type=1, attr=0xf, range=[0x00000000aa1b1000-0x00000000aa1d8000) (0MB)
[    0.000000] efi: mem15: type=7, attr=0xf, range=[0x00000000aa1d8000-0x00000000ad325000) (49MB)
[    0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000ad325000-0x00000000ad649000) (3MB)
[    0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000ad649000-0x00000000ad652000) (0MB)
[    0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000ad652000-0x00000000ad675000) (0MB)
[    0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000ad675000-0x00000000ad67e000) (0MB)
[    0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000ad67e000-0x00000000ad6a4000) (0MB)
[    0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000ad6a4000-0x00000000ad6b0000) (0MB)
[    0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000ad6b0000-0x00000000ad6e9000) (0MB)
[    0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000ad6e9000-0x00000000ad6fd000) (0MB)
[    0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000ad6fd000-0x00000000ad71e000) (0MB)
[    0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000ad71e000-0x00000000ad72e000) (0MB)
[    0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000ad72e000-0x00000000ad758000) (0MB)
[    0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000ad758000-0x00000000ad76c000) (0MB)
[    0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000ad76c000-0x00000000ad7a0000) (0MB)
[    0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000ad7a0000-0x00000000ad7b5000) (0MB)
[    0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000ad7b5000-0x00000000ad80f000) (0MB)
[    0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000ad80f000-0x00000000ad82e000) (0MB)
[    0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000ad82e000-0x00000000ad852000) (0MB)
[    0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000ad852000-0x00000000ad85b000) (0MB)
[    0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000ad85b000-0x00000000ad87f000) (0MB)
[    0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000ad87f000-0x00000000ad888000) (0MB)
[    0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000ad888000-0x00000000ad8ad000) (0MB)
[    0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000ad8ad000-0x00000000ad8b9000) (0MB)
[    0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000ad8b9000-0x00000000ad8f1000) (0MB)
[    0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000ad8f1000-0x00000000ad905000) (0MB)
[    0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000ad905000-0x00000000ad926000) (0MB)
[    0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000ad926000-0x00000000ad936000) (0MB)
[    0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000ad936000-0x00000000ad960000) (0MB)
[    0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000ad960000-0x00000000ad974000) (0MB)
[    0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000ad974000-0x00000000ad9aa000) (0MB)
[    0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000ad9aa000-0x00000000ad9bf000) (0MB)
[    0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000ad9bf000-0x00000000ada17000) (0MB)
[    0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000ada17000-0x00000000ada36000) (0MB)
[    0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000ada36000-0x00000000ada5c000) (0MB)
[    0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000ada5c000-0x00000000ada65000) (0MB)
[    0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000ada65000-0x00000000ada88000) (0MB)
[    0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000ada88000-0x00000000ada91000) (0MB)
[    0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000ada91000-0x00000000adab6000) (0MB)
[    0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000adab6000-0x00000000adac2000) (0MB)
[    0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000adac2000-0x00000000adafb000) (0MB)
[    0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000adafb000-0x00000000adb0f000) (0MB)
[    0.000000] efi: mem56: type=4, attr=0xf, range=[0x00000000adb0f000-0x00000000adb32000) (0MB)
[    0.000000] efi: mem57: type=7, attr=0xf, range=[0x00000000adb32000-0x00000000adb42000) (0MB)
[    0.000000] efi: mem58: type=4, attr=0xf, range=[0x00000000adb42000-0x00000000adb6b000) (0MB)
[    0.000000] efi: mem59: type=7, attr=0xf, range=[0x00000000adb6b000-0x00000000adb7f000) (0MB)
[    0.000000] efi: mem60: type=4, attr=0xf, range=[0x00000000adb7f000-0x00000000adba5000) (0MB)
[    0.000000] efi: mem61: type=7, attr=0xf, range=[0x00000000adba5000-0x00000000adc41000) (0MB)
[    0.000000] efi: mem62: type=4, attr=0xf, range=[0x00000000adc41000-0x00000000adc66000) (0MB)
[    0.000000] efi: mem63: type=7, attr=0xf, range=[0x00000000adc66000-0x00000000adc6f000) (0MB)
[    0.000000] efi: mem64: type=4, attr=0xf, range=[0x00000000adc6f000-0x00000000adc93000) (0MB)
[    0.000000] efi: mem65: type=7, attr=0xf, range=[0x00000000adc93000-0x00000000adc9c000) (0MB)
[    0.000000] efi: mem66: type=4, attr=0xf, range=[0x00000000adc9c000-0x00000000adcc1000) (0MB)
[    0.000000] efi: mem67: type=7, attr=0xf, range=[0x00000000adcc1000-0x00000000adccd000) (0MB)
[    0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000adccd000-0x00000000add05000) (0MB)
[    0.000000] efi: mem69: type=7, attr=0xf, range=[0x00000000add05000-0x00000000add19000) (0MB)
[    0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000add19000-0x00000000add3b000) (0MB)
[    0.000000] efi: mem71: type=7, attr=0xf, range=[0x00000000add3b000-0x00000000add4b000) (0MB)
[    0.000000] efi: mem72: type=4, attr=0xf, range=[0x00000000add4b000-0x00000000add75000) (0MB)
[    0.000000] efi: mem73: type=7, attr=0xf, range=[0x00000000add75000-0x00000000add89000) (0MB)
[    0.000000] efi: mem74: type=4, attr=0xf, range=[0x00000000add89000-0x00000000addbd000) (0MB)
[    0.000000] efi: mem75: type=7, attr=0xf, range=[0x00000000addbd000-0x00000000addd2000) (0MB)
[    0.000000] efi: mem76: type=4, attr=0xf, range=[0x00000000addd2000-0x00000000ade24000) (0MB)
[    0.000000] efi: mem77: type=7, attr=0xf, range=[0x00000000ade24000-0x00000000ade43000) (0MB)
[    0.000000] efi: mem78: type=4, attr=0xf, range=[0x00000000ade43000-0x00000000ade72000) (0MB)
[    0.000000] efi: mem79: type=7, attr=0xf, range=[0x00000000ade72000-0x00000000ade7b000) (0MB)
[    0.000000] efi: mem80: type=4, attr=0xf, range=[0x00000000ade7b000-0x00000000ade9f000) (0MB)
[    0.000000] efi: mem81: type=7, attr=0xf, range=[0x00000000ade9f000-0x00000000adea8000) (0MB)
[    0.000000] efi: mem82: type=4, attr=0xf, range=[0x00000000adea8000-0x00000000adece000) (0MB)
[    0.000000] efi: mem83: type=7, attr=0xf, range=[0x00000000adece000-0x00000000adeda000) (0MB)
[    0.000000] efi: mem84: type=4, attr=0xf, range=[0x00000000adeda000-0x00000000adf11000) (0MB)
[    0.000000] efi: mem85: type=7, attr=0xf, range=[0x00000000adf11000-0x00000000adf25000) (0MB)
[    0.000000] efi: mem86: type=4, attr=0xf, range=[0x00000000adf25000-0x00000000adf48000) (0MB)
[    0.000000] efi: mem87: type=7, attr=0xf, range=[0x00000000adf48000-0x00000000adf58000) (0MB)
[    0.000000] efi: mem88: type=4, attr=0xf, range=[0x00000000adf58000-0x00000000adf81000) (0MB)
[    0.000000] efi: mem89: type=7, attr=0xf, range=[0x00000000adf81000-0x00000000adf95000) (0MB)
[    0.000000] efi: mem90: type=4, attr=0xf, range=[0x00000000adf95000-0x00000000adfbb000) (0MB)
[    0.000000] efi: mem91: type=7, attr=0xf, range=[0x00000000adfbb000-0x00000000adfd0000) (0MB)
[    0.000000] efi: mem92: type=4, attr=0xf, range=[0x00000000adfd0000-0x00000000ae351000) (3MB)
[    0.000000] efi: mem93: type=7, attr=0xf, range=[0x00000000ae351000-0x00000000ae35b000) (0MB)
[    0.000000] efi: mem94: type=4, attr=0xf, range=[0x00000000ae35b000-0x00000000ae396000) (0MB)
[    0.000000] efi: mem95: type=7, attr=0xf, range=[0x00000000ae396000-0x00000000ae3a0000) (0MB)
[    0.000000] efi: mem96: type=4, attr=0xf, range=[0x00000000ae3a0000-0x00000000ae3c7000) (0MB)
[    0.000000] efi: mem97: type=7, attr=0xf, range=[0x00000000ae3c7000-0x00000000ae3d4000) (0MB)
[    0.000000] efi: mem98: type=4, attr=0xf, range=[0x00000000ae3d4000-0x00000000ae405000) (0MB)
[    0.000000] efi: mem99: type=7, attr=0xf, range=[0x00000000ae405000-0x00000000ae41a000) (0MB)
[    0.000000] efi: mem100: type=4, attr=0xf, range=[0x00000000ae41a000-0x00000000ae43d000) (0MB)
[    0.000000] efi: mem101: type=7, attr=0xf, range=[0x00000000ae43d000-0x00000000ae44d000) (0MB)
[    0.000000] efi: mem102: type=4, attr=0xf, range=[0x00000000ae44d000-0x00000000ae479000) (0MB)
[    0.000000] efi: mem103: type=7, attr=0xf, range=[0x00000000ae479000-0x00000000ae48e000) (0MB)
[    0.000000] efi: mem104: type=4, attr=0xf, range=[0x00000000ae48e000-0x00000000ae4a3000) (0MB)
[    0.000000] efi: mem105: type=7, attr=0xf, range=[0x00000000ae4a3000-0x00000000ae4b9000) (0MB)
[    0.000000] efi: mem106: type=4, attr=0xf, range=[0x00000000ae4b9000-0x00000000ae4e5000) (0MB)
[    0.000000] efi: mem107: type=7, attr=0xf, range=[0x00000000ae4e5000-0x00000000ae4ee000) (0MB)
[    0.000000] efi: mem108: type=4, attr=0xf, range=[0x00000000ae4ee000-0x00000000ae511000) (0MB)
[    0.000000] efi: mem109: type=7, attr=0xf, range=[0x00000000ae511000-0x00000000ae51a000) (0MB)
[    0.000000] efi: mem110: type=4, attr=0xf, range=[0x00000000ae51a000-0x00000000ae540000) (0MB)
[    0.000000] efi: mem111: type=7, attr=0xf, range=[0x00000000ae540000-0x00000000ae54c000) (0MB)
[    0.000000] efi: mem112: type=4, attr=0xf, range=[0x00000000ae54c000-0x00000000ae584000) (0MB)
[    0.000000] efi: mem113: type=7, attr=0xf, range=[0x00000000ae584000-0x00000000ae598000) (0MB)
[    0.000000] efi: mem114: type=4, attr=0xf, range=[0x00000000ae598000-0x00000000ae5ba000) (0MB)
[    0.000000] efi: mem115: type=7, attr=0xf, range=[0x00000000ae5ba000-0x00000000ae5ca000) (0MB)
[    0.000000] efi: mem116: type=4, attr=0xf, range=[0x00000000ae5ca000-0x00000000ae5f3000) (0MB)
[    0.000000] efi: mem117: type=7, attr=0xf, range=[0x00000000ae5f3000-0x00000000ae607000) (0MB)
[    0.000000] efi: mem118: type=4, attr=0xf, range=[0x00000000ae607000-0x00000000ae63b000) (0MB)
[    0.000000] efi: mem119: type=7, attr=0xf, range=[0x00000000ae63b000-0x00000000ae647000) (0MB)
[    0.000000] efi: mem120: type=4, attr=0xf, range=[0x00000000ae647000-0x00000000ae6f8000) (0MB)
[    0.000000] efi: mem121: type=7, attr=0xf, range=[0x00000000ae6f8000-0x00000000ae6fb000) (0MB)
[    0.000000] efi: mem122: type=4, attr=0xf, range=[0x00000000ae6fb000-0x00000000ae724000) (0MB)
[    0.000000] efi: mem123: type=7, attr=0xf, range=[0x00000000ae724000-0x00000000ae726000) (0MB)
[    0.000000] efi: mem124: type=4, attr=0xf, range=[0x00000000ae726000-0x00000000ae729000) (0MB)
[    0.000000] efi: mem125: type=7, attr=0xf, range=[0x00000000ae729000-0x00000000ae72e000) (0MB)
[    0.000000] efi: mem126: type=4, attr=0xf, range=[0x00000000ae72e000-0x00000000ae888000) (1MB)
[    0.000000] efi: mem127: type=7, attr=0xf, range=[0x00000000ae888000-0x00000000ae88a000) (0MB)
[    0.000000] efi: mem128: type=4, attr=0xf, range=[0x00000000ae88a000-0x00000000aea2c000) (1MB)
[    0.000000] efi: mem129: type=7, attr=0xf, range=[0x00000000aea2c000-0x00000000aea31000) (0MB)
[    0.000000] efi: mem130: type=4, attr=0xf, range=[0x00000000aea31000-0x00000000aeb0b000) (0MB)
[    0.000000] efi: mem131: type=7, attr=0xf, range=[0x00000000aeb0b000-0x00000000aeb0e000) (0MB)
[    0.000000] efi: mem132: type=4, attr=0xf, range=[0x00000000aeb0e000-0x00000000aec39000) (1MB)
[    0.000000] efi: mem133: type=7, attr=0xf, range=[0x00000000aec39000-0x00000000aec41000) (0MB)
[    0.000000] efi: mem134: type=4, attr=0xf, range=[0x00000000aec41000-0x00000000aedde000) (1MB)
[    0.000000] efi: mem135: type=7, attr=0xf, range=[0x00000000aedde000-0x00000000aede6000) (0MB)
[    0.000000] efi: mem136: type=4, attr=0xf, range=[0x00000000aede6000-0x00000000aee0c000) (0MB)
[    0.000000] efi: mem137: type=7, attr=0xf, range=[0x00000000aee0c000-0x00000000aee0d000) (0MB)
[    0.000000] efi: mem138: type=4, attr=0xf, range=[0x00000000aee0d000-0x00000000b9b6c000) (173MB)
[    0.000000] efi: mem139: type=7, attr=0xf, range=[0x00000000b9b6c000-0x00000000ba0df000) (5MB)
[    0.000000] efi: mem140: type=2, attr=0xf, range=[0x00000000ba0df000-0x00000000ba0ec000) (0MB)
[    0.000000] efi: mem141: type=3, attr=0xf, range=[0x00000000ba0ec000-0x00000000ba7ac000) (6MB)
[    0.000000] efi: mem142: type=0, attr=0xf, range=[0x00000000ba7ac000-0x00000000ba883000) (0MB)
[    0.000000] efi: mem143: type=0, attr=0xf, range=[0x00000000ba883000-0x00000000babe0000) (3MB)
[    0.000000] efi: mem144: type=9, attr=0xf, range=[0x00000000babe0000-0x00000000babe7000) (0MB)
[    0.000000] efi: mem145: type=9, attr=0xf, range=[0x00000000babe7000-0x00000000babf0000) (0MB)
[    0.000000] efi: mem146: type=10, attr=0xf, range=[0x00000000babf0000-0x00000000bb0a5000) (4MB)
[    0.000000] efi: mem147: type=10, attr=0xf, range=[0x00000000bb0a5000-0x00000000bb958000) (8MB)
[    0.000000] efi: mem148: type=6, attr=0x800000000000000f, range=[0x00000000bb958000-0x00000000bc45d000) (11MB)
[    0.000000] efi: mem149: type=6, attr=0x800000000000000f, range=[0x00000000bc45d000-0x00000000bc9df000) (5MB)
[    0.000000] efi: mem150: type=5, attr=0x800000000000000f, range=[0x00000000bc9df000-0x00000000bc9f0000) (0MB)
[    0.000000] efi: mem151: type=5, attr=0x800000000000000f, range=[0x00000000bc9f0000-0x00000000bca35000) (0MB)
[    0.000000] efi: mem152: type=4, attr=0xf, range=[0x00000000bca35000-0x00000000bca36000) (0MB)
[    0.000000] efi: mem153: type=10, attr=0xf, range=[0x00000000bca36000-0x00000000bcc3c000) (2MB)
[    0.000000] efi: mem154: type=4, attr=0xf, range=[0x00000000bcc3c000-0x00000000bcd8c000) (1MB)
[    0.000000] efi: mem155: type=3, attr=0xf, range=[0x00000000bcd8c000-0x00000000bd02e000) (2MB)
[    0.000000] efi: mem156: type=4, attr=0xf, range=[0x00000000bd02e000-0x00000000bd030000) (0MB)
[    0.000000] efi: mem157: type=3, attr=0xf, range=[0x00000000bd030000-0x00000000bd034000) (0MB)
[    0.000000] efi: mem158: type=4, attr=0xf, range=[0x00000000bd034000-0x00000000bd038000) (0MB)
[    0.000000] efi: mem159: type=3, attr=0xf, range=[0x00000000bd038000-0x00000000bd03a000) (0MB)
[    0.000000] efi: mem160: type=4, attr=0xf, range=[0x00000000bd03a000-0x00000000bd03e000) (0MB)
[    0.000000] efi: mem161: type=3, attr=0xf, range=[0x00000000bd03e000-0x00000000bd040000) (0MB)
[    0.000000] efi: mem162: type=4, attr=0xf, range=[0x00000000bd040000-0x00000000bd068000) (0MB)
[    0.000000] efi: mem163: type=3, attr=0xf, range=[0x00000000bd068000-0x00000000bd083000) (0MB)
[    0.000000] efi: mem164: type=6, attr=0x800000000000000f, range=[0x00000000bd083000-0x00000000bd7f4000) (7MB)
[    0.000000] efi: mem165: type=4, attr=0xf, range=[0x00000000bd7f4000-0x00000000bd800000) (0MB)
[    0.000000] efi: mem166: type=7, attr=0xf, range=[0x0000000100001000-0x000000043f000000) (13295MB)
[    0.000000] efi: mem167: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem168: type=11, attr=0x8000000000000001, range=[0x00000000fec10000-0x00000000fec11000) (0MB)
[    0.000000] efi: mem169: type=11, attr=0x8000000000000001, range=[0x00000000fec20000-0x00000000fec21000) (0MB)
[    0.000000] efi: mem170: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed01000) (0MB)
[    0.000000] efi: mem171: type=11, attr=0x8000000000000001, range=[0x00000000fed61000-0x00000000fed71000) (0MB)
[    0.000000] efi: mem172: type=11, attr=0x8000000000000001, range=[0x00000000fed80000-0x00000000fed90000) (0MB)
[    0.000000] efi: mem173: type=11, attr=0x8000000000000001, range=[0x00000000fef00000-0x0000000100000000) (17MB)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./SABERTOOTH 990FX R2.0, BIOS 1708 04/09/2013
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x43f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000BD800000 mask FFFFFF800000 uncachable
[    0.000000]   3 base 0000BE000000 mask FFFFFE000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000043f000000 aka 17392M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xbd800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbd800 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 28672
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0xbd7fffff]
[    0.000000]  [mem 0x00000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xbd7fffff] page 2M
[    0.000000] kernel direct mapping tables up to 0xbd7fffff @ [mem 0x1fffe000-0x1fffffff]
[    0.000000] init_memory_mapping: [mem 0x100001000-0x43effffff]
[    0.000000]  [mem 0x100001000-0x1001fffff] page 4k
[    0.000000]  [mem 0x100200000-0x13fffffff] page 2M
[    0.000000]  [mem 0x140000000-0x3ffffffff] page 1G
[    0.000000]  [mem 0x400000000-0x43effffff] page 2M
[    0.000000] kernel direct mapping tables up to 0x43effffff @ [mem 0xba0e8000-0xba0ebfff]
[    0.000000] RAMDISK: [mem 0x36542000-0x37298fff]
[    0.000000] ACPI: RSDP 00000000babe7000 00024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 00000000babe7070 00054 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000babee100 0010C (v05 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20121018/tbfadt-598)
[    0.000000] ACPI: DSDT 00000000babe7158 06FA8 (v02 ALASKA    A M I 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 00000000bb952f80 00040
[    0.000000] ACPI: APIC 00000000babee210 0009E (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000babee2b0 00044 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 00000000babee2f8 0003C (v01 ALASKA    A M I 01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 00000000babee338 00038 (v01 ALASKA    A M I 01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 00000000babee3c8 01714 (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000043effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x43effffff]
[    0.000000]   NODE_DATA [mem 0x43effc000-0x43effffff]
[    0.000000]  [ffffea0000000000-ffffea000edfffff] PMD -> [ffff88042e600000-ffff88043c5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x43effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0xba7abfff]
[    0.000000]   node   0: [mem 0xbca35000-0xbca35fff]
[    0.000000]   node   0: [mem 0xbcc3c000-0xbd082fff]
[    0.000000]   node   0: [mem 0xbd7f4000-0xbd7fffff]
[    0.000000]   node   0: [mem 0x100001000-0x43effffff]
[    0.000000] On node 0 totalpages: 4168591
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 13 pages reserved
[    0.000000]   DMA zone: 3915 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10402 pages used for memmap
[    0.000000]   DMA32 zone: 750430 pages, LIFO batch:31
[    0.000000]   Normal zone: 46536 pages used for memmap
[    0.000000]   Normal zone: 3357239 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x17] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
[    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 low 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: 0x43538210 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 72
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000ba7ac000 - 00000000babe0000
[    0.000000] PM: Registered nosave memory: 00000000babe0000 - 00000000babf0000
[    0.000000] PM: Registered nosave memory: 00000000babf0000 - 00000000bb958000
[    0.000000] PM: Registered nosave memory: 00000000bb958000 - 00000000bca35000
[    0.000000] PM: Registered nosave memory: 00000000bca36000 - 00000000bcc3c000
[    0.000000] PM: Registered nosave memory: 00000000bd083000 - 00000000bd7f4000
[    0.000000] PM: Registered nosave memory: 00000000bd800000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
[    0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
[    0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fec20000
[    0.000000] PM: Registered nosave memory: 00000000fec20000 - 00000000fec21000
[    0.000000] PM: Registered nosave memory: 00000000fec21000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
[    0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
[    0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
[    0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
[    0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
[    0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
[    0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
[    0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100001000
[    0.000000] e820: [mem 0xbd800000-0xfebfffff] available for PCI devices
[    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 @ffff88043ec00000 s84096 r8192 d22400 u262144
[    0.000000] pcpu-alloc: s84096 r8192 d22400 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: 4111584
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8-2-amd64 root=UUID=dbcbda22-0080-4c85-ad18-673660d35e4f ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ 0 size 32 MB
[    0.000000] Your BIOS doesn't leave a aperture memory hole
[    0.000000] Please enable the IOMMU option in the BIOS setup
[    0.000000] This costs you 64 MB of RAM
[    0.000000] Mapping aperture over 65536 KB of RAM @ a4000000
[    0.000000] PM: Registered nosave memory: 00000000a4000000 - 00000000a8000000
[    0.000000] Memory: 16077860k/17809408k available (3594k kernel code, 1135044k absent, 596504k reserved, 3143k data, 616k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] NR_IRQS:33024 nr_irqs:1288 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] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 4013.833 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 8027.66 BogoMIPS (lpj=16055332)
[    0.000006] pid_max: default: 32768 minimum: 301
[    0.001113] Security Framework initialized
[    0.001116] AppArmor: AppArmor disabled by boot time parameter
[    0.001961] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.005693] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007342] Mount-cache hash table entries: 256
[    0.007471] Initializing cgroup subsys cpuacct
[    0.007473] Initializing cgroup subsys memory
[    0.007484] Initializing cgroup subsys devices
[    0.007486] Initializing cgroup subsys freezer
[    0.007488] Initializing cgroup subsys net_cls
[    0.007490] Initializing cgroup subsys blkio
[    0.007492] Initializing cgroup subsys perf_event
[    0.007513] tseg: 00bd800000
[    0.007515] CPU: Physical Processor ID: 0
[    0.007517] CPU: Processor Core ID: 0
[    0.007519] mce: CPU supports 7 MCE banks
[    0.007526] LVT offset 1 assigned for vector 0xf9
[    0.007533] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.007533] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.007533] tlb_flushall_shift: 5
[    0.007596] Freeing SMP alternatives: 12k freed
[    0.007816] ACPI: Core revision 20121018
[    0.284299] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.323967] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (fam: 15, model: 02, stepping: 00)
[    0.430145] Performance Events: 
[    0.430147] perf: AMD core performance counters detected
[    0.430150] AMD PMU driver.
[    0.430152] ... version:                0
[    0.430154] ... bit width:              48
[    0.430156] ... generic registers:      6
[    0.430158] ... value mask:             0000ffffffffffff
[    0.430159] ... max period:             00007fffffffffff
[    0.430161] ... fixed-purpose events:   0
[    0.430163] ... event mask:             000000000000003f
[    0.430344] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.430422] smpboot: Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 OK
[    0.522462] Brought up 8 CPUs
[    0.522466] smpboot: Total of 8 processors activated (64221.32 BogoMIPS)
[    0.531786] devtmpfs: initialized
[    0.534588] PM: Registering ACPI NVS region [mem 0xbabf0000-0xbb957fff] (14057472 bytes)
[    0.534854] PM: Registering ACPI NVS region [mem 0xbca36000-0xbcc3bfff] (2121728 bytes)
[    0.534988] regulator-dummy: no parameters
[    0.535049] NET: Registered protocol family 16
[    0.535184] ACPI: bus type pci registered
[    0.535228] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.535232] PCI: not using MMCONFIG
[    0.535234] PCI: Using configuration type 1 for base access
[    0.535236] PCI: Using configuration type 1 for extended access
[    0.536011] bio: create slab <bio-0> at 0
[    0.536110] ACPI: Added _OSI(Module Device)
[    0.536112] ACPI: Added _OSI(Processor Device)
[    0.536114] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.536116] ACPI: Added _OSI(Processor Aggregator Device)
[    0.536657] ACPI: EC: Look up EC in DSDT
[    0.537205] ACPI: Executed 2 blocks of module-level executable AML code
[    0.550486] ACPI: Interpreter enabled
[    0.550492] ACPI: (supports S0 S3 S4 S5)
[    0.550506] ACPI: Using IOAPIC for interrupt routing
[    0.550615] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.550645] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.566214] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
[    0.566292] ACPI: No dock devices found.
[    0.566297] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.566424] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.566427] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.566707] PCI host bridge to bus 0000:00
[    0.566711] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.566714] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    0.566717] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    0.566720] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    0.566722] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.566725] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.566727] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.566730] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.566741] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.566795] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.566824] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.566837] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[    0.566865] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.566877] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    0.566904] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.566917] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    0.566944] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.566956] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    0.566983] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.566994] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[    0.567022] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    0.567034] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[    0.567063] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[    0.567081] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.567095] pci 0000:00:11.0: reg 10: [io  0xf040-0xf047]
[    0.567102] pci 0000:00:11.0: reg 14: [io  0xf030-0xf033]
[    0.567109] pci 0000:00:11.0: reg 18: [io  0xf020-0xf027]
[    0.567116] pci 0000:00:11.0: reg 1c: [io  0xf010-0xf013]
[    0.567123] pci 0000:00:11.0: reg 20: [io  0xf000-0xf00f]
[    0.567130] pci 0000:00:11.0: reg 24: [mem 0xfeb0b000-0xfeb0b3ff]
[    0.567174] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.567184] pci 0000:00:12.0: reg 10: [mem 0xfeb0a000-0xfeb0afff]
[    0.567235] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.567249] pci 0000:00:12.2: reg 10: [mem 0xfeb09000-0xfeb090ff]
[    0.567307] pci 0000:00:12.2: supports D1 D2
[    0.567309] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.567326] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.567336] pci 0000:00:13.0: reg 10: [mem 0xfeb08000-0xfeb08fff]
[    0.567387] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.567400] pci 0000:00:13.2: reg 10: [mem 0xfeb07000-0xfeb070ff]
[    0.567459] pci 0000:00:13.2: supports D1 D2
[    0.567460] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.567477] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.567533] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.567548] pci 0000:00:14.2: reg 10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.567595] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.567606] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.567661] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.567692] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.567701] pci 0000:00:14.5: reg 10: [mem 0xfeb06000-0xfeb06fff]
[    0.567752] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.567803] pci 0000:00:15.0: supports D1 D2
[    0.567848] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    0.567898] pci 0000:00:15.1: supports D1 D2
[    0.567916] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    0.567967] pci 0000:00:15.2: supports D1 D2
[    0.567984] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
[    0.568035] pci 0000:00:15.3: supports D1 D2
[    0.568054] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.568064] pci 0000:00:16.0: reg 10: [mem 0xfeb05000-0xfeb05fff]
[    0.568115] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.568128] pci 0000:00:16.2: reg 10: [mem 0xfeb04000-0xfeb040ff]
[    0.568187] pci 0000:00:16.2: supports D1 D2
[    0.568189] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.568206] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[    0.568221] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[    0.568233] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[    0.568246] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[    0.568261] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[    0.568274] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[    0.568318] pci 0000:01:00.0: [1002:6738] type 00 class 0x030000
[    0.568331] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.568341] pci 0000:01:00.0: reg 18: [mem 0xfea20000-0xfea3ffff 64bit]
[    0.568348] pci 0000:01:00.0: reg 20: [io  0xe000-0xe0ff]
[    0.568360] pci 0000:01:00.0: reg 30: [mem 0xfea00000-0xfea1ffff pref]
[    0.568391] pci 0000:01:00.0: supports D1 D2
[    0.568412] pci 0000:01:00.1: [1002:aa88] type 00 class 0x040300
[    0.568424] pci 0000:01:00.1: reg 10: [mem 0xfea40000-0xfea43fff 64bit]
[    0.568481] pci 0000:01:00.1: supports D1 D2
[    0.576944] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.576949] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.576951] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.576954] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.576985] pci 0000:02:00.0: [1b21:0612] type 00 class 0x010601
[    0.576995] pci 0000:02:00.0: reg 10: [io  0xd050-0xd057]
[    0.577002] pci 0000:02:00.0: reg 14: [io  0xd040-0xd043]
[    0.577009] pci 0000:02:00.0: reg 18: [io  0xd030-0xd037]
[    0.577016] pci 0000:02:00.0: reg 1c: [io  0xd020-0xd023]
[    0.577023] pci 0000:02:00.0: reg 20: [io  0xd000-0xd01f]
[    0.577030] pci 0000:02:00.0: reg 24: [mem 0xfe900000-0xfe9001ff]
[    0.584937] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.584941] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.584943] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.584976] pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
[    0.584986] pci 0000:03:00.0: reg 10: [io  0xc050-0xc057]
[    0.584992] pci 0000:03:00.0: reg 14: [io  0xc040-0xc043]
[    0.584999] pci 0000:03:00.0: reg 18: [io  0xc030-0xc037]
[    0.585006] pci 0000:03:00.0: reg 1c: [io  0xc020-0xc023]
[    0.585013] pci 0000:03:00.0: reg 20: [io  0xc000-0xc01f]
[    0.585020] pci 0000:03:00.0: reg 24: [mem 0xfe800000-0xfe8001ff]
[    0.592926] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.592931] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.592933] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.592970] pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.592986] pci 0000:04:00.0: reg 10: [mem 0xfe700000-0xfe707fff 64bit]
[    0.593067] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.600923] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.600928] pci 0000:00:09.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.600964] pci 0000:05:00.0: [11c1:5901] type 00 class 0x0c0010
[    0.600981] pci 0000:05:00.0: reg 10: [mem 0xfe600000-0xfe600fff 64bit]
[    0.601061] pci 0000:05:00.0: supports D1 D2
[    0.601062] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.608919] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.608925] pci 0000:00:0a.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.608946] pci 0000:00:0b.0: PCI bridge to [bus 06]
[    0.608970] pci 0000:00:0d.0: PCI bridge to [bus 07]
[    0.609020] pci 0000:00:14.4: PCI bridge to [bus 08] (subtractive decode)
[    0.609027] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    0.609029] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    0.609031] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    0.609032] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.609034] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.609035] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.609037] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.609070] pci 0000:00:15.0: PCI bridge to [bus 09]
[    0.609127] pci 0000:0a:00.0: [10ec:8168] type 00 class 0x020000
[    0.609141] pci 0000:0a:00.0: reg 10: [io  0xb000-0xb0ff]
[    0.609165] pci 0000:0a:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.609181] pci 0000:0a:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.609272] pci 0000:0a:00.0: supports D1 D2
[    0.609274] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.616918] pci 0000:00:15.1: PCI bridge to [bus 0a]
[    0.616924] pci 0000:00:15.1:   bridge window [io  0xb000-0xbfff]
[    0.616929] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.616985] pci 0000:0b:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.617006] pci 0000:0b:00.0: reg 10: [mem 0xfe500000-0xfe507fff 64bit]
[    0.617113] pci 0000:0b:00.0: PME# supported from D3hot D3cold
[    0.624913] pci 0000:00:15.2: PCI bridge to [bus 0b]
[    0.624920] pci 0000:00:15.2:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.624978] pci 0000:0c:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.624999] pci 0000:0c:00.0: reg 10: [mem 0xfe400000-0xfe407fff 64bit]
[    0.625132] pci 0000:0c:00.0: PME# supported from D3hot D3cold
[    0.632909] pci 0000:00:15.3: PCI bridge to [bus 0c]
[    0.632916] pci 0000:00:15.3:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.632959] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
[    0.633005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC02._PRT]
[    0.633032] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC04._PRT]
[    0.633059] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC05._PRT]
[    0.633084] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC09._PRT]
[    0.633107] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC0A._PRT]
[    0.633132] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC0B._PRT]
[    0.633158] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC0D._PRT]
[    0.633183] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE20._PRT]
[    0.633208] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE21._PRT]
[    0.633222] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE22._PRT]
[    0.633237] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE23._PRT]
[    0.633254]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.633257]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.634631] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.634677] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.634725] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.634797] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 10 11 14 15) *0
[    0.634835] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    0.634863] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    0.634891] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.634919] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.634990] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.634994] vgaarb: loaded
[    0.634995] vgaarb: bridge control possible 0000:01:00.0
[    0.635028] PCI: Using ACPI for IRQ routing
[    0.641038] PCI: pci_cache_line_size set to 64 bytes
[    0.641112] e820: reserve RAM buffer [mem 0xba7ac000-0xbbffffff]
[    0.641114] e820: reserve RAM buffer [mem 0xbca36000-0xbfffffff]
[    0.641115] e820: reserve RAM buffer [mem 0xbd083000-0xbfffffff]
[    0.641116] e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
[    0.641118] e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
[    0.641194] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.641198] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.644224] Switching to clocksource hpet
[    0.645516] pnp: PnP ACPI init
[    0.645529] ACPI: bus type pnp registered
[    0.645602] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.645606] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.645945] system 00:01: [io  0x040b] has been reserved
[    0.645948] system 00:01: [io  0x04d6] has been reserved
[    0.645951] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.645954] system 00:01: [io  0x0c14] has been reserved
[    0.645957] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.645959] system 00:01: [io  0x0c52] has been reserved
[    0.645962] system 00:01: [io  0x0c6c] has been reserved
[    0.645964] system 00:01: [io  0x0c6f] has been reserved
[    0.645967] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.645969] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.645972] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.645974] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.645977] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.645979] system 00:01: [io  0x0800-0x089f] has been reserved
[    0.645982] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.645987] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.645990] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.645992] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.645996] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.645999] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.646002] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.646005] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.646008] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.646011] system 00:01: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.646014] system 00:01: [mem 0xff800000-0xffffffff] has been reserved
[    0.646017] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.646136] system 00:02: [io  0x0290-0x02af] has been reserved
[    0.646140] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.646149] pnp 00:03: [dma 4]
[    0.646164] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.646186] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.646204] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.646249] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.646252] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.646274] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.646302] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.646451] pnp 00:09: [dma 0 disabled]
[    0.646486] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.646587] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.646673] system 00:0b: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.646677] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.646802] pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.646806] pnp: PnP ACPI: found 13 devices
[    0.646808] ACPI: ACPI bus type pnp unregistered
[    0.652959] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.652963] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.652968] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.652972] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.652977] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.652980] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.652984] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.652989] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.652992] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.653022] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.653028] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.653032] pci 0000:00:09.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.653037] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.653041] pci 0000:00:0a.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.653046] pci 0000:00:0b.0: PCI bridge to [bus 06]
[    0.653053] pci 0000:00:0d.0: PCI bridge to [bus 07]
[    0.653059] pci 0000:00:14.4: PCI bridge to [bus 08]
[    0.653070] pci 0000:00:15.0: PCI bridge to [bus 09]
[    0.653079] pci 0000:00:15.1: PCI bridge to [bus 0a]
[    0.653082] pci 0000:00:15.1:   bridge window [io  0xb000-0xbfff]
[    0.653089] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.653095] pci 0000:00:15.2: PCI bridge to [bus 0b]
[    0.653099] pci 0000:00:15.2:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.653106] pci 0000:00:15.3: PCI bridge to [bus 0c]
[    0.653111] pci 0000:00:15.3:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.653160] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    0.653161] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    0.653163] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    0.653164] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    0.653166] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    0.653167] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    0.653169] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[    0.653170] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.653172] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.653173] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.653175] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.653176] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.653177] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.653179] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.653180] pci_bus 0000:04: resource 1 [mem 0xfe700000-0xfe7fffff]
[    0.653182] pci_bus 0000:05: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.653183] pci_bus 0000:08: resource 4 [io  0x0000-0x03af]
[    0.653185] pci_bus 0000:08: resource 5 [io  0x03e0-0x0cf7]
[    0.653186] pci_bus 0000:08: resource 6 [io  0x03b0-0x03df]
[    0.653187] pci_bus 0000:08: resource 7 [io  0x0d00-0xffff]
[    0.653189] pci_bus 0000:08: resource 8 [mem 0x000a0000-0x000bffff]
[    0.653190] pci_bus 0000:08: resource 9 [mem 0x000c0000-0x000dffff]
[    0.653191] pci_bus 0000:08: resource 10 [mem 0xc0000000-0xffffffff]
[    0.653193] pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
[    0.653194] pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.653196] pci_bus 0000:0b: resource 1 [mem 0xfe500000-0xfe5fffff]
[    0.653197] pci_bus 0000:0c: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.653292] NET: Registered protocol family 2
[    0.653565] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[    0.653935] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.654086] TCP: Hash tables configured (established 131072 bind 65536)
[    0.654109] TCP: reno registered
[    0.654127] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.654187] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.654312] NET: Registered protocol family 1
[    0.948181] pci 0000:01:00.0: Boot video device
[    0.948292] PCI: CLS 64 bytes, default 64
[    0.948320] Unpacking initramfs...
[    1.131997] Freeing initrd memory: 13660k freed
[    1.134929] PCI-DMA: Disabling AGP.
[    1.135014] PCI-DMA: aperture base @ a4000000 size 65536 KB
[    1.135017] PCI-DMA: using GART IOMMU.
[    1.135019] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    1.139250] LVT offset 0 assigned for vector 0x400
[    1.139278] perf: AMD IBS detected (0x000000ff)
[    1.139459] audit: initializing netlink socket (disabled)
[    1.139471] type=2000 audit(1374519977.764:1): initialized
[    1.150391] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.151335] VFS: Disk quotas dquot_6.5.2
[    1.151360] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.151424] msgmni has been set to 31972
[    1.151620] alg: No test for stdrng (krng)
[    1.151651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.151683] io scheduler noop registered
[    1.151685] io scheduler deadline registered
[    1.151712] io scheduler cfq registered (default)
[    1.152123] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.152135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.152138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.153201] efifb: probing for efifb
[    1.153385] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90012d80000, using 3072k, total 3072k
[    1.153388] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.153390] efifb: scrolling: redraw
[    1.153392] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.155449] Console: switching to colour frame buffer device 128x48
[    1.157505] fb0: EFI VGA frame buffer device
[    1.157539] GHES: HEST is not enabled!
[    1.157600] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.178039] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.178360] Linux agpgart interface v0.103
[    1.178463] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.178852] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.178880] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.179035] mousedev: PS/2 mouse device common for all mice
[    1.179082] rtc_cmos 00:04: RTC can wake from S4
[    1.179202] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.179251] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.179287] cpuidle: using governor ladder
[    1.179303] cpuidle: using governor menu
[    1.179357] drop_monitor: Initializing network drop monitor service
[    1.179435] TCP: cubic registered
[    1.179519] NET: Registered protocol family 10
[    1.179682] mip6: Mobile IPv6
[    1.179695] NET: Registered protocol family 17
[    1.180180] PM: Hibernation image not present or could not be loaded.
[    1.180189] registered taskstats version 1
[    1.181353] rtc_cmos 00:04: setting system clock to 2013-07-22 19:06:18 UTC (1374519978)
[    1.182193] Freeing unused kernel memory: 616k freed
[    1.182307] Write protecting the kernel read-only data: 6144k
[    1.184329] Freeing unused kernel memory: 492k freed
[    1.186469] Freeing unused kernel memory: 532k freed
[    1.196742] udevd[89]: starting version 175
[    1.225509] SCSI subsystem initialized
[    1.226376] ACPI: bus type usb registered
[    1.227241] usbcore: registered new interface driver usbfs
[    1.228078] ACPI: bus type scsi registered
[    1.228095] usbcore: registered new interface driver hub
[    1.228151] usbcore: registered new device driver usb
[    1.230560] libata version 3.00 loaded.
[    1.231058] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.231991] ahci 0000:00:11.0: version 3.0
[    1.232118] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 5 ports 6 Gbps 0x2f impl SATA mode
[    1.232967] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    1.233897] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.233948] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.233954] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
[    1.234443] scsi0 : ahci
[    1.237191] ehci-pci: EHCI PCI platform driver
[    1.237206] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.237268] firewire_ohci 0000:05:00.0: enabling device (0000 -> 0002)
[    1.237271] scsi1 : ahci
[    1.237424] r8169 0000:0a:00.0: irq 72 for MSI/MSI-X
[    1.237579] r8169 0000:0a:00.0 eth0: RTL8168f/8111f at 0xffffc9000003a000, 60:a4:4c:5f:12:57, XID 08000800 IRQ 72
[    1.237580] r8169 0000:0a:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.238186] scsi2 : ahci
[    1.238264] scsi3 : ahci
[    1.238419] scsi4 : ahci
[    1.240780] scsi5 : ahci
[    1.240836] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 irq 19
[    1.240838] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b180 irq 19
[    1.240840] ata3: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b200 irq 19
[    1.240841] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 irq 19
[    1.240842] ata5: DUMMY
[    1.240844] ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19
[    1.240932] ahci 0000:02:00.0: irq 73 for MSI/MSI-X
[    1.240962] ahci: SSS flag set, parallel bus scan disabled
[    1.240996] ahci 0000:02:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.240998] ahci 0000:02:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    1.241250] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    1.241256] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 2
[    1.241269] QUIRK: Enable AMD PLL fix
[    1.241289] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfeb0a000
[    1.247960] scsi6 : ahci
[    1.255222] scsi7 : ahci
[    1.255269] ata7: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900100 irq 73
[    1.255270] ata8: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900180 irq 73
[    1.255353] ahci 0000:03:00.0: irq 74 for MSI/MSI-X
[    1.255386] ahci: SSS flag set, parallel bus scan disabled
[    1.255416] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.255418] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    1.255637] scsi8 : ahci
[    1.255689] scsi9 : ahci
[    1.255721] ata9: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800100 irq 74
[    1.255723] ata10: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800180 irq 74
[    1.264121] microcode: CPU0: patch_level=0x0600081f
[    1.265196] platform microcode: firmware: agent loaded amd-ucode/microcode_amd_fam15h.bin into memory
[    1.266030] microcode: CPU1: patch_level=0x0600081f
[    1.266942] microcode: CPU2: patch_level=0x0600081f
[    1.267812] microcode: CPU3: patch_level=0x0600081f
[    1.268697] microcode: CPU4: patch_level=0x0600081f
[    1.269478] microcode: CPU5: patch_level=0x0600081f
[    1.270263] microcode: CPU6: patch_level=0x0600081f
[    1.271061] microcode: CPU7: patch_level=0x0600081f
[    1.271844] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.292003] firewire_ohci 0000:05:00.0: irq 75 for MSI/MSI-X
[    1.292043] firewire_ohci 0000:05:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[    1.293328] xhci_hcd 0000:04:00.0: irq 76 for MSI/MSI-X
[    1.293334] xhci_hcd 0000:04:00.0: irq 77 for MSI/MSI-X
[    1.293339] xhci_hcd 0000:04:00.0: irq 78 for MSI/MSI-X
[    1.293343] xhci_hcd 0000:04:00.0: irq 79 for MSI/MSI-X
[    1.293347] xhci_hcd 0000:04:00.0: irq 80 for MSI/MSI-X
[    1.293351] xhci_hcd 0000:04:00.0: irq 81 for MSI/MSI-X
[    1.293355] xhci_hcd 0000:04:00.0: irq 82 for MSI/MSI-X
[    1.293358] xhci_hcd 0000:04:00.0: irq 83 for MSI/MSI-X
[    1.293447] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.294188] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.294955] usb usb1: Product: xHCI Host Controller
[    1.295710] usb usb1: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.296475] usb usb1: SerialNumber: 0000:04:00.0
[    1.297319] xHCI xhci_add_endpoint called for root hub
[    1.297322] xHCI xhci_check_bandwidth called for root hub
[    1.297351] hub 1-0:1.0: USB hub found
[    1.298105] hub 1-0:1.0: 2 ports detected
[    1.298873] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.299599] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[    1.299945] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.299947] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.299949] usb usb2: Product: OHCI Host Controller
[    1.299950] usb usb2: Manufacturer: Linux 3.8-2-amd64 ohci_hcd
[    1.299951] usb usb2: SerialNumber: 0000:00:12.0
[    1.300049] hub 2-0:1.0: USB hub found
[    1.300056] hub 2-0:1.0: 5 ports detected
[    1.300153] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    1.300156] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4
[    1.300181] ohci_hcd 0000:00:13.0: irq 20, io mem 0xfeb08000
[    1.307764] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    1.308522] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.309286] usb usb3: Product: xHCI Host Controller
[    1.310014] usb usb3: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.310762] usb usb3: SerialNumber: 0000:04:00.0
[    1.311569] xHCI xhci_add_endpoint called for root hub
[    1.311570] xHCI xhci_check_bandwidth called for root hub
[    1.311594] hub 3-0:1.0: USB hub found
[    1.312343] hub 3-0:1.0: 2 ports detected
[    1.313184] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.313937] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 5
[    1.359882] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.360658] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.361425] usb usb4: Product: OHCI Host Controller
[    1.362154] usb usb4: Manufacturer: Linux 3.8-2-amd64 ohci_hcd
[    1.362907] usb usb4: SerialNumber: 0000:00:13.0
[    1.363748] hub 4-0:1.0: USB hub found
[    1.364488] hub 4-0:1.0: 5 ports detected
[    1.365337] ohci_hcd 0000:00:14.5: OHCI Host Controller
[    1.366074] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
[    1.366797] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfeb06000
[    1.374016] xhci_hcd 0000:0b:00.0: irq 84 for MSI/MSI-X
[    1.374021] xhci_hcd 0000:0b:00.0: irq 85 for MSI/MSI-X
[    1.374025] xhci_hcd 0000:0b:00.0: irq 86 for MSI/MSI-X
[    1.374028] xhci_hcd 0000:0b:00.0: irq 87 for MSI/MSI-X
[    1.374032] xhci_hcd 0000:0b:00.0: irq 88 for MSI/MSI-X
[    1.374036] xhci_hcd 0000:0b:00.0: irq 89 for MSI/MSI-X
[    1.374039] xhci_hcd 0000:0b:00.0: irq 90 for MSI/MSI-X
[    1.374042] xhci_hcd 0000:0b:00.0: irq 91 for MSI/MSI-X
[    1.374137] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.374846] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.375544] usb usb5: Product: xHCI Host Controller
[    1.376280] usb usb5: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.377025] usb usb5: SerialNumber: 0000:0b:00.0
[    1.377816] xHCI xhci_add_endpoint called for root hub
[    1.377817] xHCI xhci_check_bandwidth called for root hub
[    1.377836] hub 5-0:1.0: USB hub found
[    1.378598] hub 5-0:1.0: 2 ports detected
[    1.379394] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.380217] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 7
[    1.380994] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003
[    1.381713] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.382458] usb usb7: Product: xHCI Host Controller
[    1.383194] usb usb7: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.383913] usb usb7: SerialNumber: 0000:0b:00.0
[    1.384710] xHCI xhci_add_endpoint called for root hub
[    1.384712] xHCI xhci_check_bandwidth called for root hub
[    1.384728] hub 7-0:1.0: USB hub found
[    1.385438] hub 7-0:1.0: 2 ports detected
[    1.386285] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    1.387027] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 8
[    1.423844] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.424591] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.425313] usb usb6: Product: OHCI Host Controller
[    1.426051] usb usb6: Manufacturer: Linux 3.8-2-amd64 ohci_hcd
[    1.426769] usb usb6: SerialNumber: 0000:00:14.5
[    1.427597] hub 6-0:1.0: USB hub found
[    1.428344] hub 6-0:1.0: 2 ports detected
[    1.429136] ohci_hcd 0000:00:16.0: OHCI Host Controller
[    1.429880] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 9
[    1.430649] ohci_hcd 0000:00:16.0: irq 22, io mem 0xfeb05000
[    1.447106] xhci_hcd 0000:0c:00.0: irq 92 for MSI/MSI-X
[    1.447110] xhci_hcd 0000:0c:00.0: irq 93 for MSI/MSI-X
[    1.447115] xhci_hcd 0000:0c:00.0: irq 94 for MSI/MSI-X
[    1.447119] xhci_hcd 0000:0c:00.0: irq 95 for MSI/MSI-X
[    1.447122] xhci_hcd 0000:0c:00.0: irq 96 for MSI/MSI-X
[    1.447126] xhci_hcd 0000:0c:00.0: irq 97 for MSI/MSI-X
[    1.447130] xhci_hcd 0000:0c:00.0: irq 98 for MSI/MSI-X
[    1.447133] xhci_hcd 0000:0c:00.0: irq 99 for MSI/MSI-X
[    1.447227] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.447985] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448713] usb usb8: Product: xHCI Host Controller
[    1.449455] usb usb8: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.450200] usb usb8: SerialNumber: 0000:0c:00.0
[    1.450980] xHCI xhci_add_endpoint called for root hub
[    1.450981] xHCI xhci_check_bandwidth called for root hub
[    1.451001] hub 8-0:1.0: USB hub found
[    1.451743] hub 8-0:1.0: 2 ports detected
[    1.452566] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    1.453286] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 10
[    1.454063] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003
[    1.454788] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.455539] usb usb10: Product: xHCI Host Controller
[    1.456287] usb usb10: Manufacturer: Linux 3.8-2-amd64 xhci_hcd
[    1.457009] usb usb10: SerialNumber: 0000:0c:00.0
[    1.457809] xHCI xhci_add_endpoint called for root hub
[    1.457810] xHCI xhci_check_bandwidth called for root hub
[    1.457828] hub 10-0:1.0: USB hub found
[    1.458569] hub 10-0:1.0: 2 ports detected
[    1.487835] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[    1.488567] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.489324] usb usb9: Product: OHCI Host Controller
[    1.490051] usb usb9: Manufacturer: Linux 3.8-2-amd64 ohci_hcd
[    1.490800] usb usb9: SerialNumber: 0000:00:16.0
[    1.491637] hub 9-0:1.0: USB hub found
[    1.492357] hub 9-0:1.0: 4 ports detected
[    1.493198] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.493960] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 11
[    1.494692] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.495478] ehci-pci 0000:00:12.2: debug port 1
[    1.496274] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[    1.507833] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.508584] usb usb11: New USB device found, idVendor=1d6b, idProduct=0002
[    1.509308] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.510054] usb usb11: Product: EHCI Host Controller
[    1.510770] usb usb11: Manufacturer: Linux 3.8-2-amd64 ehci_hcd
[    1.511517] usb usb11: SerialNumber: 0000:00:12.2
[    1.512346] hub 11-0:1.0: USB hub found
[    1.513069] hub 11-0:1.0: 5 ports detected
[    1.513920] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.514666] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 12
[    1.515386] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.516152] ehci-pci 0000:00:13.2: debug port 1
[    1.516888] ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
[    1.527815] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.528564] usb usb12: New USB device found, idVendor=1d6b, idProduct=0002
[    1.529311] usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.530042] usb usb12: Product: EHCI Host Controller
[    1.530793] usb usb12: Manufacturer: Linux 3.8-2-amd64 ehci_hcd
[    1.531547] usb usb12: SerialNumber: 0000:00:13.2
[    1.532367] hub 12-0:1.0: USB hub found
[    1.533105] hub 12-0:1.0: 5 ports detected
[    1.533903] ehci-pci 0000:00:16.2: EHCI Host Controller
[    1.534635] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 13
[    1.535375] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.536113] ehci-pci 0000:00:16.2: debug port 1
[    1.536878] ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
[    1.547816] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    1.548546] usb usb13: New USB device found, idVendor=1d6b, idProduct=0002
[    1.549291] usb usb13: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.550038] usb usb13: Product: EHCI Host Controller
[    1.550755] usb usb13: Manufacturer: Linux 3.8-2-amd64 ehci_hcd
[    1.551495] usb usb13: SerialNumber: 0000:00:16.2
[    1.552325] hub 13-0:1.0: USB hub found
[    1.553033] hub 13-0:1.0: 4 ports detected
[    1.571811] ata7: SATA link down (SStatus 0 SControl 300)
[    1.575810] ata9: SATA link down (SStatus 0 SControl 300)
[    1.731720] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.732466] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.733173] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.734019] ata1.00: ATA-9: INTEL SSDSC2CW120A3, 400i, max UDMA/133
[    1.734698] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.735443] ata6.00: ATAPI: SONY    DVD RW DRU-V200S, 1.60, max UDMA/100
[    1.737566] ata6.00: configured for UDMA/100
[    1.743969] ata1.00: configured for UDMA/133
[    1.744794] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2CW12 400i PQ: 0 ANSI: 5
[    1.747083] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    1.747900] sd 0:0:0:0: [sda] Write Protect is off
[    1.748621] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.748660] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.750351]  sda: sda1 sda2 sda3 sda4
[    1.751330] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.759920] ata2.00: ATA-8: ST31000528AS, CC34, max UDMA/133
[    1.760651] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.791736] firewire_core 0000:05:00.0: created device fw0: GUID 010800000000b158, S800
[    1.800835] ata2.00: configured for UDMA/133
[    1.801665] scsi 1:0:0:0: Direct-Access     ATA      ST31000528AS     CC34 PQ: 0 ANSI: 5
[    1.802533] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.803346] sd 1:0:0:0: [sdb] Write Protect is off
[    1.804131] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.804143] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.805016] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.805863] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.816955]  sdb: sdb1
[    1.817880] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.843654] usb 12-1: new high-speed USB device number 2 using ehci-pci
[    1.975966] usb 12-1: New USB device found, idVendor=03f0, idProduct=2f24
[    1.976724] usb 12-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.977974] hub 12-1:1.0: USB hub found
[    1.979203] hub 12-1:1.0: 6 ports detected
[    2.135483] tsc: Refined TSC clocksource calibration: 4013.514 MHz
[    2.136275] Switching to clocksource tsc
[    2.251525] usb 12-1.3: new low-speed USB device number 3 using ehci-pci
[    2.364448] usb 12-1.3: New USB device found, idVendor=045e, idProduct=0040
[    2.365248] usb 12-1.3: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.366019] usb 12-1.3: Product: Microsoft 3-Button Mouse with IntelliEye(TM)
[    2.366824] usb 12-1.3: Manufacturer: Microsoft
[    2.371993] usbcore: registered new interface driver usbhid
[    2.372797] usbhid: USB HID core driver
[    2.374882] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:13.2/usb12/12-1/12-1.3/12-1.3:1.0/input/input0
[    2.376625] hid-generic 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:13.2-1.3/input0
[    2.439399] usb 12-1.4: new low-speed USB device number 4 using ehci-pci
[    2.459319] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.460255] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.466768] ata4.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    2.467701] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.487423] ata4.00: configured for UDMA/133
[    2.508446] ata3.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    2.509404] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.517561] ata3.00: configured for UDMA/133
[    2.518595] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M 51.0 PQ: 0 ANSI: 5
[    2.519675] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    2.519711] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    2.519832] scsi 3:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M 51.0 PQ: 0 ANSI: 5
[    2.519941] sd 3:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    2.519962] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    2.519992] sd 3:0:0:0: [sdd] Write Protect is off
[    2.519995] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.520015] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.524791] scsi 5:0:0:0: CD-ROM            SONY     DVD RW DRU-V200S 1.60 PQ: 0 ANSI: 5
[    2.524907] scsi 5:0:0:0: Attached scsi generic sg4 type 5
[    2.529203] sd 2:0:0:0: [sdc] Write Protect is off
[    2.530168] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.530194] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.532893] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.533869] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.534928] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    2.553946] usb 12-1.4: New USB device found, idVendor=046d, idProduct=c315
[    2.554924] usb 12-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.555881] usb 12-1.4: Product: Logitech USB Keyboard
[    2.556840] usb 12-1.4: Manufacturer: Logitech
[    2.561211] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:13.2/usb12/12-1/12-1.4/12-1.4:1.0/input/input1
[    2.563264] hid-generic 0003:046D:C315.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:13.2-1.4/input0
[    2.583630]  sdc: sdc1 sdc2 sdc3
[    2.584904] sd 2:0:0:0: [sdc] Attached SCSI disk
[    2.590740]  sdd: sdd1 sdd2 sdd3
[    2.592078] sd 3:0:0:0: [sdd] Attached SCSI disk
[    2.843112] ata8: SATA link down (SStatus 0 SControl 300)
[    3.162925] ata10: SATA link down (SStatus 0 SControl 300)
[    3.208376] netpoll: netconsole: local port 7777
[    3.209402] netpoll: netconsole: local IP 192.168.1.178
[    3.210465] netpoll: netconsole: interface 'eth0'
[    3.211526] netpoll: netconsole: remote port 6666
[    3.212566] netpoll: netconsole: remote IP 192.168.1.171
[    3.213598] netpoll: netconsole: remote ethernet address 00:11:24:75:6d:56
[    3.214634] netpoll: netconsole: device eth0 not up yet, forcing it
[    3.215965] r8169 0000:0a:00.0: firmware: agent loaded rtl_nic/rtl8168f-1.fw into memory
[    3.321690] r8169 0000:0a:00.0 eth0: link down
[    3.321708] r8169 0000:0a:00.0 eth0: link down
[    3.323603] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.884857] r8169 0000:0a:00.0 eth0: link up
[    4.885785] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    4.896113] console [netcon0] enabled
[    4.897026] netconsole: network logging started
[    5.014953] md: md1 stopped.
[    5.017395] md: bind<sdc3>
[    5.018468] md: bind<sdd3>
[    5.020241] md: raid1 personality registered for level 1
[    5.021338] md/raid1:md1: active with 2 out of 2 mirrors
[    5.022250] md1: detected capacity change from 0 to 1000194564096
[    5.055640]  md1: unknown partition table
[    5.228187] device-mapper: uevent: version 1.0.3
[    5.229115] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
[    5.248911] bio: create slab <bio-1> at 1
[    5.447533] Btrfs loaded
[    5.451683] device label ravenclaw-ss devid 1 transid 36401 /dev/sda4
[    5.622167] device label btrfs-scratch devid 2 transid 36079 /dev/sdd2
[    5.704310] device label btrfs-scratch devid 1 transid 36079 /dev/sdc2
[    5.765030] PM: Starting manual resume from disk
[    5.765912] PM: Hibernation image partition 253:0 present
[    5.765913] PM: Looking for hibernation image.
[    5.772466] PM: Image not found (code -22)
[    5.772468] PM: Hibernation image not present or could not be loaded.
[    5.775048] device label ravenclaw-ss devid 1 transid 36401 /dev/disk/by-uuid/dbcbda22-0080-4c85-ad18-673660d35e4f
[    5.776181] btrfs: disk space caching is enabled
[    5.788480] Btrfs detected SSD devices, enabling SSD mode
[    5.940895] udevd[526]: starting version 175
[    6.003845] ACPI: acpi_idle registered with cpuidle
[    6.005458] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    6.007347] ACPI: Power Button [PWRB]
[    6.017446] wmi: Mapper loaded
[    6.017497] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    6.017501] ACPI: Power Button [PWRF]
[    6.023730] EDAC MC: Ver: 3.0.0
[    6.024831] EDAC DEBUG: edac_mc_sysfs_init: device mc created
[    6.025651] MCE: In-kernel MCE decoding enabled.
[    6.027607] AMD64 EDAC driver v3.4.0
[    6.029413] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    6.030505] EDAC amd64: DRAM ECC enabled.
[    6.031445] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 0, MCG_CTL: 0x77, NB MSR is enabled
[    6.031449] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 1, MCG_CTL: 0x77, NB MSR is enabled
[    6.031451] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 2, MCG_CTL: 0x77, NB MSR is enabled
[    6.031453] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 3, MCG_CTL: 0x77, NB MSR is enabled
[    6.031456] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 4, MCG_CTL: 0x77, NB MSR is enabled
[    6.031458] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 5, MCG_CTL: 0x77, NB MSR is enabled
[    6.031459] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 6, MCG_CTL: 0x77, NB MSR is enabled
[    6.031463] EDAC DEBUG: amd64_nb_mce_bank_enabled_on_node: core: 7, MCG_CTL: 0x77, NB MSR is enabled
[    6.031465] EDAC amd64: F15h detected (node 0).
[    6.032403] EDAC DEBUG: reserve_mc_sibling_devs: F1: 0000:00:18.1
[    6.032405] EDAC DEBUG: reserve_mc_sibling_devs: F2: 0000:00:18.2
[    6.032407] EDAC DEBUG: reserve_mc_sibling_devs: F3: 0000:00:18.3
[    6.032412] EDAC DEBUG: read_mc_regs:   TOP_MEM:  0x00000000c0000000
[    6.032416] EDAC DEBUG: read_mc_regs:   TOP_MEM2: 0x000000043f000000
[    6.032425] EDAC DEBUG: read_dram_ctl_register: F2x110 (DCTSelLow): 0x000005e4, High range addrs at: 0x0
[    6.032430] EDAC DEBUG: read_dram_ctl_register:   DCTs operate in unganged mode
[    6.032431] EDAC DEBUG: read_dram_ctl_register:   Address range split per DCT: no
[    6.032433] EDAC DEBUG: read_dram_ctl_register:   data interleave for ECC: enabled, DRAM cleared since last warm reset: yes
[    6.032434] EDAC DEBUG: read_dram_ctl_register:   channel interleave: enabled, interleave bits selector: 0x3
[    6.032446] EDAC DEBUG: read_mc_regs:   DRAM range[0], base: 0x0000000000000000; limit: 0x000000043fffffff
[    6.032447] EDAC DEBUG: read_mc_regs:    IntlvEn=Disabled; Range access: RW IntlvSel=0 DstNode=0
[    6.032459] EDAC DEBUG: read_dct_base_mask:   DCSB0[0]=0x00000000 reg: F2x40
[    6.032465] EDAC DEBUG: read_dct_base_mask:   DCSB1[0]=0x00000000 reg: F2x140
[    6.032467] EDAC DEBUG: read_dct_base_mask:   DCSB0[1]=0x00000000 reg: F2x44
[    6.032469] EDAC DEBUG: read_dct_base_mask:   DCSB1[1]=0x00000000 reg: F2x144
[    6.032471] EDAC DEBUG: read_dct_base_mask:   DCSB0[2]=0x00000001 reg: F2x48
[    6.032473] EDAC DEBUG: read_dct_base_mask:   DCSB1[2]=0x00000001 reg: F2x148
[    6.032474] EDAC DEBUG: read_dct_base_mask:   DCSB0[3]=0x00000109 reg: F2x4c
[    6.032476] EDAC DEBUG: read_dct_base_mask:   DCSB1[3]=0x00000109 reg: F2x14c
[    6.032478] EDAC DEBUG: read_dct_base_mask:   DCSB0[4]=0x00000000 reg: F2x50
[    6.032479] EDAC DEBUG: read_dct_base_mask:   DCSB1[4]=0x00000000 reg: F2x150
[    6.032482] EDAC DEBUG: read_dct_base_mask:   DCSB0[5]=0x00000000 reg: F2x54
[    6.032484] EDAC DEBUG: read_dct_base_mask:   DCSB1[5]=0x00000000 reg: F2x154
[    6.032488] EDAC DEBUG: read_dct_base_mask:   DCSB0[6]=0x00000000 reg: F2x58
[    6.032490] EDAC DEBUG: read_dct_base_mask:   DCSB1[6]=0x00000000 reg: F2x158
[    6.032492] EDAC DEBUG: read_dct_base_mask:   DCSB0[7]=0x00000000 reg: F2x5c
[    6.032494] EDAC DEBUG: read_dct_base_mask:   DCSB1[7]=0x00000000 reg: F2x15c
[    6.032499] EDAC DEBUG: read_dct_base_mask:     DCSM0[0]=0x00000000 reg: F2x60
[    6.032501] EDAC DEBUG: read_dct_base_mask:     DCSM1[0]=0x00000000 reg: F2x160
[    6.032503] EDAC DEBUG: read_dct_base_mask:     DCSM0[1]=0x01f83ee0 reg: F2x64
[    6.032506] EDAC DEBUG: read_dct_base_mask:     DCSM1[1]=0x01f83ee0 reg: F2x164
[    6.032508] EDAC DEBUG: read_dct_base_mask:     DCSM0[2]=0x00000000 reg: F2x68
[    6.032510] EDAC DEBUG: read_dct_base_mask:     DCSM1[2]=0x00000000 reg: F2x168
[    6.032512] EDAC DEBUG: read_dct_base_mask:     DCSM0[3]=0x00000000 reg: F2x6c
[    6.032514] EDAC DEBUG: read_dct_base_mask:     DCSM1[3]=0x00000000 reg: F2x16c
[    6.032520] EDAC DEBUG: dump_misc_regs: F3xE8 (NB Cap): 0x02f04f1e
[    6.032521] EDAC DEBUG: dump_misc_regs:   NB two channel DRAM capable: no
[    6.032523] EDAC DEBUG: dump_misc_regs:   ECC capable: yes, ChipKill ECC capable: yes
[    6.032524] EDAC DEBUG: amd64_dump_dramcfg_low: F2x090 (DRAM Cfg Low): 0x0b090000
[    6.032525] EDAC DEBUG: amd64_dump_dramcfg_low:   DIMM type: unbuffered; all DIMMs support ECC: yes
[    6.032526] EDAC DEBUG: amd64_dump_dramcfg_low:   PAR/ERR parity: disabled
[    6.032527] EDAC DEBUG: amd64_dump_dramcfg_low:   x4 logical DIMMs present: L0: no L1: no L2: no L3: no
[    6.032529] EDAC DEBUG: dump_misc_regs: F3xB0 (Online Spare): 0x00000000
[    6.032530] EDAC DEBUG: dump_misc_regs: F1xF0 (DRAM Hole Address): 0xc0004003, base: 0xc0000000, offset: 0x40000000
[    6.032531] EDAC DEBUG: dump_misc_regs:   DramHoleValid: yes
[    6.032533] EDAC DEBUG: amd64_debug_display_dimm_sizes: F2x080 (DRAM Bank Address Mapping): 0x000000a0
[    6.032534] EDAC MC: DCT0 chip selects:
[    6.032535] EDAC amd64: MC: 0:     0MB 1:     0MB
[    6.033464] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    6.033473] EDAC amd64: MC: 2:  4096MB 3:  4096MB
[    6.033474] EDAC amd64: MC: 4:     0MB 5:     0MB
[    6.033474] EDAC amd64: MC: 6:     0MB 7:     0MB
[    6.033475] EDAC DEBUG: amd64_debug_display_dimm_sizes: F2x180 (DRAM Bank Address Mapping): 0x000000a0
[    6.033476] EDAC MC: DCT1 chip selects:
[    6.033476] EDAC amd64: MC: 0:     0MB 1:     0MB
[    6.033477] EDAC amd64: MC: 2:  4096MB 3:  4096MB
[    6.033478] EDAC amd64: MC: 4:     0MB 5:     0MB
[    6.033478] EDAC amd64: MC: 6:     0MB 7:     0MB
[    6.033479] EDAC amd64: using x4 syndromes.
[    6.033480] EDAC DEBUG: amd64_dump_dramcfg_low: F2x190 (DRAM Cfg Low): 0x0b090000
[    6.033480] EDAC DEBUG: amd64_dump_dramcfg_low:   DIMM type: unbuffered; all DIMMs support ECC: yes
[    6.033480] EDAC DEBUG: amd64_dump_dramcfg_low:   PAR/ERR parity: disabled
[    6.033481] EDAC DEBUG: amd64_dump_dramcfg_low:   x4 logical DIMMs present: L0: no L1: no L2: no L3: no
[    6.033482] EDAC DEBUG: f1x_early_channel_count: Data width is not 128 bits - need more decoding
[    6.033482] EDAC amd64: MCT channel count: 2
[    6.033484] EDAC DEBUG: edac_mc_alloc: allocating 1464 bytes for mci data (16 ranks, 16 csrows/channels)
[    6.033500] EDAC DEBUG: init_csrows: node 0, NBCFG=0x4a700044[ChipKillEccCap: 0|DramEccEn: 1]
[    6.033501] EDAC DEBUG: init_csrows: MC node: 0, csrow: 2
[    6.033502] EDAC DEBUG: amd64_csrow_nr_pages: csrow: 2, channel: 0, DBAM idx: 10
[    6.033502] EDAC DEBUG: amd64_csrow_nr_pages: nr_pages/channel: 1048576
[    6.033503] EDAC DEBUG: amd64_csrow_nr_pages: csrow: 2, channel: 1, DBAM idx: 10
[    6.033503] EDAC DEBUG: amd64_csrow_nr_pages: nr_pages/channel: 1048576
[    6.033504] EDAC amd64: CS2: Unbuffered DDR3 RAM
[    6.033505] EDAC DEBUG: init_csrows: Total csrow2 pages: 2097152
[    6.033505] EDAC DEBUG: init_csrows: MC node: 0, csrow: 3
[    6.033506] EDAC DEBUG: amd64_csrow_nr_pages: csrow: 3, channel: 0, DBAM idx: 10
[    6.033506] EDAC DEBUG: amd64_csrow_nr_pages: nr_pages/channel: 1048576
[    6.033507] EDAC DEBUG: amd64_csrow_nr_pages: csrow: 3, channel: 1, DBAM idx: 10
[    6.033507] EDAC DEBUG: amd64_csrow_nr_pages: nr_pages/channel: 1048576
[    6.033508] EDAC amd64: CS3: Unbuffered DDR3 RAM
[    6.033508] EDAC DEBUG: init_csrows: Total csrow3 pages: 2097152
[    6.033509] EDAC DEBUG: edac_mc_add_mc: 
[    6.033510] EDAC DEBUG: edac_create_sysfs_mci_device: creating bus mc0
[    6.033523] EDAC DEBUG: edac_create_sysfs_mci_device: creating device mc0
[    6.033541] EDAC DEBUG: edac_create_sysfs_mci_device: creating dimm4, located at csrow 2 channel 0 
[    6.033564] EDAC DEBUG: edac_create_dimm_object: creating rank/dimm device rank4
[    6.033565] EDAC DEBUG: edac_create_sysfs_mci_device: creating dimm5, located at csrow 2 channel 1 
[    6.033579] EDAC DEBUG: edac_create_dimm_object: creating rank/dimm device rank5
[    6.033581] EDAC DEBUG: edac_create_sysfs_mci_device: creating dimm6, located at csrow 3 channel 0 
[    6.033593] EDAC DEBUG: edac_create_dimm_object: creating rank/dimm device rank6
[    6.033595] EDAC DEBUG: edac_create_sysfs_mci_device: creating dimm7, located at csrow 3 channel 1 
[    6.033617] EDAC DEBUG: edac_create_dimm_object: creating rank/dimm device rank7
[    6.033618] EDAC DEBUG: edac_create_csrow_object: creating (virtual) csrow node csrow2
[    6.033632] EDAC DEBUG: edac_create_csrow_object: creating (virtual) csrow node csrow3
[    6.033668] EDAC MC0: Giving out device to 'amd64_edac' 'F15h': DEV 0000:00:18.2
[    6.033723] EDAC DEBUG: edac_pci_alloc_ctl_info: 
[    6.033725] EDAC DEBUG: edac_pci_add_device: 
[    6.033726] EDAC DEBUG: add_edac_pci_to_global_list: 
[    6.033727] EDAC DEBUG: find_edac_pci_by_dev: 
[    6.033728] EDAC DEBUG: edac_pci_create_sysfs: idx=0
[    6.033728] EDAC DEBUG: edac_pci_main_kobj_setup: 
[    6.033848] EDAC DEBUG: edac_pci_main_kobj_setup: Registered '.../edac/pci' kobject
[    6.033848] EDAC DEBUG: edac_pci_create_instance_kobj: 
[    6.033883] EDAC DEBUG: edac_pci_create_instance_kobj: Register instance 'pci0' kobject
[    6.033897] EDAC DEBUG: edac_pci_workq_setup: 
[    6.033898] EDAC PCI0: Giving out device to module 'amd64_edac' controller 'EDAC PCI controller': DEV '0000:00:18.2' (POLLED)
[    6.049153] sp5100_tco: PCI Revision ID: 0x42
[    6.050068] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[    6.050964] sp5100_tco: Last reboot was not triggered by watchdog.
[    6.051944] sp5100_tco: initialized (0xffffc9000005eb00). heartbeat=60 sec (nowayout=0)
[    6.052947] EFI Variables Facility v0.08 2004-May-17
[    6.054793] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    6.081932] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    6.089541] asus_wmi: ASUS WMI generic driver loaded
[    6.097410] asus_wmi: Initialization: 0x0asus_wmi: BIOS WMI version: 0.9
[    6.098375] asus_wmi: SFUN value: 0x0<6>[    6.099644] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input5
[    6.101495] kvm: Nested Virtualization enabled
[    6.101533] asus_wmi: Disabling ACPI video driver
[    6.103230] kvm: Nested Paging enabled
[    6.106432] acpi-cpufreq: overriding BIOS provided _PSD data
[    6.135049] device label btrfs-scratch devid 1 transid 36079 /dev/sdc2
[    6.136945] device label btrfs-scratch devid 2 transid 36079 /dev/sdd2
[    6.138603] device label ravenclaw-ss devid 1 transid 36401 /dev/sda4
[    7.075425] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[    7.076411] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[    7.077297] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[    7.078269] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    7.079229] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    7.080184] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[    7.081098] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[    7.082064] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
[    7.083555] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    7.084374] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
[    7.085329] snd_hda_intel 0000:01:00.1: irq 100 for MSI/MSI-X
[    7.093430] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input14
[    7.561019] btrfs: use ssd allocation scheme
[    7.563133] btrfs: disk space caching is enabled
[    7.799366] fuse init (API version 7.20)
[    7.823965] [drm] Initialized drm 1.1.0 20060810
[    7.843671] [drm] radeon kernel modesetting enabled.
[    7.846835] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    7.846839] fb: conflicting fb hw usage radeondrmfb vs EFI VGA - removing generic driver
[    7.849288] Console: switching to colour dummy device 80x25
[    7.849929] [drm] initializing kernel modesetting (BARTS 0x1002:0x6738 0x174B:0x174B).
[    7.850012] [drm] register mmio base: 0xFEA20000
[    7.850026] [drm] register mmio size: 131072
[    7.850376] ATOM BIOS: BARTS
[    7.850436] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    7.850452] radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
[    7.878029] [drm] Detected VRAM RAM=1024M, BAR=256M
[    7.878056] [drm] RAM width 256bits DDR
[    7.878186] [TTM] Zone  kernel: Available graphics memory: 8185756 kiB
[    7.878199] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    7.878208] [TTM] Initializing pool allocator
[    7.878223] [TTM] Initializing DMA pool allocator
[    7.878259] [drm] radeon: 1024M of VRAM memory ready
[    7.878262] [drm] radeon: 512M of GTT memory ready.
[    7.878278] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    7.878282] [drm] Driver supports precise vblank timestamp query.
[    7.878325] radeon 0000:01:00.0: irq 101 for MSI/MSI-X
[    7.878334] radeon 0000:01:00.0: radeon: using MSI.
[    7.878373] [drm] radeon: irq initialized.
[    7.878379] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.878965] [drm] probing gen 2 caps for device 1002:5a16 = 2/0
[    7.878976] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    7.879051] [drm] Loading BARTS Microcode
[    7.880393] platform radeon_cp.0: firmware: agent loaded radeon/BARTS_pfp.bin into memory
[    7.881243] platform radeon_cp.0: firmware: agent loaded radeon/BARTS_me.bin into memory
[    7.882058] platform radeon_cp.0: firmware: agent loaded radeon/BTC_rlc.bin into memory
[    7.882876] platform radeon_cp.0: firmware: agent loaded radeon/BARTS_mc.bin into memory
[    7.890162] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[    7.890342] radeon 0000:01:00.0: WB enabled
[    7.890357] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88042c9c2c00
[    7.890372] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88042c9c2c0c
[    7.906885] [drm] ring test on 0 succeeded in 2 usecs
[    7.906973] [drm] ring test on 3 succeeded in 1 usecs
[    7.907307] [drm] ib test on ring 0 succeeded in 0 usecs
[    7.907378] [drm] ib test on ring 3 succeeded in 0 usecs
[    7.910353] [drm] Radeon Display Connectors
[    7.910366] [drm] Connector 0:
[    7.910376] [drm]   DP-1
[    7.910385] [drm]   HPD4
[    7.910395] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    7.910406] [drm]   Encoders:
[    7.910416] [drm]     DFP1: INTERNAL_UNIPHY2
[    7.910425] [drm] Connector 1:
[    7.910434] [drm]   HDMI-A-1
[    7.910443] [drm]   HPD3
[    7.910454] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    7.910465] [drm]   Encoders:
[    7.910474] [drm]     DFP2: INTERNAL_UNIPHY2
[    7.910484] [drm] Connector 2:
[    7.910493] [drm]   DVI-D-1
[    7.910502] [drm]   HPD1
[    7.910512] [drm]   DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 0x648c
[    7.910522] [drm]   Encoders:
[    7.910531] [drm]     DFP3: INTERNAL_UNIPHY1
[    7.910543] [drm] Connector 3:
[    7.910553] [drm]   DVI-I-1
[    7.910561] [drm]   HPD6
[    7.910571] [drm]   DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
[    7.910581] [drm]   Encoders:
[    7.910590] [drm]     DFP4: INTERNAL_UNIPHY
[    7.910599] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    7.910782] [drm] Internal thermal controller with fan control
[    7.912269] [drm] radeon: power management initialized
[    7.971648] [drm] fb mappable at 0xC0142000
[    7.971670] [drm] vram apper at 0xC0000000
[    7.971678] [drm] size 9216000
[    7.971686] [drm] fb depth is 24
[    7.971694] [drm]    pitch is 7680
[    7.971949] fbcon: radeondrmfb (fb0) is primary device
[    8.197516] Console: switching to colour frame buffer device 240x75
[    8.202283] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    8.202307] radeon 0000:01:00.0: registered panic notifier
[    8.202334] [drm] Initialized radeon 2.29.0 20080528 for 0000:01:00.0 on minor 0
[    8.218808] loop: module loaded
[    8.308911] device label testopt devid 1 transid 12 /dev/dm-8
[    8.783213] device fsid 52f23056-adaf-4f1a-b0d2-93f1b39c1fcc devid 1 transid 194883 /dev/dm-4
[    8.788574] device fsid 52f23056-adaf-4f1a-b0d2-93f1b39c1fcc devid 1 transid 194883 /dev/dm-4
[    8.977743] Adding 15622140k swap on /dev/mapper/ravenclaw-swap.  Priority:-1 extents:1 across:15622140k 
[    9.752277] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    9.926736] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: user_xattr
[   10.005147] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: user_xattr
[   10.029806] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: user_xattr
[   10.103992] EXT4-fs (dm-5): warning: maximal mount count reached, running e2fsck is recommended
[   10.104414] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: user_xattr
[   10.144317] device label btrfs-scratch devid 2 transid 36079 /dev/sdd2
[   10.145325] btrfs: disk space caching is enabled
[   13.249569] device label btrfs-scratch devid 2 transid 36079 /dev/sdd2
[   13.292916] device label btrfs-scratch devid 2 transid 36079 /dev/sdd2
[   16.960994] RPC: Registered named UNIX socket transport module.
[   16.964252] RPC: Registered udp transport module.
[   16.967486] RPC: Registered tcp transport module.
[   16.970739] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   16.982829] FS-Cache: Loaded
[   16.987245] Key type dns_resolver registered
[   16.998514] FS-Cache: Netfs 'nfs' registered for caching
[   17.012091] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   18.014736] vboxdrv: Found 8 processor cores.
[   18.015091] vboxdrv: fAsync=0 offMin=0x5a4 offMax=0xd61e
[   18.019589] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   18.024053] vboxdrv: Successfully loaded version 4.2.10_Debian (interface 0x001a0004).
[   18.093442] vboxpci: IOMMU not found (not registered)
[   18.390795] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   18.402932] NFSD: starting 90-second grace period (net ffffffff81669b00)
[   21.543025] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
[   21.544564] lp: driver loaded but no devices found
[   21.553687] ppdev: user-space parallel port driver
[   22.311030] postgres (4012): /proc/4012/oom_adj is deprecated, please use /proc/4012/oom_score_adj instead.

Attachment: signature.asc
Description: Digital signature


Reply to: