ubuntuusers.de

Unbenannt

Datum:
3. Mai 2012 18:58
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-24-generic (buildd@vernadsky) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #37-Ubuntu SMP Wed Apr 25 08:43:52 UTC 2012 (Ubuntu 3.2.0-24.37-generic 3.2.14)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
[    0.000000]  BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bb780000 (usable)
[    0.000000]  BIOS-e820: 00000000bb780000 - 00000000bb78e000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bb78e000 - 00000000bb7d0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bb7d0000 - 00000000bb7e0000 (reserved)
[    0.000000]  BIOS-e820: 00000000bb7ed000 - 00000000bc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffa00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled in hardware: non-PAE kernel!
[    0.000000] NX (Execute Disable) protection: approximated by x86 segment limits
[    0.000000] DMI present.
[    0.000000] DMI: FUJITSU ESPRIMO P1510       /D2415   , BIOS 1.23.2415  04/26/2010
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0xbb780 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-E3FFF write-protect
[    0.000000]   E4000-E7FFF write-through
[    0.000000]   E8000-EBFFF write-protect
[    0.000000]   EC000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [c00ff780] ff780
[    0.000000] initial memory mapped : 0 - 01c00000
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
[    0.000000] RAMDISK: 36504000 - 3727a000
[    0.000000] ACPI: RSDP 000f9ad0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT bb780000 00040 (v01 FSC    PC       20100426 MSFT 00000097)
[    0.000000] ACPI: FACP bb780200 00084 (v01 FSC    D2415/A1 20100426 MSFT 00000097)
[    0.000000] ACPI: DSDT bb7805e0 057DA (v01 FSC    D2415/A1 00000123 INTL 20051117)
[    0.000000] ACPI: FACS bb78e000 00040
[    0.000000] ACPI: APIC bb780390 0008C (v01 042610 APIC1351 20100426 MSFT 00000097)
[    0.000000] ACPI: MCFG bb780420 0003C (v01 042610 OEMMCFG  20100426 MSFT 00000097)
[    0.000000] ACPI: SLIC bb780460 00176 (v01 FSC    PC       20100426 MSFT 00000097)
[    0.000000] ACPI: OEMB bb78e040 00072 (v01 042610 OEMB1351 20100426 MSFT 00000097)
[    0.000000] ACPI: HPET bb78a5e0 00038 (v01 042610 OEMHPET  20100426 MSFT 00000097)
[    0.000000] ACPI: SSDT bb78f900 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 2111MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x000bb780
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000bb780
[    0.000000] On node 0 totalpages: 767758
[    0.000000] free_area_init_node: node 0, pgdat c18258c0, node_mem_map f4d94200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3950 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 4224 pages used for memmap
[    0.000000]   HighMem zone: 536322 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at bc000000 (gap: bc000000:42e00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @f4800000 s31616 r0 d21632 u524288
[    0.000000] pcpu-alloc: s31616 r0 d21632 u524288 alloc=1*4194304
[    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: 761758
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=47f21b57-9f12-453f-8515-675b58045a19 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 12285696 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:000bb780)
[    0.000000] Memory: 3009928k/3071488k available (5627k kernel code, 61104k reserved, 2764k data, 712k init, 2162184k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc1833000 - 0xc18e5000   ( 712 kB)
[    0.000000]       .data : 0xc157ef84 - 0xc1832080   (2764 kB)
[    0.000000]       .text : 0xc1000000 - 0xc157ef84   (5627 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:2304 nr_irqs:744 16
[    0.000000] CPU 0 irqstacks, hard=f380a000 soft=f380c000
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 3059.122 MHz processor.
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6118.24 BogoMIPS (lpj=12236488)
[    0.000005] pid_max: default: 32768 minimum: 301
[    0.000025] Security Framework initialized
[    0.000039] AppArmor: AppArmor initialized
[    0.000041] Yama: becoming mindful.
[    0.000088] Mount-cache hash table entries: 512
[    0.000204] Initializing cgroup subsys cpuacct
[    0.000210] Initializing cgroup subsys memory
[    0.000217] Initializing cgroup subsys devices
[    0.000219] Initializing cgroup subsys freezer
[    0.000221] Initializing cgroup subsys blkio
[    0.000225] Initializing cgroup subsys perf_event
[    0.000248] CPU: Physical Processor ID: 0
[    0.000249] CPU: Processor Core ID: 0
[    0.000254] mce: CPU supports 9 MCE banks
[    0.000264] CPU0: Thermal monitoring enabled (TM1)
[    0.000271] using mwait in idle threads.
[    0.002153] ACPI: Core revision 20110623
[    0.027392] ftrace: allocating 25954 entries in 51 pages
[    0.034286] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.034665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.074262] CPU0: Intel(R) Core(TM) i3 CPU         540  @ 3.07GHz stepping 02
[    0.178540] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.178546] ... version:                3
[    0.178548] ... bit width:              48
[    0.178549] ... generic registers:      4
[    0.178550] ... value mask:             0000ffffffffffff
[    0.178552] ... max period:             000000007fffffff
[    0.178553] ... fixed-purpose events:   3
[    0.178554] ... event mask:             000000070000000f
[    0.178742] NMI watchdog enabled, takes one hw-pmu counter.
[    0.178823] CPU 1 irqstacks, hard=f3960000 soft=f3962000
[    0.178824] Booting Node   0, Processors  #1
[    0.178827] smpboot cpu 1: start_ip = 9a000
[    0.189289] Initializing CPU#1
[    0.286417] NMI watchdog enabled, takes one hw-pmu counter.
[    0.286506] CPU 2 irqstacks, hard=f396e000 soft=f3970000
[    0.286508]  #2
[    0.286509] smpboot cpu 2: start_ip = 9a000
[    0.296647] Initializing CPU#2
[    0.394123] NMI watchdog enabled, takes one hw-pmu counter.
[    0.394209] CPU 3 irqstacks, hard=f3984000 soft=f3986000
[    0.394211]  #3
[    0.394212] smpboot cpu 3: start_ip = 9a000
[    0.404347] Initializing CPU#3
[    0.501868] NMI watchdog enabled, takes one hw-pmu counter.
[    0.501900] Brought up 4 CPUs
[    0.501901] Total of 4 processors activated (24471.75 BogoMIPS).
[    0.504502] devtmpfs: initialized
[    0.504591] EVM: security.selinux
[    0.504592] EVM: security.SMACK64
[    0.504593] EVM: security.capability
[    0.504613] PM: Registering ACPI NVS region at bb78e000 (270336 bytes)
[    0.505358] print_constraints: dummy: 
[    0.505384] RTC time: 15:53:58, date: 05/03/12
[    0.505415] NET: Registered protocol family 16
[    0.505495] Trying to unpack rootfs image as initramfs...
[    0.505497] EISA bus registered
[    0.505514] ACPI: bus type pci registered
[    0.505560] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.505563] PCI: not using MMCONFIG
[    0.505634] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
[    0.505635] PCI: Using configuration type 1 for base access
[    0.506383] bio: create slab <bio-0> at 0
[    0.506448] ACPI: Added _OSI(Module Device)
[    0.506450] ACPI: Added _OSI(Processor Device)
[    0.506452] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.506453] ACPI: Added _OSI(Processor Aggregator Device)
[    0.507338] ACPI: EC: Look up EC in DSDT
[    0.508259] ACPI: Executed 1 blocks of module-level executable AML code
[    0.510296] ACPI: SSDT bb78e0c0 01340 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
[    0.510545] ACPI: Dynamic OEM Table Load:
[    0.510547] ACPI: SSDT   (null) 01340 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
[    0.510612] ACPI: SSDT bb78f400 004F4 (v01  PmRef  P001Cst 00003001 INTL 20051117)
[    0.510842] ACPI: Dynamic OEM Table Load:
[    0.510843] ACPI: SSDT   (null) 004F4 (v01  PmRef  P001Cst 00003001 INTL 20051117)
[    0.510982] ACPI: Interpreter enabled
[    0.510988] ACPI: (supports S0 S3 S4 S5)
[    0.511001] ACPI: Using IOAPIC for interrupt routing
[    0.511017] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.511427] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.511428] PCI: Using MMCONFIG for extended config space
[    0.516034] ACPI: No dock devices found.
[    0.516035] HEST: Table not found.
[    0.516038] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.516169] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.516290] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.516292] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.516293] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.516295] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    0.516297] pci_root PNP0A08:00: host bridge window [mem 0xbc000000-0xdfffffff]
[    0.516299] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    0.516302] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000dffff] (conflicts with Adapter ROM [mem 0x000cf800-0x000d07ff])
[    0.516311] pci 0000:00:00.0: [8086:0040] type 0 class 0x000600
[    0.516327] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.516345] pci 0000:00:01.0: [8086:0041] type 1 class 0x000604
[    0.516372] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.516375] pci 0000:00:01.0: PME# disabled
[    0.516407] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
[    0.516433] pci 0000:00:16.0: reg 10: [mem 0xfbdffc00-0xfbdffc0f 64bit]
[    0.516521] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.516525] pci 0000:00:16.0: PME# disabled
[    0.516550] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
[    0.516569] pci 0000:00:1a.0: reg 10: [mem 0xfbdfc000-0xfbdfc3ff]
[    0.516645] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.516649] pci 0000:00:1a.0: PME# disabled
[    0.516668] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    0.516680] pci 0000:00:1b.0: reg 10: [mem 0xfbdf8000-0xfbdfbfff 64bit]
[    0.516736] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.516738] pci 0000:00:1b.0: PME# disabled
[    0.516754] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    0.516811] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.516814] pci 0000:00:1c.0: PME# disabled
[    0.516832] pci 0000:00:1c.4: [8086:3b4a] type 1 class 0x000604
[    0.516888] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.516891] pci 0000:00:1c.4: PME# disabled
[    0.516907] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
[    0.516963] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.516966] pci 0000:00:1c.5: PME# disabled
[    0.516988] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
[    0.517006] pci 0000:00:1d.0: reg 10: [mem 0xfbdf6000-0xfbdf63ff]
[    0.517082] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.517085] pci 0000:00:1d.0: PME# disabled
[    0.517100] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.517151] pci 0000:00:1f.0: [8086:3b06] type 0 class 0x000601
[    0.517258] pci 0000:00:1f.2: [8086:3b22] type 0 class 0x000106
[    0.517273] pci 0000:00:1f.2: reg 10: [io  0xcc00-0xcc07]
[    0.517279] pci 0000:00:1f.2: reg 14: [io  0xc880-0xc883]
[    0.517286] pci 0000:00:1f.2: reg 18: [io  0xc800-0xc807]
[    0.517292] pci 0000:00:1f.2: reg 1c: [io  0xc480-0xc483]
[    0.517298] pci 0000:00:1f.2: reg 20: [io  0xc400-0xc41f]
[    0.517305] pci 0000:00:1f.2: reg 24: [mem 0xfbdf4000-0xfbdf47ff]
[    0.517342] pci 0000:00:1f.2: PME# supported from D3hot
[    0.517344] pci 0000:00:1f.2: PME# disabled
[    0.517358] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    0.517370] pci 0000:00:1f.3: reg 10: [mem 0xfbdff800-0xfbdff8ff 64bit]
[    0.517387] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    0.517433] pci 0000:01:00.0: [1002:68d8] type 0 class 0x000300
[    0.517444] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.517452] pci 0000:01:00.0: reg 18: [mem 0xfbee0000-0xfbefffff 64bit]
[    0.517458] pci 0000:01:00.0: reg 20: [io  0xd000-0xd0ff]
[    0.517469] pci 0000:01:00.0: reg 30: [mem 0xfbec0000-0xfbedffff pref]
[    0.517494] pci 0000:01:00.0: supports D1 D2
[    0.517510] pci 0000:01:00.1: [1002:aa60] type 0 class 0x000403
[    0.517521] pci 0000:01:00.1: reg 10: [mem 0xfbebc000-0xfbebffff 64bit]
[    0.517567] pci 0000:01:00.1: supports D1 D2
[    0.517592] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.517595] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.517597] pci 0000:00:01.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.517600] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.517632] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.517669] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.517706] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    0.517739] pci 0000:05:01.0: [10ec:8167] type 0 class 0x000200
[    0.517753] pci 0000:05:01.0: reg 10: [io  0xe800-0xe8ff]
[    0.517761] pci 0000:05:01.0: reg 14: [mem 0xfbfffc00-0xfbfffcff]
[    0.517803] pci 0000:05:01.0: reg 30: [mem 0xfbfc0000-0xfbfdffff pref]
[    0.517825] pci 0000:05:01.0: supports D1 D2
[    0.517827] pci 0000:05:01.0: PME# supported from D1 D2 D3hot D3cold
[    0.517834] pci 0000:05:01.0: PME# disabled
[    0.517870] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[    0.517873] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    0.517876] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.517881] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.517883] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.517885] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.517887] pci 0000:00:1e.0:   bridge window [mem 0xbc000000-0xdfffffff] (subtractive decode)
[    0.517889] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    0.517905] pci_bus 0000:00: on NUMA node 0
[    0.517907] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.518034] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR1E._PRT]
[    0.518084] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT]
[    0.518109] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR24._PRT]
[    0.518130] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR25._PRT]
[    0.518230]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.518426]  pci0000:00: ACPI _OSC control (0x1c) granted
[    0.522912] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    0.522945] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    0.522973] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 6 7 10 11 12 14 15)
[    0.523004] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12 14 15)
[    0.523035] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    0.523066] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    0.523097] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 *15)
[    0.523128] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 *14 15)
[    0.523212] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.523214] vgaarb: loaded
[    0.523215] vgaarb: bridge control possible 0000:01:00.0
[    0.523290] i2c-core: driver [aat2870] using legacy suspend method
[    0.523291] i2c-core: driver [aat2870] using legacy resume method
[    0.523354] SCSI subsystem initialized
[    0.523400] libata version 3.00 loaded.
[    0.523430] usbcore: registered new interface driver usbfs
[    0.523438] usbcore: registered new interface driver hub
[    0.523456] usbcore: registered new device driver usb
[    0.523520] PCI: Using ACPI for IRQ routing
[    0.523523] PCI: pci_cache_line_size set to 64 bytes
[    0.523563] reserve RAM buffer: 000000000009e800 - 000000000009ffff 
[    0.523565] reserve RAM buffer: 00000000bb780000 - 00000000bbffffff 
[    0.523637] NetLabel: Initializing
[    0.523639] NetLabel:  domain hash size = 128
[    0.523640] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.523648] NetLabel:  unlabeled traffic allowed by default
[    0.523685] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.523690] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.525698] Switching to clocksource hpet
[    0.530811] AppArmor: AppArmor Filesystem Enabled
[    0.530835] pnp: PnP ACPI init
[    0.530849] ACPI: bus type pnp registered
[    0.530945] pnp 00:00: [bus 00-ff]
[    0.530947] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.530949] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.530951] pnp 00:00: [io  0x0d00-0xffff window]
[    0.530952] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.530954] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.530955] pnp 00:00: [mem 0xbc000000-0xdfffffff window]
[    0.530957] pnp 00:00: [mem 0xf0000000-0xfed8ffff window]
[    0.531004] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.531011] pnp 00:01: [mem 0xfc000000-0xfcffffff]
[    0.531013] pnp 00:01: [mem 0xfd000000-0xfdffffff]
[    0.531014] pnp 00:01: [mem 0xfe000000-0xfebfffff]
[    0.531016] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    0.531054] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    0.531056] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    0.531058] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    0.531059] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.531062] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.531087] pnp 00:02: [dma 4]
[    0.531088] pnp 00:02: [io  0x0000-0x000f]
[    0.531090] pnp 00:02: [io  0x0081-0x0083]
[    0.531091] pnp 00:02: [io  0x0087]
[    0.531092] pnp 00:02: [io  0x0089-0x008b]
[    0.531094] pnp 00:02: [io  0x008f]
[    0.531095] pnp 00:02: [io  0x00c0-0x00df]
[    0.531113] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.531120] pnp 00:03: [io  0x0070-0x0071]
[    0.531129] pnp 00:03: [irq 8]
[    0.531147] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.531152] pnp 00:04: [io  0x0061]
[    0.531171] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.531177] pnp 00:05: [io  0x00f0-0x00ff]
[    0.531181] pnp 00:05: [irq 13]
[    0.531199] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.531219] pnp 00:06: [io  0x0060]
[    0.531220] pnp 00:06: [io  0x0064]
[    0.531224] pnp 00:06: [irq 1]
[    0.531248] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.531300] pnp 00:07: [io  0x0000-0xffffffff disabled]
[    0.531301] pnp 00:07: [io  0x0a00-0x0a0f]
[    0.531329] system 00:07: [io  0x0a00-0x0a0f] has been reserved
[    0.531331] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.531405] pnp 00:08: [io  0x0010-0x001f]
[    0.531407] pnp 00:08: [io  0x0022-0x003f]
[    0.531408] pnp 00:08: [io  0x0044-0x005f]
[    0.531409] pnp 00:08: [io  0x0062-0x0063]
[    0.531411] pnp 00:08: [io  0x0065-0x006f]
[    0.531412] pnp 00:08: [io  0x0072-0x007f]
[    0.531413] pnp 00:08: [io  0x0080]
[    0.531414] pnp 00:08: [io  0x0084-0x0086]
[    0.531416] pnp 00:08: [io  0x0088]
[    0.531417] pnp 00:08: [io  0x008c-0x008e]
[    0.531418] pnp 00:08: [io  0x0090-0x009f]
[    0.531420] pnp 00:08: [io  0x00a2-0x00bf]
[    0.531421] pnp 00:08: [io  0x00e0-0x00ef]
[    0.531422] pnp 00:08: [io  0x04d0-0x04d1]
[    0.531423] pnp 00:08: [io  0x0800-0x087f]
[    0.531425] pnp 00:08: [io  0x0000-0xffffffff disabled]
[    0.531426] pnp 00:08: [io  0x0500-0x057f]
[    0.531428] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
[    0.531429] pnp 00:08: [mem 0xfed20000-0xfed3ffff]
[    0.531431] pnp 00:08: [mem 0xfed40000-0xfed8ffff]
[    0.531465] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    0.531467] system 00:08: [io  0x0800-0x087f] has been reserved
[    0.531469] system 00:08: [io  0x0500-0x057f] has been reserved
[    0.531471] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.531473] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.531475] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    0.531477] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.531514] pnp 00:09: [mem 0xfed00000-0xfed003ff]
[    0.531535] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.531586] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
[    0.531588] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
[    0.531615] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.531618] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.531620] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.531642] pnp 00:0b: [mem 0xe0000000-0xefffffff]
[    0.531670] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
[    0.531672] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.531807] pnp 00:0c: [mem 0x00000000-0x0009ffff]
[    0.531809] pnp 00:0c: [mem 0x000c0000-0x000cffff]
[    0.531810] pnp 00:0c: [mem 0x000e0000-0x000fffff]
[    0.531812] pnp 00:0c: [mem 0x00100000-0xbbffffff]
[    0.531813] pnp 00:0c: [mem 0xfed90000-0xffffffff]
[    0.531853] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.531855] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.531857] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.531859] system 00:0c: [mem 0x00100000-0xbbffffff] could not be reserved
[    0.531861] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved
[    0.531863] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.531952] pnp: PnP ACPI: found 13 devices
[    0.531953] ACPI: ACPI bus type pnp unregistered
[    0.531956] PnPBIOS: Disabled by ACPI PNP
[    0.568246] PCI: max bus depth: 1 pci_try_num: 2
[    0.568281] pci 0000:00:1c.5: BAR 14: assigned [mem 0xbc000000-0xbc1fffff]
[    0.568284] pci 0000:00:1c.5: BAR 15: assigned [mem 0xbc200000-0xbc3fffff 64bit pref]
[    0.568287] pci 0000:00:1c.5: BAR 13: assigned [io  0x1000-0x1fff]
[    0.568289] pci 0000:00:1c.4: BAR 14: assigned [mem 0xbc400000-0xbc5fffff]
[    0.568291] pci 0000:00:1c.4: BAR 15: assigned [mem 0xbc600000-0xbc7fffff 64bit pref]
[    0.568293] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
[    0.568295] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbc800000-0xbc9fffff]
[    0.568297] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbca00000-0xbcbfffff 64bit pref]
[    0.568299] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.568301] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.568303] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.568306] pci 0000:00:01.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.568308] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.568311] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.568313] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.568317] pci 0000:00:1c.0:   bridge window [mem 0xbc800000-0xbc9fffff]
[    0.568320] pci 0000:00:1c.0:   bridge window [mem 0xbca00000-0xbcbfffff 64bit pref]
[    0.568325] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.568327] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    0.568331] pci 0000:00:1c.4:   bridge window [mem 0xbc400000-0xbc5fffff]
[    0.568334] pci 0000:00:1c.4:   bridge window [mem 0xbc600000-0xbc7fffff 64bit pref]
[    0.568339] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    0.568341] pci 0000:00:1c.5:   bridge window [io  0x1000-0x1fff]
[    0.568344] pci 0000:00:1c.5:   bridge window [mem 0xbc000000-0xbc1fffff]
[    0.568347] pci 0000:00:1c.5:   bridge window [mem 0xbc200000-0xbc3fffff 64bit pref]
[    0.568352] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[    0.568354] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    0.568358] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.568380] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.568383] pci 0000:00:01.0: setting latency timer to 64
[    0.568387] pci 0000:00:1c.0: enabling device (0104 -> 0107)
[    0.568393] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.568396] pci 0000:00:1c.0: setting latency timer to 64
[    0.568400] pci 0000:00:1c.4: enabling device (0104 -> 0107)
[    0.568403] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.568406] pci 0000:00:1c.4: setting latency timer to 64
[    0.568410] pci 0000:00:1c.5: enabling device (0104 -> 0107)
[    0.568413] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.568416] pci 0000:00:1c.5: setting latency timer to 64
[    0.568421] pci 0000:00:1e.0: setting latency timer to 64
[    0.568424] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.568425] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.568427] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.568429] pci_bus 0000:00: resource 7 [mem 0xbc000000-0xdfffffff]
[    0.568430] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfed8ffff]
[    0.568432] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.568433] pci_bus 0000:01: resource 1 [mem 0xfbe00000-0xfbefffff]
[    0.568435] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.568437] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.568438] pci_bus 0000:02: resource 1 [mem 0xbc800000-0xbc9fffff]
[    0.568440] pci_bus 0000:02: resource 2 [mem 0xbca00000-0xbcbfffff 64bit pref]
[    0.568442] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.568444] pci_bus 0000:03: resource 1 [mem 0xbc400000-0xbc5fffff]
[    0.568445] pci_bus 0000:03: resource 2 [mem 0xbc600000-0xbc7fffff 64bit pref]
[    0.568447] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.568449] pci_bus 0000:04: resource 1 [mem 0xbc000000-0xbc1fffff]
[    0.568450] pci_bus 0000:04: resource 2 [mem 0xbc200000-0xbc3fffff 64bit pref]
[    0.568452] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.568454] pci_bus 0000:05: resource 1 [mem 0xfbf00000-0xfbffffff]
[    0.568455] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.568457] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.568458] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.568460] pci_bus 0000:05: resource 7 [mem 0xbc000000-0xdfffffff]
[    0.568461] pci_bus 0000:05: resource 8 [mem 0xf0000000-0xfed8ffff]
[    0.568494] NET: Registered protocol family 2
[    0.568544] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.568676] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.569156] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.569395] TCP: Hash tables configured (established 131072 bind 65536)
[    0.569397] TCP reno registered
[    0.569399] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.569406] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.569460] NET: Registered protocol family 1
[    0.569475] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.569495] pci 0000:00:1a.0: PCI INT A disabled
[    0.569510] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.569521] pci 0000:00:1d.0: PCI INT A disabled
[    0.569530] pci 0000:01:00.0: Boot video device
[    0.569535] PCI: CLS 32 bytes, default 64
[    0.569955] audit: initializing netlink socket (disabled)
[    0.569961] type=2000 audit(1336060438.392:1): initialized
[    0.589492] highmem bounce pool size: 64 pages
[    0.589496] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.596464] VFS: Disk quotas dquot_6.5.2
[    0.596517] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.596924] fuse init (API version 7.17)
[    0.596993] msgmni has been set to 1655
[    0.597282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.597308] io scheduler noop registered
[    0.597310] io scheduler deadline registered
[    0.597315] io scheduler cfq registered (default)
[    0.597394] pcieport 0000:00:01.0: setting latency timer to 64
[    0.597417] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.597462] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.597491] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.597550] pcieport 0000:00:1c.4: setting latency timer to 64
[    0.597580] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
[    0.597626] pcieport 0000:00:1c.5: setting latency timer to 64
[    0.597655] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[    0.597715] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.597718] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.597719] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
[    0.597722] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.597734] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.597737] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.597749] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.597752] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.597764] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    0.597767] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    0.597779] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.597797] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.597846] intel_idle: MWAIT substates: 0x1120
[    0.597847] intel_idle: v0.4 model 0x25
[    0.597849] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.597928] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.597932] ACPI: Power Button [PWRB]
[    0.597964] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.597966] ACPI: Power Button [PWRF]
[    0.598981] ERST: Table is not found!
[    0.598983] GHES: HEST is not enabled!
[    0.599040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.599042] isapnp: Scanning for PnP cards...
[    0.742484] Freeing initrd memory: 13784k freed
[    0.951216] isapnp: No Plug & Play device found
[    1.004947] Linux agpgart interface v0.103
[    1.006159] brd: module loaded
[    1.006745] loop: module loaded
[    1.006826] ahci 0000:00:1f.2: version 3.0
[    1.006845] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.006874] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[    1.006909] ahci: SSS flag set, parallel bus scan disabled
[    1.020626] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    1.020633] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    1.020640] ahci 0000:00:1f.2: setting latency timer to 64
[    1.060900] scsi0 : ahci
[    1.060962] scsi1 : ahci
[    1.061013] scsi2 : ahci
[    1.061064] scsi3 : ahci
[    1.061116] scsi4 : ahci
[    1.061167] scsi5 : ahci
[    1.061274] ata1: SATA max UDMA/133 abar m2048@0xfbdf4000 port 0xfbdf4100 irq 44
[    1.061276] ata2: SATA max UDMA/133 abar m2048@0xfbdf4000 port 0xfbdf4180 irq 44
[    1.061278] ata3: SATA max UDMA/133 abar m2048@0xfbdf4000 port 0xfbdf4200 irq 44
[    1.061280] ata4: SATA max UDMA/133 abar m2048@0xfbdf4000 port 0xfbdf4280 irq 44
[    1.061282] ata5: SATA max UDMA/133 abar m2048@0xfbdf4000 port 0xfbdf4300 irq 44
[    1.061284] ata6: SATA max UDMA/133 abar m2048@0xfbdf4000 port 0xfbdf4380 irq 44
[    1.061542] Fixed MDIO Bus: probed
[    1.061558] tun: Universal TUN/TAP device driver, 1.6
[    1.061559] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.061599] PPP generic driver version 2.4.2
[    1.061671] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.061683] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.061693] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.061695] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.061732] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.061753] ehci_hcd 0000:00:1a.0: debug port 2
[    1.065675] ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
[    1.065688] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xfbdfc000
[    1.080460] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.080597] hub 1-0:1.0: USB hub found
[    1.080601] hub 1-0:1.0: 2 ports detected
[    1.080647] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.080655] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.080658] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.080690] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.080708] ehci_hcd 0000:00:1d.0: debug port 2
[    1.084614] ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
[    1.084625] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfbdf6000
[    1.100415] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.100540] hub 2-0:1.0: USB hub found
[    1.100543] hub 2-0:1.0: 2 ports detected
[    1.100584] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.100592] uhci_hcd: USB Universal Host Controller Interface driver
[    1.100625] usbcore: registered new interface driver libusual
[    1.100655] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.100657] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.100776] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.100854] mousedev: PS/2 mouse device common for all mice
[    1.100959] rtc_cmos 00:03: RTC can wake from S4
[    1.101048] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.101072] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.101120] device-mapper: uevent: version 1.0.3
[    1.101174] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.101194] EISA: Probing bus 0 at eisa.0
[    1.101196] EISA: Cannot allocate resource for mainboard
[    1.101198] Cannot allocate resource for EISA slot 1
[    1.101199] Cannot allocate resource for EISA slot 2
[    1.101200] Cannot allocate resource for EISA slot 3
[    1.101201] Cannot allocate resource for EISA slot 4
[    1.101202] Cannot allocate resource for EISA slot 5
[    1.101203] Cannot allocate resource for EISA slot 6
[    1.101205] Cannot allocate resource for EISA slot 7
[    1.101206] Cannot allocate resource for EISA slot 8
[    1.101207] EISA: Detected 0 cards.
[    1.101213] cpufreq-nforce2: No nForce2 chipset.
[    1.101287] cpuidle: using governor ladder
[    1.101404] cpuidle: using governor menu
[    1.101405] EFI Variables Facility v0.08 2004-May-17
[    1.101556] TCP cubic registered
[    1.101640] NET: Registered protocol family 10
[    1.102008] NET: Registered protocol family 17
[    1.102018] Registering the dns_resolver key type
[    1.102032] Using IPI No-Shortcut mode
[    1.102126] PM: Hibernation image not present or could not be loaded.
[    1.102139] registered taskstats version 1
[    1.111402]   Magic number: 12:148:891
[    1.111523] rtc_cmos 00:03: setting system clock to 2012-05-03 15:53:59 UTC (1336060439)
[    1.112482] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.112483] EDD information not available.
[    1.118902] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.379855] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.381077] ata1.00: ATA-8: WDC WD5000AAKS-07V0A0, 05.01D05, max UDMA/133
[    1.381083] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.382421] ata1.00: configured for UDMA/133
[    1.382743] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-0 05.0 PQ: 0 ANSI: 5
[    1.382997] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.383000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.383133] sd 0:0:0:0: [sda] Write Protect is off
[    1.383138] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.383226] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.391826] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    1.422198]  sda: sda1 sda2 < sda5 >
[    1.423491] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.524370] hub 1-1:1.0: USB hub found
[    1.524589] hub 1-1:1.0: 6 ports detected
[    1.563454] Refined TSC clocksource calibration: 3058.999 MHz.
[    1.563461] Switching to clocksource tsc
[    1.635297] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    1.699138] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.699684] ata2.00: ATAPI: TSSTcorp CDDVDW TS-H653G, FS00, max UDMA/100
[    1.700475] ata2.00: configured for UDMA/100
[    1.701522] scsi 1:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-H653G  FS00 PQ: 0 ANSI: 5
[    1.703870] sr0: scsi3-mmc drive: 48x/32x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.703875] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.704137] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.704323] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.767821] hub 2-1:1.0: USB hub found
[    1.768019] hub 2-1:1.0: 8 ports detected
[    1.838984] usb 1-1.4: new high-speed USB device number 3 using ehci_hcd
[    2.022410] ata3: SATA link down (SStatus 0 SControl 300)
[    2.341693] ata4: SATA link down (SStatus 0 SControl 300)
[    2.660973] ata5: SATA link down (SStatus 0 SControl 300)
[    2.667999] Initializing USB Mass Storage driver...
[    2.668124] scsi6 : usb-storage 1-1.4:1.0
[    2.668219] usbcore: registered new interface driver usb-storage
[    2.668222] USB Mass Storage support registered.
[    2.736973] usb 2-1.1: new low-speed USB device number 3 using ehci_hcd
[    2.904590] usb 2-1.2: new full-speed USB device number 4 using ehci_hcd
[    2.980299] ata6: SATA link down (SStatus 0 SControl 300)
[    2.980431] Freeing unused kernel memory: 712k freed
[    2.980650] Write protecting the kernel text: 5628k
[    2.980730] Write protecting the kernel read-only data: 2324k
[    2.996448] udevd[112]: starting version 175
[    3.010822] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input3
[    3.010935] generic-usb 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:1d.0-1.1/input0
[    3.010996] usbcore: registered new interface driver usbhid
[    3.010998] usbhid: USB HID core driver
[    3.031523] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.031543] r8169 0000:05:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    3.031562] r8169 0000:05:01.0: (unregistered net_device): not PCI Express
[    3.032118] r8169 0000:05:01.0: eth0: RTL8169sc/8110sc at 0xf801ec00, 6c:62:6d:05:54:28, XID 18000000 IRQ 17
[    3.032121] r8169 0000:05:01.0: eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
[    3.199046] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[    3.199049] EXT4-fs (sda1): write access will be enabled during recovery
[    3.669256] scsi 6:0:0:0: Direct-Access     Generic- Compact Flash    1.00 PQ: 0 ANSI: 0 CCS
[    3.675632] scsi 6:0:0:1: Direct-Access     Generic- SM/xD-Picture    1.00 PQ: 0 ANSI: 0 CCS
[    3.681942] scsi 6:0:0:2: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0 CCS
[    3.688310] scsi 6:0:0:3: Direct-Access     Generic- MS/MS-Pro        1.00 PQ: 0 ANSI: 0 CCS
[    3.689159] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    3.689527] sd 6:0:0:1: Attached scsi generic sg3 type 0
[    3.689690] sd 6:0:0:2: Attached scsi generic sg4 type 0
[    3.689898] sd 6:0:0:3: Attached scsi generic sg5 type 0
[    3.703986] sd 6:0:0:1: [sdc] Attached SCSI removable disk
[    3.711840] sd 6:0:0:2: [sdd] Attached SCSI removable disk
[    3.714255] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[    3.715159] sd 6:0:0:3: [sde] Attached SCSI removable disk
[    4.003558] EXT4-fs (sda1): recovery complete
[    4.004109] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   18.378850] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.528666] Adding 3068924k swap on /dev/sda5.  Priority:-1 extents:1 across:3068924k 
[   18.545221] udevd[393]: starting version 175
[   18.576536] lp: driver loaded but no devices found
[   18.612276] mei: module is from the staging directory, the quality is unknown, you have been warned.
[   18.612480] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[   18.612483] Disabling lock debugging due to kernel taint
[   18.612573] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   18.612580] mei 0000:00:16.0: setting latency timer to 64
[   18.612637] mei 0000:00:16.0: irq 45 for MSI/MSI-X
[   18.647702] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   18.647744] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[   18.647765] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[   18.659815] [fglrx] Maximum main memory to use for locked dma buffers: 2809 MBytes.
[   18.659879] [fglrx]   vendor: 1002 device: 68d8 count: 1
[   18.660147] [fglrx] ioport: bar 4, base 0xd000, size: 0x100
[   18.660158] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   18.660162] pci 0000:01:00.0: setting latency timer to 64
[   18.660393] [fglrx] Kernel PAT support is enabled
[   18.660413] [fglrx] module loaded - fglrx 8.96.4 [Mar 12 2012] with 1 minors
[   18.688325] hda_codec: ALC888: BIOS auto-probing.
[   18.695708] type=1400 audit(1336060457.120:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=524 comm="apparmor_parser"
[   18.696138] type=1400 audit(1336060457.120:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=524 comm="apparmor_parser"
[   18.696393] type=1400 audit(1336060457.120:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=524 comm="apparmor_parser"
[   18.701251] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[   18.701392] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   18.701462] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   18.701532] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   18.701598] input: HDA Intel Line-Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   18.701667] input: HDA Intel Line-Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   18.701797] input: HDA Intel Line-Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   18.701869] input: HDA Intel Line-Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   18.702130] snd_hda_intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[   18.702186] snd_hda_intel 0000:01:00.1: irq 47 for MSI/MSI-X
[   18.702208] snd_hda_intel 0000:01:00.1: setting latency timer to 64
[   18.725211] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
[   18.725297] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[   18.922814] input: Packard Bell Viseo 200T as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input13
[   18.923021] hid-multitouch 0003:0408:3000.0002: input,hidraw1: USB HID v1.10 Device [Packard Bell Viseo 200T] on usb-0000:00:1d.0-1.2/input0
[   19.057432] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   19.092390] init: failsafe main process (752) killed by TERM signal
[   19.204449] ppdev: user-space parallel port driver
[   19.216801] vesafb: mode is 1152x864x32, linelength=4608, pages=0
[   19.216803] vesafb: scrolling: redraw
[   19.216806] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[   19.218560] vesafb: framebuffer at 0xd0000000, mapped to 0xf8880000, using 3904k, total 3904k
[   19.218681] fbcon: VESA VGA (fb0) is primary device
[   19.218821] Console: switching to colour frame buffer device 144x54
[   19.218850] fb0: VESA VGA frame buffer device
[   19.225130] Bluetooth: Core ver 2.16
[   19.225148] NET: Registered protocol family 31
[   19.225150] Bluetooth: HCI device and connection manager initialized
[   19.225152] Bluetooth: HCI socket layer initialized
[   19.225154] Bluetooth: L2CAP socket layer initialized
[   19.225412] Bluetooth: SCO socket layer initialized
[   19.227595] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   19.227598] Bluetooth: BNEP filters: protocol multicast
[   19.233185] Bluetooth: RFCOMM TTY layer initialized
[   19.233190] Bluetooth: RFCOMM socket layer initialized
[   19.233191] Bluetooth: RFCOMM ver 1.11
[   19.248506] type=1400 audit(1336060457.676:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=830 comm="apparmor_parser"
[   19.249034] type=1400 audit(1336060457.676:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=830 comm="apparmor_parser"
[   19.324979] r8169 0000:05:01.0: eth0: link down
[   19.325031] r8169 0000:05:01.0: eth0: link down
[   19.325148] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   19.325371] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   19.422092] type=1400 audit(1336060457.848:7): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=875 comm="apparmor_parser"
[   19.422106] type=1400 audit(1336060457.848:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=876 comm="apparmor_parser"
[   19.422367] type=1400 audit(1336060457.848:9): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=877 comm="apparmor_parser"
[   19.423879] type=1400 audit(1336060457.852:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=877 comm="apparmor_parser"
[   19.424184] type=1400 audit(1336060457.852:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=877 comm="apparmor_parser"
[   19.548458] init: kdm main process (963) killed by TERM signal
[   19.551933] init: gdm main process (1011) killed by TERM signal
[   20.499529] fglrx_pci 0000:01:00.0: irq 48 for MSI/MSI-X
[   20.500429] [fglrx] Firegl kernel thread PID: 1203
[   20.500534] [fglrx] Firegl kernel thread PID: 1204
[   20.500617] [fglrx] Firegl kernel thread PID: 1205
[   20.500726] [fglrx] IRQ 48 Enabled
[   20.589655] [fglrx] Gart USWC size:924 M.
[   20.589658] [fglrx] Gart cacheable size:365 M.
[   20.589662] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
[   20.589663] [fglrx] Reserved FB block: Unshared offset:fa1b000, size:2e5000 
[   20.589665] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000 
[   20.967522] r8169 0000:05:01.0: eth0: link up
[   20.967692] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   31.719654] eth0: no IPv6 routers present
[   62.697954] [fglrx] IRQ 48 Disabled
[   63.340721] fglrx_pci 0000:01:00.0: irq 48 for MSI/MSI-X
[   63.341648] [fglrx] Firegl kernel thread PID: 1939
[   63.341841] [fglrx] Firegl kernel thread PID: 1940
[   63.341950] [fglrx] Firegl kernel thread PID: 1941
[   63.342053] [fglrx] IRQ 48 Enabled
[   63.432408] [fglrx] Gart USWC size:924 M.
[   63.432411] [fglrx] Gart cacheable size:365 M.
[   63.432415] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
[   63.432417] [fglrx] Reserved FB block: Unshared offset:fa1b000, size:2e5000 
[   63.432418] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000 
[ 1593.127110] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64
[ 2667.470591] [fglrx] IRQ 48 Disabled
[ 2668.340085] fglrx_pci 0000:01:00.0: irq 48 for MSI/MSI-X
[ 2668.341013] [fglrx] Firegl kernel thread PID: 3353
[ 2668.341247] [fglrx] Firegl kernel thread PID: 3354
[ 2668.341476] [fglrx] Firegl kernel thread PID: 3355
[ 2668.341709] [fglrx] IRQ 48 Enabled
[ 2668.431394] [fglrx] Gart USWC size:924 M.
[ 2668.431397] [fglrx] Gart cacheable size:365 M.
[ 2668.431401] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
[ 2668.431403] [fglrx] Reserved FB block: Unshared offset:fa1b000, size:2e5000 
[ 2668.431404] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000 
[ 2690.987601] [fglrx] IRQ 48 Disabled
[ 2691.689873] fglrx_pci 0000:01:00.0: irq 48 for MSI/MSI-X
[ 2691.692152] [fglrx] Firegl kernel thread PID: 3781
[ 2691.692424] [fglrx] Firegl kernel thread PID: 3782
[ 2691.692663] [fglrx] Firegl kernel thread PID: 3783
[ 2691.692902] [fglrx] IRQ 48 Enabled
[ 2691.779012] [fglrx] Gart USWC size:924 M.
[ 2691.779015] [fglrx] Gart cacheable size:365 M.
[ 2691.779019] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
[ 2691.779020] [fglrx] Reserved FB block: Unshared offset:fa1b000, size:2e5000 
[ 2691.779022] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000