ubuntuusers.de

jokrebel

Datum:
30. Mai 2011 18:53
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
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.38-8-generic (buildd@allspice) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 (Ubuntu 2.6.38-8.42-generic 2.6.38.2)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=54657929-0a5f-4e7e-ad2f-41ab811d2bd3 ro quiet splash vt.handoff=7
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000dfef0000 (usable)
[    0.000000]  BIOS-e820: 00000000dfef0000 - 00000000dfef3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000dfef3000 - 00000000dff00000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.4 present.
[    0.000000] DMI: System manufacturer M2NS-NVM/M2NS-NVM, BIOS M2NS-NVM 0301 05/14/2007
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x120000 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 uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 base 0080000000 mask FFC0000000 write-back
[    0.000000]   2 base 00C0000000 mask FFE0000000 write-back
[    0.000000]   3 base 0100000000 mask FFE0000000 write-back
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000120000000 aka 4608M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000e0000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xdfef0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000f5150] f5150
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000dfef0000
[    0.000000]  0000000000 - 00dfe00000 page 2M
[    0.000000]  00dfe00000 - 00dfef0000 page 4k
[    0.000000] kernel direct mapping tables up to dfef0000 @ 1fffa000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000120000000
[    0.000000]  0100000000 - 0120000000 page 2M
[    0.000000] kernel direct mapping tables up to 120000000 @ dfeea000-dfef0000
[    0.000000] RAMDISK: 366e2000 - 37369000
[    0.000000] ACPI: RSDP 00000000000f7410 00024 (v02 Nvidia)
[    0.000000] ACPI: XSDT 00000000dfef30c0 00054 (v01 HYRSLP HYRSLPTB 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 00000000dfef8e80 000F4 (v03 HYRSLP HYRSLPTB 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 00000000dfef3240 05C00 (v01 HYRSLP HYRSLPTB 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 00000000dfef0000 00040
[    0.000000] ACPI: SLIC 00000000dfef9080 00176 (v01 HYRSLP HYRSLPTB 42302E31 AWRD 00000000)
[    0.000000] ACPI: SSDT 00000000dfef9240 00248 (v01 HYRSLP HYRSLPTB 00000001  LTP 00000001)
[    0.000000] ACPI: HPET 00000000dfef9500 00038 (v01 HYRSLP HYRSLPTB 42302E31 AWRD 00000098)
[    0.000000] ACPI: MCFG 00000000dfef9580 0003C (v01 HYRSLP HYRSLPTB 42302E31 AWRD 00000000)
[    0.000000] ACPI: APIC 00000000dfef8fc0 0007C (v01 HYRSLP HYRSLPTB 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000120000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000120000000
[    0.000000]   NODE_DATA [000000011fffb000 - 000000011fffffff]
[    0.000000]  [ffffea0000000000-ffffea0003ffffff] PMD -> [ffff88011be00000-ffff88011f7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00120000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000dfef0
[    0.000000]     0: 0x00100000 -> 0x00120000
[    0.000000] On node 0 totalpages: 1048191
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3921 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 898856 pages, LIFO batch:31
[    0.000000]   Normal zone: 1792 pages used for memmap
[    0.000000]   Normal zone: 129280 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfefff000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000dfef0000 - 00000000dfef3000
[    0.000000] PM: Registered nosave memory: 00000000dfef3000 - 00000000dff00000
[    0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at dff00000 (gap: dff00000:10100000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800dfc00000 s84416 r8192 d22080 u1048576
[    0.000000] pcpu-alloc: s84416 r8192 d22080 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1032057
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=54657929-0a5f-4e7e-ad2f-41ab811d2bd3 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ 20000000 size 32 MB
[    0.000000] Aperture pointing to e820 RAM. Ignoring.
[    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 @ d4000000
[    0.000000] PM: Registered nosave memory: 00000000d4000000 - 00000000d8000000
[    0.000000] Memory: 3975288k/4718592k available (5940k kernel code, 525828k absent, 217476k reserved, 5017k data, 956k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] NR_IRQS:16640 nr_irqs:512 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 41943040 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2310.799 MHz processor.
[    0.000000] Marking TSC unstable due to TSCs unsynchronized
[    0.010005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4621.59 BogoMIPS (lpj=23107990)
[    0.010010] pid_max: default: 32768 minimum: 301
[    0.010039] Security Framework initialized
[    0.010055] AppArmor: AppArmor initialized
[    0.010057] Yama: becoming mindful.
[    0.010512] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.012680] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.013600] Mount-cache hash table entries: 256
[    0.013744] Initializing cgroup subsys ns
[    0.013748] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.013751] Initializing cgroup subsys cpuacct
[    0.013755] Initializing cgroup subsys memory
[    0.013765] Initializing cgroup subsys devices
[    0.013767] Initializing cgroup subsys freezer
[    0.013769] Initializing cgroup subsys net_cls
[    0.013772] Initializing cgroup subsys blkio
[    0.013806] tseg: 00dff00000
[    0.013808] CPU: Physical Processor ID: 0
[    0.013809] CPU: Processor Core ID: 0
[    0.013811] mce: CPU supports 5 MCE banks
[    0.013823] using C1E aware idle routine
[    0.015368] ACPI: Core revision 20110112
[    0.022910] ftrace: allocating 24314 entries in 96 pages
[    0.029750] Setting APIC routing to flat
[    0.030232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.130265] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ stepping 01
[    0.140000] Performance Events: AMD PMU driver.
[    0.140000] ... version:                0
[    0.140000] ... bit width:              48
[    0.140000] ... generic registers:      4
[    0.140000] ... value mask:             0000ffffffffffff
[    0.140000] ... max period:             00007fffffffffff
[    0.140000] ... fixed-purpose events:   0
[    0.140000] ... event mask:             000000000000000f
[    0.140000] Booting Node   0, Processors  #1 Ok.
[    0.290038] Brought up 2 CPUs
[    0.290041] Total of 2 processors activated (9242.93 BogoMIPS).
[    0.290291] devtmpfs: initialized
[    0.291027] print_constraints: dummy: 
[    0.291062] Time: 16:32:36  Date: 05/30/11
[    0.291105] NET: Registered protocol family 16
[    0.291148] Trying to unpack rootfs image as initramfs...
[    0.291241] node 0 link 0: io port [9000, ffff]
[    0.291245] TOM: 00000000e0000000 aka 3584M
[    0.291247] node 0 link 0: mmio [a0000, bffff]
[    0.291250] node 0 link 0: mmio [e0000000, efffffff]
[    0.291253] node 0 link 0: mmio [f4000000, fe02ffff]
[    0.291256] node 0 link 0: mmio [f0000000, f04fffff]
[    0.291258] TOM2: 0000000120000000 aka 4608M
[    0.291260] bus: [00, 04] on node 0 link 0
[    0.291263] bus: 00 index 0 [io  0x0000-0xffff]
[    0.291265] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
[    0.291267] bus: 00 index 2 [mem 0xe0000000-0xf3ffffff]
[    0.291269] bus: 00 index 3 [mem 0xf4000000-0xffffffff]
[    0.291271] bus: 00 index 4 [mem 0x120000000-0xfcffffffff]
[    0.291283] ACPI: bus type pci registered
[    0.291363] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    0.291366] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    0.297313] PCI: Using configuration type 1 for base access
[    0.298183] bio: create slab <bio-0> at 0
[    0.300100] ACPI: EC: Look up EC in DSDT
[    0.304362] ACPI: Interpreter enabled
[    0.304366] ACPI: (supports S0 S3 S4 S5)
[    0.304386] ACPI: Using IOAPIC for interrupt routing
[    0.310601] ACPI: No dock devices found.
[    0.310604] HEST: Table not found.
[    0.310608] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.311197] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[    0.312356] pci_root PNP0A08:00: host bridge window [io  0x0000-0x03af] (ignored)
[    0.312359] pci_root PNP0A08:00: host bridge window [io  0x03e0-0x0cf7] (ignored)
[    0.312362] pci_root PNP0A08:00: host bridge window [io  0x1c00-0x1c7f] (ignored)
[    0.312365] pci_root PNP0A08:00: host bridge window [io  0x9000-0xffff] (ignored)
[    0.312367] pci_root PNP0A08:00: host bridge window [io  0x03b0-0x03df] (ignored)
[    0.312370] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.312372] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xefffffff] (ignored)
[    0.312375] pci_root PNP0A08:00: host bridge window [mem 0xf4000000-0xfe02ffff] (ignored)
[    0.312399] pci 0000:00:00.0: [10de:03ea] type 0 class 0x000500
[    0.312551] pci 0000:00:01.0: [10de:03e0] type 0 class 0x000601
[    0.312590] pci 0000:00:01.1: [10de:03eb] type 0 class 0x000c05
[    0.312601] pci 0000:00:01.1: reg 10: [io  0xfc00-0xfc3f]
[    0.312616] pci 0000:00:01.1: reg 20: [io  0x1c00-0x1c3f]
[    0.312621] pci 0000:00:01.1: reg 24: [io  0x1c40-0x1c7f]
[    0.312641] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.312646] pci 0000:00:01.1: PME# disabled
[    0.312658] pci 0000:00:01.2: [10de:03f5] type 0 class 0x000500
[    0.312698] pci 0000:00:02.0: [10de:03f1] type 0 class 0x000c03
[    0.312707] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[    0.312736] pci 0000:00:02.0: supports D1 D2
[    0.312738] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.312741] pci 0000:00:02.0: PME# disabled
[    0.312753] pci 0000:00:02.1: [10de:03f2] type 0 class 0x000c03
[    0.312763] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02e0ff]
[    0.312796] pci 0000:00:02.1: supports D1 D2
[    0.312798] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.312802] pci 0000:00:02.1: PME# disabled
[    0.312824] pci 0000:00:04.0: [10de:03f3] type 1 class 0x000604
[    0.312860] pci 0000:00:05.0: [10de:03f0] type 0 class 0x000403
[    0.312870] pci 0000:00:05.0: reg 10: [mem 0xfe028000-0xfe02bfff]
[    0.312903] pci 0000:00:05.0: PME# supported from D3hot D3cold
[    0.312906] pci 0000:00:05.0: PME# disabled
[    0.312925] pci 0000:00:06.0: [10de:03ec] type 0 class 0x000101
[    0.312946] pci 0000:00:06.0: reg 20: [io  0xf000-0xf00f]
[    0.312973] pci 0000:00:07.0: [10de:03ef] type 0 class 0x000680
[    0.312982] pci 0000:00:07.0: reg 10: [mem 0xfe02d000-0xfe02dfff]
[    0.312987] pci 0000:00:07.0: reg 14: [io  0xec00-0xec07]
[    0.313012] pci 0000:00:07.0: supports D1 D2
[    0.313014] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313018] pci 0000:00:07.0: PME# disabled
[    0.313031] pci 0000:00:08.0: [10de:03f6] type 0 class 0x000101
[    0.313040] pci 0000:00:08.0: reg 10: [io  0x09f0-0x09f7]
[    0.313044] pci 0000:00:08.0: reg 14: [io  0x0bf0-0x0bf3]
[    0.313049] pci 0000:00:08.0: reg 18: [io  0x0970-0x0977]
[    0.313053] pci 0000:00:08.0: reg 1c: [io  0x0b70-0x0b73]
[    0.313057] pci 0000:00:08.0: reg 20: [io  0xd800-0xd80f]
[    0.313062] pci 0000:00:08.0: reg 24: [mem 0xfe02c000-0xfe02cfff]
[    0.313092] pci 0000:00:09.0: [10de:03e8] type 1 class 0x000604
[    0.313112] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313115] pci 0000:00:09.0: PME# disabled
[    0.313130] pci 0000:00:0b.0: [10de:03e9] type 1 class 0x000604
[    0.313149] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313152] pci 0000:00:0b.0: PME# disabled
[    0.313165] pci 0000:00:0c.0: [10de:03e9] type 1 class 0x000604
[    0.313185] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313188] pci 0000:00:0c.0: PME# disabled
[    0.313210] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
[    0.313228] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
[    0.313243] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
[    0.313258] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
[    0.313280] PCI: peer root bus 00 res updated from pci conf
[    0.313327] pci 0000:00:04.0: PCI bridge to [bus 01-01] (subtractive decode)
[    0.313330] pci 0000:00:04.0:   bridge window [io  0xc000-0xcfff]
[    0.313334] pci 0000:00:04.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.313337] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    0.313340] pci 0000:00:04.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.313343] pci 0000:00:04.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.313346] pci 0000:00:04.0:   bridge window [mem 0xe0000000-0xf3ffffff] (subtractive decode)
[    0.313349] pci 0000:00:04.0:   bridge window [mem 0xf4000000-0xffffffff] (subtractive decode)
[    0.313352] pci 0000:00:04.0:   bridge window [mem 0x120000000-0xfcffffffff] (subtractive decode)
[    0.313383] pci 0000:02:00.0: [10de:0640] type 0 class 0x000300
[    0.313392] pci 0000:02:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
[    0.313401] pci 0000:02:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.313410] pci 0000:02:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
[    0.313417] pci 0000:02:00.0: reg 24: [io  0xbc00-0xbc7f]
[    0.313423] pci 0000:02:00.0: reg 30: [mem 0xfbf80000-0xfbffffff pref]
[    0.330013] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[    0.330016] pci 0000:00:09.0:   bridge window [io  0xb000-0xbfff]
[    0.330019] pci 0000:00:09.0:   bridge window [mem 0xf8000000-0xfbffffff]
[    0.330023] pci 0000:00:09.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.330043] pci 0000:00:0b.0: PCI bridge to [bus 03-03]
[    0.330046] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[    0.330049] pci 0000:00:0b.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[    0.330053] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[    0.330073] pci 0000:00:0c.0: PCI bridge to [bus 04-04]
[    0.330076] pci 0000:00:0c.0:   bridge window [io  0x9000-0x9fff]
[    0.330079] pci 0000:00:0c.0:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    0.330083] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[    0.330093] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.330236] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.330389]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.352531] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.352580] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.352628] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.352675] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.352723] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.352774] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.352822] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.352870] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 *10 11 14 15)
[    0.352917] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.352968] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.353017] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 *10 11 14 15)
[    0.353065] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 *7 9 10 11 14 15)
[    0.353113] ACPI: PCI Interrupt Link [LAZA] (IRQs *5 7 9 10 11 14 15)
[    0.353160] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.353208] ACPI: PCI Interrupt Link [LSMB] (IRQs *5 7 9 10 11 14 15)
[    0.353257] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 *11 14 15)
[    0.353303] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.353353] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[    0.353400] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.353488] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[    0.353571] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[    0.353653] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[    0.353735] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    0.353817] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[    0.353899] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[    0.353981] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[    0.354063] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0
[    0.354145] ACPI: PCI Interrupt Link [AIGP] (IRQs 22 23) *0, disabled.
[    0.354227] ACPI: PCI Interrupt Link [APCF] (IRQs 22 23) *0
[    0.354309] ACPI: PCI Interrupt Link [APCH] (IRQs 22 23) *0
[    0.354394] ACPI: PCI Interrupt Link [APMU] (IRQs 22 23) *0, disabled.
[    0.354478] ACPI: PCI Interrupt Link [AAZA] (IRQs 22 23) *0
[    0.354563] ACPI: PCI Interrupt Link [APCS] (IRQs 22 23) *0
[    0.354649] ACPI: PCI Interrupt Link [APCL] (IRQs 22 23) *0
[    0.354738] ACPI: PCI Interrupt Link [APCM] (IRQs 22 23) *0, disabled.
[    0.354821] ACPI: PCI Interrupt Link [APCZ] (IRQs 22 23) *0, disabled.
[    0.354904] ACPI: PCI Interrupt Link [APSI] (IRQs 20) *0
[    0.354987] ACPI: PCI Interrupt Link [APSJ] (IRQs 21) *0, disabled.
[    0.355122] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.355124] vgaarb: loaded
[    0.355323] SCSI subsystem initialized
[    0.355401] libata version 3.00 loaded.
[    0.355464] usbcore: registered new interface driver usbfs
[    0.355477] usbcore: registered new interface driver hub
[    0.355511] usbcore: registered new device driver usb
[    0.355637] wmi: Mapper loaded
[    0.355639] PCI: Using ACPI for IRQ routing
[    0.355643] PCI: pci_cache_line_size set to 64 bytes
[    0.355703] reserve RAM buffer: 000000000009f000 - 000000000009ffff 
[    0.355705] reserve RAM buffer: 00000000dfef0000 - 00000000dfffffff 
[    0.355822] NetLabel: Initializing
[    0.355824] NetLabel:  domain hash size = 128
[    0.355825] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.355841] NetLabel:  unlabeled traffic allowed by default
[    0.355882] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.355891] hpet0: at MMIO 0xfefff000, IRQs 2, 8, 31
[    0.355895] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    0.360092] Switching to clocksource hpet
[    0.368363] AppArmor: AppArmor Filesystem Enabled
[    0.368402] pnp: PnP ACPI init
[    0.368427] ACPI: bus type pnp registered
[    0.369098] pnp 00:00: [bus 00-04]
[    0.369101] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.369104] pnp 00:00: [io  0x0000-0x03af window]
[    0.369106] pnp 00:00: [io  0x03e0-0x0cf7 window]
[    0.369108] pnp 00:00: [io  0x1c00-0x1c7f window]
[    0.369111] pnp 00:00: [io  0x9000-0xffff window]
[    0.369113] pnp 00:00: [io  0x03b0-0x03df window]
[    0.369116] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.369118] pnp 00:00: [mem 0xe0000000-0xefffffff window]
[    0.369121] pnp 00:00: [mem 0xf4000000-0xfe02ffff window]
[    0.369216] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.369237] pnp 00:01: [io  0x1000-0x107f]
[    0.369240] pnp 00:01: [io  0x1080-0x10ff]
[    0.369242] pnp 00:01: [io  0x1400-0x147f]
[    0.369244] pnp 00:01: [io  0x1480-0x14ff]
[    0.369246] pnp 00:01: [io  0x1800-0x187f]
[    0.369248] pnp 00:01: [io  0x1880-0x18ff]
[    0.369310] system 00:01: [io  0x1000-0x107f] has been reserved
[    0.369313] system 00:01: [io  0x1080-0x10ff] has been reserved
[    0.369316] system 00:01: [io  0x1400-0x147f] has been reserved
[    0.369318] system 00:01: [io  0x1480-0x14ff] has been reserved
[    0.369321] system 00:01: [io  0x1800-0x187f] has been reserved
[    0.369324] system 00:01: [io  0x1880-0x18ff] has been reserved
[    0.369328] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.369417] pnp 00:02: [io  0x0010-0x001f]
[    0.369420] pnp 00:02: [io  0x0022-0x003f]
[    0.369426] pnp 00:02: [io  0x0044-0x005f]
[    0.369428] pnp 00:02: [io  0x0062-0x0063]
[    0.369430] pnp 00:02: [io  0x0065-0x006f]
[    0.369432] pnp 00:02: [io  0x0074-0x007f]
[    0.369434] pnp 00:02: [io  0x0091-0x0093]
[    0.369436] pnp 00:02: [io  0x00a2-0x00bf]
[    0.369438] pnp 00:02: [io  0x00e0-0x00ef]
[    0.369440] pnp 00:02: [io  0x04d0-0x04d1]
[    0.369442] pnp 00:02: [io  0x0800-0x087f]
[    0.369445] pnp 00:02: [io  0x0290-0x0297]
[    0.369506] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.369509] system 00:02: [io  0x0800-0x087f] has been reserved
[    0.369512] system 00:02: [io  0x0290-0x0297] has been reserved
[    0.369515] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.369531] pnp 00:03: [dma 4]
[    0.369533] pnp 00:03: [io  0x0000-0x000f]
[    0.369535] pnp 00:03: [io  0x0080-0x0090]
[    0.369537] pnp 00:03: [io  0x0094-0x009f]
[    0.369539] pnp 00:03: [io  0x00c0-0x00df]
[    0.369573] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.369629] pnp 00:04: [irq 0 disabled]
[    0.369644] pnp 00:04: [irq 8]
[    0.369646] pnp 00:04: [mem 0xfefff000-0xfefff3ff]
[    0.369679] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.369706] pnp 00:05: [io  0x0070-0x0073]
[    0.369738] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.369747] pnp 00:06: [io  0x0061]
[    0.369784] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.369793] pnp 00:07: [io  0x00f0-0x00ff]
[    0.369802] pnp 00:07: [irq 13]
[    0.369836] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.369836] Switched to NOHz mode on CPU #0
[    0.369642] Switched to NOHz mode on CPU #1
[    0.370321] pnp 00:08: [mem 0xf0000000-0xf3ffffff]
[    0.370394] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.370397] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.370540] pnp 00:09: [mem 0x000d0000-0x000d3fff]
[    0.370543] pnp 00:09: [mem 0x000f0000-0x000f7fff]
[    0.370545] pnp 00:09: [mem 0x000f8000-0x000fbfff]
[    0.370547] pnp 00:09: [mem 0x000fc000-0x000fffff]
[    0.370549] pnp 00:09: [mem 0xfefff000-0xfefff0ff]
[    0.370552] pnp 00:09: [mem 0xdfef0000-0xdfefffff]
[    0.370554] pnp 00:09: [mem 0xffff0000-0xffffffff]
[    0.370556] pnp 00:09: [mem 0x00000000-0x0009ffff]
[    0.370558] pnp 00:09: [mem 0x00100000-0xdfeeffff]
[    0.370561] pnp 00:09: [mem 0x00000000-0xffffffffffffffff disabled]
[    0.370563] pnp 00:09: [mem 0xfec00000-0xfec00fff]
[    0.370565] pnp 00:09: [mem 0xfee00000-0xfeefffff]
[    0.370567] pnp 00:09: [mem 0xfefff000-0xfeffffff]
[    0.370569] pnp 00:09: [mem 0xfff80000-0xfff80fff]
[    0.370572] pnp 00:09: [mem 0xfff90000-0xfffbffff]
[    0.370574] pnp 00:09: [mem 0xfffed000-0xfffeffff]
[    0.370651] system 00:09: [mem 0x000d0000-0x000d3fff] has been reserved
[    0.370654] system 00:09: [mem 0x000f0000-0x000f7fff] could not be reserved
[    0.370657] system 00:09: [mem 0x000f8000-0x000fbfff] could not be reserved
[    0.370660] system 00:09: [mem 0x000fc000-0x000fffff] could not be reserved
[    0.370663] system 00:09: [mem 0xfefff000-0xfefff0ff] has been reserved
[    0.370666] system 00:09: [mem 0xdfef0000-0xdfefffff] could not be reserved
[    0.370669] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved
[    0.370672] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.370675] system 00:09: [mem 0x00100000-0xdfeeffff] could not be reserved
[    0.370678] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.370681] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.370684] system 00:09: [mem 0xfefff000-0xfeffffff] could not be reserved
[    0.370687] system 00:09: [mem 0xfff80000-0xfff80fff] has been reserved
[    0.370691] system 00:09: [mem 0xfff90000-0xfffbffff] has been reserved
[    0.370694] system 00:09: [mem 0xfffed000-0xfffeffff] has been reserved
[    0.370697] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.370707] pnp: PnP ACPI: found 10 devices
[    0.370709] ACPI: ACPI bus type pnp unregistered
[    0.377134] pci 0000:00:04.0: PCI bridge to [bus 01-01]
[    0.377138] pci 0000:00:04.0:   bridge window [io  0xc000-0xcfff]
[    0.377142] pci 0000:00:04.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.377146] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    0.377150] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[    0.377153] pci 0000:00:09.0:   bridge window [io  0xb000-0xbfff]
[    0.377156] pci 0000:00:09.0:   bridge window [mem 0xf8000000-0xfbffffff]
[    0.377159] pci 0000:00:09.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.377163] pci 0000:00:0b.0: PCI bridge to [bus 03-03]
[    0.377165] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[    0.377168] pci 0000:00:0b.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[    0.377171] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[    0.377175] pci 0000:00:0c.0: PCI bridge to [bus 04-04]
[    0.377177] pci 0000:00:0c.0:   bridge window [io  0x9000-0x9fff]
[    0.377180] pci 0000:00:0c.0:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    0.377183] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[    0.377193] pci 0000:00:04.0: setting latency timer to 64
[    0.377197] pci 0000:00:09.0: setting latency timer to 64
[    0.377202] pci 0000:00:0b.0: setting latency timer to 64
[    0.377206] pci 0000:00:0c.0: setting latency timer to 64
[    0.377209] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.377212] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[    0.377214] pci_bus 0000:00: resource 6 [mem 0xe0000000-0xf3ffffff]
[    0.377217] pci_bus 0000:00: resource 7 [mem 0xf4000000-0xffffffff]
[    0.377219] pci_bus 0000:00: resource 8 [mem 0x120000000-0xfcffffffff]
[    0.377222] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.377224] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdefffff]
[    0.377227] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[    0.377231] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
[    0.377234] pci_bus 0000:01: resource 5 [mem 0x000a0000-0x000bffff]
[    0.377237] pci_bus 0000:01: resource 6 [mem 0xe0000000-0xf3ffffff]
[    0.377239] pci_bus 0000:01: resource 7 [mem 0xf4000000-0xffffffff]
[    0.377242] pci_bus 0000:01: resource 8 [mem 0x120000000-0xfcffffffff]
[    0.377244] pci_bus 0000:02: resource 0 [io  0xb000-0xbfff]
[    0.377247] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xfbffffff]
[    0.377249] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.377252] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    0.377254] pci_bus 0000:03: resource 1 [mem 0xfdd00000-0xfddfffff]
[    0.377257] pci_bus 0000:03: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
[    0.377260] pci_bus 0000:04: resource 0 [io  0x9000-0x9fff]
[    0.377262] pci_bus 0000:04: resource 1 [mem 0xfdb00000-0xfdbfffff]
[    0.377264] pci_bus 0000:04: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]
[    0.377305] NET: Registered protocol family 2
[    0.377494] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.379118] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.382900] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.383356] TCP: Hash tables configured (established 524288 bind 65536)
[    0.383359] TCP reno registered
[    0.383376] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.383417] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.383550] NET: Registered protocol family 1
[    0.400090] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.400137] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.400194] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.400249] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.400309] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.400371] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.400437] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.400457] pci 0000:02:00.0: Boot video device
[    0.400460] PCI: CLS 32 bytes, default 64
[    0.401164] PCI-DMA: Disabling AGP.
[    0.401265] PCI-DMA: aperture base @ d4000000 size 65536 KB
[    0.401267] PCI-DMA: using GART IOMMU.
[    0.401271] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    0.404832] audit: initializing netlink socket (disabled)
[    0.404846] type=2000 audit(1306773155.400:1): initialized
[    0.419256] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.421360] VFS: Disk quotas dquot_6.5.2
[    0.421424] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.422172] fuse init (API version 7.16)
[    0.422271] msgmni has been set to 7893
[    0.422526] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.422553] io scheduler noop registered
[    0.422555] io scheduler deadline registered
[    0.422603] io scheduler cfq registered (default)
[    0.422742] pcieport 0000:00:09.0: setting latency timer to 64
[    0.422773] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
[    0.422844] pcieport 0000:00:0b.0: setting latency timer to 64
[    0.422863] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[    0.422927] pcieport 0000:00:0c.0: setting latency timer to 64
[    0.422945] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[    0.423013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.423039] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.423201] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.423207] ACPI: Power Button [PWRB]
[    0.423275] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.423279] ACPI: Power Button [PWRF]
[    0.423336] ACPI: Fan [FAN] (on)
[    0.423560] ACPI: acpi_idle registered with cpuidle
[    0.425835] thermal LNXTHERM:00: registered as thermal_zone0
[    0.425838] ACPI: Thermal Zone [THRM] (40 C)
[    0.425897] ERST: Table is not found!
[    0.425991] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.561550] Freeing initrd memory: 12828k freed
[    0.670475] Linux agpgart interface v0.103
[    0.671674] brd: module loaded
[    0.672223] loop: module loaded
[    0.672332] i2c-core: driver [adp5520] using legacy suspend method
[    0.672334] i2c-core: driver [adp5520] using legacy resume method
[    0.672586] pata_acpi 0000:00:06.0: setting latency timer to 64
[    0.672839] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 20
[    0.672857] pata_acpi 0000:00:08.0: PCI INT A -> Link[APSI] -> GSI 20 (level, low) -> IRQ 20
[    0.672879] pata_acpi 0000:00:08.0: setting latency timer to 64
[    0.672887] pata_acpi 0000:00:08.0: PCI INT A disabled
[    0.673299] Fixed MDIO Bus: probed
[    0.673332] PPP generic driver version 2.4.2
[    0.673385] tun: Universal TUN/TAP device driver, 1.6
[    0.673387] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.673471] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.673670] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 23
[    0.673681] ehci_hcd 0000:00:02.1: PCI INT B -> Link[APCL] -> GSI 23 (level, low) -> IRQ 23
[    0.673709] ehci_hcd 0000:00:02.1: setting latency timer to 64
[    0.673712] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    0.673780] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    0.710051] ehci_hcd 0000:00:02.1: debug port 1
[    0.710059] ehci_hcd 0000:00:02.1: cache line size of 32 is not supported
[    0.710082] ehci_hcd 0000:00:02.1: irq 23, io mem 0xfe02e000
[    0.730016] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    0.730160] hub 1-0:1.0: USB hub found
[    0.730165] hub 1-0:1.0: 8 ports detected
[    0.730262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.730490] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[    0.730505] ohci_hcd 0000:00:02.0: PCI INT A -> Link[APCF] -> GSI 22 (level, low) -> IRQ 22
[    0.730521] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    0.730524] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    0.730575] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    0.730629] ohci_hcd 0000:00:02.0: irq 22, io mem 0xfe02f000
[    0.792132] hub 2-0:1.0: USB hub found
[    0.792137] hub 2-0:1.0: 8 ports detected
[    0.792226] uhci_hcd: USB Universal Host Controller Interface driver
[    0.792329] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.826860] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[    0.826862] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[    1.070108] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.070222] mousedev: PS/2 mouse device common for all mice
[    1.070362] rtc_cmos 00:05: RTC can wake from S4
[    1.080085] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.080124] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    1.080256] device-mapper: uevent: version 1.0.3
[    1.080346] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
[    1.080432] device-mapper: multipath: version 1.2.0 loaded
[    1.080435] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.080584] cpuidle: using governor ladder
[    1.080586] cpuidle: using governor menu
[    1.080863] TCP cubic registered
[    1.081004] NET: Registered protocol family 10
[    1.081553] NET: Registered protocol family 17
[    1.081574] Registering the dns_resolver key type
[    1.081602] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ (2 cpu cores) (version 2.20.00)
[    1.081659] powernow-k8:    0 : fid 0xf (2300 MHz), vid 0xa
[    1.081661] powernow-k8:    1 : fid 0xe (2200 MHz), vid 0xb
[    1.081663] powernow-k8:    2 : fid 0xc (2000 MHz), vid 0xd
[    1.081665] powernow-k8:    3 : fid 0xa (1800 MHz), vid 0xf
[    1.081667] powernow-k8:    4 : fid 0x2 (1000 MHz), vid 0x12
[    1.081823] PM: Hibernation image not present or could not be loaded.
[    1.081837] registered taskstats version 1
[    1.082039]   Magic number: 11:423:541
[    1.082143] rtc_cmos 00:05: setting system clock to 2011-05-30 16:32:37 UTC (1306773157)
[    1.082146] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.082148] EDD information not available.
[    1.083993] Freeing unused kernel memory: 956k freed
[    1.084452] Write protecting the kernel read-only data: 10240k
[    1.085239] Freeing unused kernel memory: 184k freed
[    1.090445] Freeing unused kernel memory: 1444k freed
[    1.115508] <30>udev[91]: starting version 167
[    1.170045] usb 1-5: new high speed USB device using ehci_hcd and address 3
[    1.201988] pata_amd 0000:00:06.0: version 0.4.1
[    1.202044] pata_amd 0000:00:06.0: setting latency timer to 64
[    1.203322] scsi0 : pata_amd
[    1.205860] scsi1 : pata_amd
[    1.206359] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.206363] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.208873] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    1.209073] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
[    1.209080] forcedeth 0000:00:07.0: PCI INT A -> Link[APCH] -> GSI 23 (level, low) -> IRQ 23
[    1.209085] forcedeth 0000:00:07.0: setting latency timer to 64
[    1.327870] usbcore: registered new interface driver uas
[    1.380338] ata1.00: ATAPI: PHILIPS SPD6002T, P1.2, max UDMA/33
[    1.380346] ata1: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc0000000) ACPI=0x701f (60:600:0x13)
[    1.420222] ata1.00: configured for UDMA/33
[    1.421503] scsi 0:0:0:0: CD-ROM            PHILIPS  SPD6002T         P1.2 PQ: 0 ANSI: 5
[    1.426922] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.426925] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.427061] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.427153] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.427244] ata2: port disabled. ignoring.
[    1.433107] Initializing USB Mass Storage driver...
[    1.433246] scsi2 : usb-storage 1-5:1.0
[    1.433358] usbcore: registered new interface driver usb-storage
[    1.433360] USB Mass Storage support registered.
[    1.440043] usb 1-7: new high speed USB device using ehci_hcd and address 4
[    1.730888] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1b:fc:d8:c8:13
[    1.730893] forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3
[    1.730987] sata_nv 0000:00:08.0: version 3.5
[    1.731002] sata_nv 0000:00:08.0: PCI INT A -> Link[APSI] -> GSI 20 (level, low) -> IRQ 20
[    1.731063] sata_nv 0000:00:08.0: setting latency timer to 64
[    1.731649] scsi3 : sata_nv
[    1.731739] scsi4 : sata_nv
[    1.731894] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 20
[    1.731897] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 20
[    1.940019] usb 2-3: new full speed USB device using ohci_hcd and address 2
[    2.220059] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.240214] ata3.00: ATA-7: ST3250310AS, 3.AAA, max UDMA/133
[    2.240218] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.280191] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input2
[    2.280224] ata3.00: configured for UDMA/133
[    2.280300] generic-usb 0003:046D:C52E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:02.0-3/input0
[    2.280339] scsi 3:0:0:0: Direct-Access     ATA      ST3250310AS      3.AA PQ: 0 ANSI: 5
[    2.280527] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    2.280554] sd 3:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    2.280631] sd 3:0:0:0: [sda] Write Protect is off
[    2.280634] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.280657] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.286761] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.1/input/input3
[    2.286950] generic-usb 0003:046D:C52E.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:02.0-3/input1
[    2.286971] usbcore: registered new interface driver usbhid
[    2.286973] usbhid: USB HID core driver
[    2.329655]  sda: sda1 sda2 < sda5 sda6 >
[    2.330059] sd 3:0:0:0: [sda] Attached SCSI disk
[    2.430747] scsi 2:0:0:0: Direct-Access     Generic  USB SD Reader    1.00 PQ: 0 ANSI: 0
[    2.431371] scsi 2:0:0:1: Direct-Access     Generic  USB CF Reader    1.01 PQ: 0 ANSI: 0
[    2.431868] scsi 2:0:0:2: Direct-Access     Generic  USB SM Reader    1.02 PQ: 0 ANSI: 0
[    2.432368] scsi 2:0:0:3: Direct-Access     Generic  USB MS Reader    1.03 PQ: 0 ANSI: 0
[    2.432974] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    2.433179] sd 2:0:0:1: Attached scsi generic sg3 type 0
[    2.433342] sd 2:0:0:2: Attached scsi generic sg4 type 0
[    2.433506] sd 2:0:0:3: Attached scsi generic sg5 type 0
[    2.441016] sd 2:0:0:3: [sde] Attached SCSI removable disk
[    2.441756] sd 2:0:0:1: [sdc] Attached SCSI removable disk
[    2.442505] sd 2:0:0:2: [sdd] Attached SCSI removable disk
[    2.443254] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    2.770041] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.790215] ata4.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
[    2.790220] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.810196] ata4.00: configured for UDMA/133
[    2.810345] scsi 4:0:0:0: Direct-Access     ATA      SAMSUNG HD103SJ  1AJ1 PQ: 0 ANSI: 5
[    2.810544] sd 4:0:0:0: [sdf] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.810550] sd 4:0:0:0: Attached scsi generic sg6 type 0
[    2.810597] sd 4:0:0:0: [sdf] Write Protect is off
[    2.810600] sd 4:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    2.810623] sd 4:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.814316]  sdf: sdf1 sdf2
[    2.814627] sd 4:0:0:0: [sdf] Attached SCSI disk
[    3.229383] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   11.322915] <30>udev[383]: starting version 167
[   11.372054] Adding 4192252k swap on /dev/sda6.  Priority:-1 extents:1 across:4192252k 
[   11.429348] lp: driver loaded but no devices found
[   11.501070] i2c i2c-0: nForce2 SMBus adapter at 0x1c00
[   11.501126] i2c i2c-1: nForce2 SMBus adapter at 0x1c40
[   11.501442] MCE: In-kernel MCE decoding enabled.
[   11.504245] type=1400 audit(1306765967.910:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=512 comm="apparmor_parser"
[   11.504606] type=1400 audit(1306765967.910:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=512 comm="apparmor_parser"
[   11.504835] type=1400 audit(1306765967.910:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=512 comm="apparmor_parser"
[   11.507654] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[   11.550238] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[   11.638278] EDAC MC: Ver: 2.1.0 Apr 11 2011
[   11.648051] EDAC amd64_edac: v3.3.0
[   11.648136] EDAC amd64: DRAM ECC disabled.
[   11.648143] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[   11.648144]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[   11.648145]  (Note that use of the override may cause unknown side effects.)
[   11.864570] type=1400 audit(1306765968.270:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=762 comm="apparmor_parser"
[   11.871667] type=1400 audit(1306765968.280:6): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=761 comm="apparmor_parser"
[   11.877242] type=1400 audit(1306765968.280:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=762 comm="apparmor_parser"
[   11.877485] type=1400 audit(1306765968.280:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=762 comm="apparmor_parser"
[   11.904125] type=1400 audit(1306765968.310:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=775 comm="apparmor_parser"
[   11.905683] type=1400 audit(1306765968.310:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=775 comm="apparmor_parser"
[   11.912364] type=1400 audit(1306765968.320:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=777 comm="apparmor_parser"
[   12.015398] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
[   12.015588] forcedeth 0000:00:07.0: eth0: no link during initialization
[   12.016656] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.326800] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22
[   12.326808] HDA Intel 0000:00:05.0: PCI INT B -> Link[AAZA] -> GSI 22 (level, low) -> IRQ 22
[   12.326811] hda_intel: Disable MSI for Nvidia chipset
[   12.326844] HDA Intel 0000:00:05.0: setting latency timer to 64
[   12.515118] nvidia: module license 'NVIDIA' taints kernel.
[   12.515123] Disabling lock debugging due to kernel taint
[   13.316273] ACPI: PCI Interrupt Link [APC8] enabled at IRQ 16
[   13.316295] nvidia 0000:02:00.0: PCI INT A -> Link[APC8] -> GSI 16 (level, low) -> IRQ 16
[   13.316304] nvidia 0000:02:00.0: setting latency timer to 64
[   13.316310] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   13.316542] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  270.41.06  Mon Apr 18 14:53:56 PDT 2011
[   13.880021] hda_codec: ALC888: BIOS auto-probing.
[   14.556472] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[   15.310455] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input4
[   16.506553] ppdev: user-space parallel port driver
[   16.518387] audit_printk_skb: 9 callbacks suppressed
[   16.518391] type=1400 audit(1306765972.920:15): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=1156 comm="apparmor_parser"
[   16.518865] type=1400 audit(1306765972.920:16): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=1156 comm="apparmor_parser"
[   16.532580] vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90006080000, using 1216k, total 1216k
[   16.532585] vesafb: mode is 640x480x32, linelength=2560, pages=0
[   16.532588] vesafb: scrolling: redraw
[   16.532591] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   16.532767] Console: switching to colour frame buffer device 80x30
[   16.532781] fb0: VESA VGA frame buffer device
[   24.798146] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[   73.540023] usb 1-4: new high speed USB device using ehci_hcd and address 5
[   73.765053] usbcore: registered new interface driver cdc_ether
[   73.789729] rndis_host 1-4:6.0: usb0: register 'rndis_host' at usb-0000:00:02.1-4, RNDIS device, b6:a0:85:6b:f9:ef
[   73.790026] usbcore: registered new interface driver rndis_host
[   73.829133] cfg80211: Calling CRDA to update world regulatory domain
[   73.849370] usbcore: registered new interface driver rndis_wlan
[   73.890165] cfg80211: World regulatory domain updated:
[   73.890170] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   73.890173] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   73.890176] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   73.890179] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   73.890181] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   73.890183] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   84.910045] usb0: no IPv6 routers present