[ create a new paste ] login | about

Link: http://codepad.org/VvpELhan    [ raw code | fork ]

Plain Text, pasted on Jul 10:
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
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-122-rtai (root@moses-6core) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #rtai SMP Tue Jul 27 12:44:07 CDT 2010 (Ubuntu 2.6.32-122.35.rtai-rtai 2.6.32.11+drm33.2)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.3 present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x3fff0 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-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFC0000000 write-back
[    0.000000]   1 disabled
[    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] Scanning 0 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
[    0.000000]  modified: 0000000000010000 - 000000000009f800 (usable)
[    0.000000]  modified: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  modified: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
[    0.000000]  modified: 000000003fff3000 - 0000000040000000 (ACPI data)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 00c00000
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000] Using x86 segment limits to approximate NX protection
[    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 @ 10000-15000
[    0.000000] RAMDISK: 2f3aa000 - 300330c5
[    0.000000] ACPI: RSDP 000f76c0 00014 (v00 Nvidia)
[    0.000000] ACPI: RSDT 3fff3040 00034 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 3fff30c0 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 3fff3180 06264 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000E)
[    0.000000] ACPI: FACS 3fff0000 00040
[    0.000000] ACPI: SRAT 3fff9500 00090 (v01 AMD    HAMMER   00000001 AMD  00000001)
[    0.000000] ACPI: MCFG 3fff9600 0003C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: APIC 3fff9440 0007C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 135MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000]   node 0 low ram: 00000000 - 377fe000
[    0.000000]   node 0 bootmap 00011000 - 00017f00
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0000100000 - 00008b0db8]    TEXT DATA BSS ==> [0000100000 - 00008b0db8]
[    0.000000]   #4 [002f3aa000 - 00300330c5]          RAMDISK ==> [002f3aa000 - 00300330c5]
[    0.000000]   #5 [000009f800 - 0000100000]    BIOS reserved ==> [000009f800 - 0000100000]
[    0.000000]   #6 [00008b1000 - 00008b4149]              BRK ==> [00008b1000 - 00008b4149]
[    0.000000]   #7 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
[    0.000000]   #8 [0000011000 - 0000018000]          BOOTMAP ==> [0000011000 - 0000018000]
[    0.000000] found SMP MP-table at [c00f5650] f5650
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0003fff0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0003fff0
[    0.000000] On node 0 totalpages: 262015
[    0.000000] free_area_init_node: node 0, pgdat c07470e0, node_mem_map c1001200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 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: 272 pages used for memmap
[    0.000000]   HighMem zone: 34530 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    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] disabled)
[    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: BIOS IRQ0 pin2 override ignored.
[    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: 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] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 24 pages/cpu @c1c00000 s74936 r0 d23368 u2097152
[    0.000000] pcpu-alloc: s74936 r0 d23368 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259967
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-122-rtai root=UUID=e38cdd57-aad8-434f-8239-14dba54be36c ro quiet splash
[    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] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] allocated 5242240 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:0003fff0)
[    0.000000] Memory: 1012492k/1048512k available (4539k kernel code, 35060k reserved, 1928k data, 620k init, 139208k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff1e000 - 0xfffff000   ( 900 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 : 0xc0751000 - 0xc07ec000   ( 620 kB)
[    0.000000]       .data : 0xc056ecbc - 0xc0750e68   (1928 kB)
[    0.000000]       .text : 0xc0100000 - 0xc056ecbc   (4539 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:2304 nr_irqs:424
[    0.000000] I-pipe 2.6-03: pipeline enabled.
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2010.515 MHz processor.
[    0.008004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4021.03 BogoMIPS (lpj=8042060)
[    0.008023] Security Framework initialized
[    0.008044] AppArmor: AppArmor initialized
[    0.008052] Mount-cache hash table entries: 512
[    0.008177] Initializing cgroup subsys ns
[    0.008181] Initializing cgroup subsys cpuacct
[    0.008185] Initializing cgroup subsys memory
[    0.008192] Initializing cgroup subsys devices
[    0.008195] Initializing cgroup subsys freezer
[    0.008197] Initializing cgroup subsys net_cls
[    0.008214] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.008217] CPU: L2 Cache: 512K (64 bytes/line)
[    0.008221] mce: CPU supports 5 MCE banks
[    0.008237] Performance Events: AMD PMU driver.
[    0.008243] ... version:                0
[    0.008245] ... bit width:              48
[    0.008247] ... generic registers:      4
[    0.008249] ... value mask:             0000ffffffffffff
[    0.008252] ... max period:             00007fffffffffff
[    0.008254] ... fixed-purpose events:   0
[    0.008256] ... event mask:             000000000000000f
[    0.008260] Checking 'hlt' instruction... OK.
[    0.024645] SMP alternatives: switching to UP code
[    0.030272] ACPI: Core revision 20090903
[    0.039733] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.039739] ftrace: allocating 21003 entries in 42 pages
[    0.044963] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.045274] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[    0.048001] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[    0.048001] ...trying to set up timer (IRQ0) through the 8259A ...
[    0.048001] ..... (found apic 0 pin 0) ...
[    0.088677] ....... works.
[    0.088678] CPU0: AMD Athlon(tm) 64 Processor 3200+ stepping 00
[    0.092001] Brought up 1 CPUs
[    0.092001] Total of 1 processors activated (4021.03 BogoMIPS).
[    0.092001] CPU0 attaching NULL sched-domain.
[    0.092001] devtmpfs: initialized
[    0.092001] regulator: core version 0.5
[    0.092001] NET: Registered protocol family 16
[    0.092001] EISA bus registered
[    0.092001] ACPI: bus type pci registered
[    0.092001] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.092001] PCI: MCFG area at e0000000 reserved in E820
[    0.092001] PCI: Using MMCONFIG for extended config space
[    0.092001] PCI: Using configuration type 1 for base access
[    0.092001] bio: create slab <bio-0> at 0
[    0.092001] ACPI: EC: Look up EC in DSDT
[    0.099032] ACPI: Interpreter enabled
[    0.099034] ACPI: (supports S0 S5)
[    0.099046] ACPI: Using IOAPIC for interrupt routing
[    0.107748] ACPI: No dock devices found.
[    0.107844] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.107956] pci 0000:00:01.1: reg 10 io port: [0xe400-0xe41f]
[    0.107965] pci 0000:00:01.1: reg 20 io port: [0x4c00-0x4c3f]
[    0.107969] pci 0000:00:01.1: reg 24 io port: [0x4c40-0x4c7f]
[    0.107980] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.107983] pci 0000:00:01.1: PME# disabled
[    0.108009] pci 0000:00:02.0: reg 10 32bit mmio: [0xd8004000-0xd8004fff]
[    0.108027] pci 0000:00:02.0: supports D1 D2
[    0.108029] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.108032] pci 0000:00:02.0: PME# disabled
[    0.108050] pci 0000:00:02.1: reg 10 32bit mmio: [0xfeb00000-0xfeb000ff]
[    0.108071] pci 0000:00:02.1: supports D1 D2
[    0.108074] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.108077] pci 0000:00:02.1: PME# disabled
[    0.108100] pci 0000:00:04.0: reg 10 io port: [0xdc00-0xdcff]
[    0.108104] pci 0000:00:04.0: reg 14 io port: [0xe000-0xe0ff]
[    0.108109] pci 0000:00:04.0: reg 18 32bit mmio: [0xd8003000-0xd8003fff]
[    0.108123] pci 0000:00:04.0: supports D1 D2
[    0.108144] pci 0000:00:06.0: reg 20 io port: [0xf000-0xf00f]
[    0.108168] pci 0000:00:07.0: reg 10 io port: [0x9f0-0x9f7]
[    0.108172] pci 0000:00:07.0: reg 14 io port: [0xbf0-0xbf3]
[    0.108176] pci 0000:00:07.0: reg 18 io port: [0x970-0x977]
[    0.108180] pci 0000:00:07.0: reg 1c io port: [0xb70-0xb73]
[    0.108184] pci 0000:00:07.0: reg 20 io port: [0xd800-0xd80f]
[    0.108188] pci 0000:00:07.0: reg 24 32bit mmio: [0xd8002000-0xd8002fff]
[    0.108210] pci 0000:00:08.0: reg 10 io port: [0x9e0-0x9e7]
[    0.108214] pci 0000:00:08.0: reg 14 io port: [0xbe0-0xbe3]
[    0.108218] pci 0000:00:08.0: reg 18 io port: [0x960-0x967]
[    0.108222] pci 0000:00:08.0: reg 1c io port: [0xb60-0xb63]
[    0.108226] pci 0000:00:08.0: reg 20 io port: [0xc400-0xc40f]
[    0.108231] pci 0000:00:08.0: reg 24 32bit mmio: [0xd8001000-0xd8001fff]
[    0.108263] pci 0000:00:0a.0: reg 10 32bit mmio: [0xd8000000-0xd8000fff]
[    0.108268] pci 0000:00:0a.0: reg 14 io port: [0xb000-0xb007]
[    0.108284] pci 0000:00:0a.0: supports D1 D2
[    0.108286] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.108289] pci 0000:00:0a.0: PME# disabled
[    0.108321] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.108324] pci 0000:00:0b.0: PME# disabled
[    0.108356] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.108359] pci 0000:00:0c.0: PME# disabled
[    0.108391] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.108394] pci 0000:00:0d.0: PME# disabled
[    0.108426] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.108429] pci 0000:00:0e.0: PME# disabled
[    0.108531] pci 0000:00:09.0: transparent bridge
[    0.108645] pci 0000:01:00.0: reg 10 32bit mmio: [0xd0000000-0xd3ffffff]
[    0.108653] pci 0000:01:00.0: reg 14 64bit mmio pref: [0xc0000000-0xcfffffff]
[    0.108660] pci 0000:01:00.0: reg 1c 64bit mmio: [0xd4000000-0xd4ffffff]
[    0.108668] pci 0000:01:00.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[    0.108715] pci 0000:00:0e.0: bridge 32bit mmio: [0xd0000000-0xd7ffffff]
[    0.108720] pci 0000:00:0e.0: bridge 64bit mmio pref: [0xc0000000-0xcfffffff]
[    0.108730] pci_bus 0000:00: on NUMA node 0
[    0.108735] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.108979] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.180399] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.180543] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.180688] ACPI: PCI Interrupt Link [LNK3] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.180830] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.180973] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.181118] ACPI: PCI Interrupt Link [LUBA] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.181261] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.181406] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.181550] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.181692] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.181837] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.181981] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.182123] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.182281] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.182434] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.182586] ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.182752] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[    0.182912] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[    0.183073] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[    0.183232] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    0.183333] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[    0.183504] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[    0.183672] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[    0.183839] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[    0.184013] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0
[    0.184180] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[    0.184348] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[    0.184514] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[    0.184681] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[    0.184857] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[    0.185039] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[    0.185215] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
[    0.185331] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.185334] vgaarb: loaded
[    0.185447] SCSI subsystem initialized
[    0.185518] libata version 3.00 loaded.
[    0.185588] usbcore: registered new interface driver usbfs
[    0.185600] usbcore: registered new interface driver hub
[    0.185626] usbcore: registered new device driver usb
[    0.185747] ACPI: WMI: Mapper loaded
[    0.185749] PCI: Using ACPI for IRQ routing
[    0.185874] NetLabel: Initializing
[    0.185876] NetLabel:  domain hash size = 128
[    0.185877] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.185890] NetLabel:  unlabeled traffic allowed by default
[    0.187689] AppArmor: AppArmor Filesystem Enabled
[    0.187701] pnp: PnP ACPI init
[    0.187715] ACPI: bus type pnp registered
[    0.192786] pnp: PnP ACPI: found 14 devices
[    0.192788] ACPI: ACPI bus type pnp unregistered
[    0.192791] PnPBIOS: Disabled by ACPI PNP
[    0.192802] system 00:01: ioport range 0x4000-0x407f has been reserved
[    0.192806] system 00:01: ioport range 0x4080-0x40ff has been reserved
[    0.192809] system 00:01: ioport range 0x4400-0x447f has been reserved
[    0.192812] system 00:01: ioport range 0x4480-0x44ff has been reserved
[    0.192815] system 00:01: ioport range 0x4800-0x487f has been reserved
[    0.192818] system 00:01: ioport range 0x4880-0x48ff has been reserved
[    0.192824] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[    0.192827] system 00:02: ioport range 0x800-0x805 has been reserved
[    0.192830] system 00:02: ioport range 0x290-0x297 has been reserved
[    0.192838] system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
[    0.192844] system 00:0d: iomem range 0xf0000-0xf3fff could not be reserved
[    0.192848] system 00:0d: iomem range 0xf4000-0xf7fff could not be reserved
[    0.192851] system 00:0d: iomem range 0xf8000-0xfbfff could not be reserved
[    0.192854] system 00:0d: iomem range 0xfc000-0xfffff could not be reserved
[    0.192858] system 00:0d: iomem range 0x3fff0000-0x3fffffff could not be reserved
[    0.192861] system 00:0d: iomem range 0xffff0000-0xffffffff has been reserved
[    0.192864] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[    0.192868] system 00:0d: iomem range 0x100000-0x3ffeffff could not be reserved
[    0.192871] system 00:0d: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.192875] system 00:0d: iomem range 0xfee00000-0xfeefffff has been reserved
[    0.192878] system 00:0d: iomem range 0xfefff000-0xfeffffff has been reserved
[    0.192882] system 00:0d: iomem range 0xfff80000-0xfff80fff has been reserved
[    0.192885] system 00:0d: iomem range 0xfff90000-0xfffbffff has been reserved
[    0.192888] system 00:0d: iomem range 0xfffed000-0xfffeffff has been reserved
[    0.227554] Switching to clocksource acpi_pm
[    0.227660] pci 0000:00:09.0: PCI bridge, secondary bus 0000:05
[    0.227662] pci 0000:00:09.0:   IO window: disabled
[    0.227665] pci 0000:00:09.0:   MEM window: disabled
[    0.227668] pci 0000:00:09.0:   PREFETCH window: disabled
[    0.227672] pci 0000:00:0b.0: PCI bridge, secondary bus 0000:04
[    0.227674] pci 0000:00:0b.0:   IO window: disabled
[    0.227677] pci 0000:00:0b.0:   MEM window: disabled
[    0.227680] pci 0000:00:0b.0:   PREFETCH window: disabled
[    0.227684] pci 0000:00:0c.0: PCI bridge, secondary bus 0000:03
[    0.227686] pci 0000:00:0c.0:   IO window: disabled
[    0.227688] pci 0000:00:0c.0:   MEM window: disabled
[    0.227691] pci 0000:00:0c.0:   PREFETCH window: disabled
[    0.227695] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:02
[    0.227697] pci 0000:00:0d.0:   IO window: disabled
[    0.227700] pci 0000:00:0d.0:   MEM window: disabled
[    0.227702] pci 0000:00:0d.0:   PREFETCH window: disabled
[    0.227709] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:01
[    0.227711] pci 0000:00:0e.0:   IO window: disabled
[    0.227714] pci 0000:00:0e.0:   MEM window: 0xd0000000-0xd7ffffff
[    0.227718] pci 0000:00:0e.0:   PREFETCH window: 0x000000c0000000-0x000000cfffffff
[    0.227726] pci 0000:00:09.0: setting latency timer to 64
[    0.227732] pci 0000:00:0b.0: setting latency timer to 64
[    0.227737] pci 0000:00:0c.0: setting latency timer to 64
[    0.227742] pci 0000:00:0d.0: setting latency timer to 64
[    0.227747] pci 0000:00:0e.0: setting latency timer to 64
[    0.227751] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.227754] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.227757] pci_bus 0000:05: resource 3 io:  [0x00-0xffff]
[    0.227760] pci_bus 0000:05: resource 4 mem: [0x000000-0xffffffff]
[    0.227763] pci_bus 0000:01: resource 1 mem: [0xd0000000-0xd7ffffff]
[    0.227766] pci_bus 0000:01: resource 2 pref mem [0xc0000000-0xcfffffff]
[    0.227800] NET: Registered protocol family 2
[    0.227894] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.228000] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.228000] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.228000] TCP: Hash tables configured (established 131072 bind 65536)
[    0.228000] TCP reno registered
[    0.228000] NET: Registered protocol family 1
[    0.244083] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.244089] pci 0000:00:0b.0: Found disabled HT MSI Mapping
[    0.244096] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.244101] pci 0000:00:0b.0: Linking AER extended capability
[    0.244138] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.244144] pci 0000:00:0c.0: Found disabled HT MSI Mapping
[    0.244151] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.244154] pci 0000:00:0c.0: Linking AER extended capability
[    0.244195] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.244201] pci 0000:00:0d.0: Found disabled HT MSI Mapping
[    0.244208] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.244211] pci 0000:00:0d.0: Linking AER extended capability
[    0.244255] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.244261] pci 0000:00:0e.0: Found disabled HT MSI Mapping
[    0.244268] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.244271] pci 0000:00:0e.0: Linking AER extended capability
[    0.244285] pci 0000:01:00.0: Boot video device
[    0.244486] Scanning for low memory corruption every 60 seconds
[    0.244574] audit: initializing netlink socket (disabled)
[    0.244584] type=2000 audit(1341936850.244:1): initialized
[    0.253191] Trying to unpack rootfs image as initramfs...
[    0.264126] highmem bounce pool size: 64 pages
[    0.264133] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.265661] VFS: Disk quotas dquot_6.5.2
[    0.265720] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.272273] fuse init (API version 7.13)
[    0.272387] msgmni has been set to 1706
[    0.272604] alg: No test for stdrng (krng)
[    0.272662] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.272665] io scheduler noop registered
[    0.272667] io scheduler anticipatory registered
[    0.272669] io scheduler deadline registered
[    0.272709] io scheduler cfq registered (default)
[    0.272822]   alloc irq_desc for 24 on node -1
[    0.272824]   alloc kstat_irqs on node -1
[    0.272834] pcieport 0000:00:0b.0: irq 24 for MSI/MSI-X
[    0.272839] pcieport 0000:00:0b.0: setting latency timer to 64
[    0.272906]   alloc irq_desc for 25 on node -1
[    0.272908]   alloc kstat_irqs on node -1
[    0.272913] pcieport 0000:00:0c.0: irq 25 for MSI/MSI-X
[    0.272917] pcieport 0000:00:0c.0: setting latency timer to 64
[    0.272981]   alloc irq_desc for 26 on node -1
[    0.272983]   alloc kstat_irqs on node -1
[    0.272988] pcieport 0000:00:0d.0: irq 26 for MSI/MSI-X
[    0.272992] pcieport 0000:00:0d.0: setting latency timer to 64
[    0.273053]   alloc irq_desc for 27 on node -1
[    0.273055]   alloc kstat_irqs on node -1
[    0.273060] pcieport 0000:00:0e.0: irq 27 for MSI/MSI-X
[    0.273064] pcieport 0000:00:0e.0: setting latency timer to 64
[    0.273115] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.273139] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.273205] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.273210] ACPI: Power Button [PWRB]
[    0.273280] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.273283] ACPI: Power Button [PWRF]
[    0.274622] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.274705] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.274981] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.276052] brd: module loaded
[    0.276511] loop: module loaded
[    0.276597] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[    0.276759] pata_acpi 0000:00:06.0: setting latency timer to 64
[    0.277154] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[    0.277159]   alloc irq_desc for 23 on node -1
[    0.277162]   alloc kstat_irqs on node -1
[    0.277171] pata_acpi 0000:00:07.0: PCI INT A -> Link[APSI] -> GSI 23 (level, low) -> IRQ 23
[    0.277187] pata_acpi 0000:00:07.0: setting latency timer to 64
[    0.277194] pata_acpi 0000:00:07.0: PCI INT A disabled
[    0.277515] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
[    0.277518]   alloc irq_desc for 22 on node -1
[    0.277520]   alloc kstat_irqs on node -1
[    0.277526] pata_acpi 0000:00:08.0: PCI INT A -> Link[APSJ] -> GSI 22 (level, low) -> IRQ 22
[    0.277541] pata_acpi 0000:00:08.0: setting latency timer to 64
[    0.277548] pata_acpi 0000:00:08.0: PCI INT A disabled
[    0.277840] Fixed MDIO Bus: probed
[    0.277873] PPP generic driver version 2.4.2
[    0.277904] tun: Universal TUN/TAP device driver, 1.6
[    0.277906] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.277978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.278236] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[    0.278239]   alloc irq_desc for 21 on node -1
[    0.278241]   alloc kstat_irqs on node -1
[    0.278247] ehci_hcd 0000:00:02.1: PCI INT B -> Link[APCL] -> GSI 21 (level, low) -> IRQ 21
[    0.278263] ehci_hcd 0000:00:02.1: setting latency timer to 64
[    0.278266] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    0.278298] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    0.278320] ehci_hcd 0000:00:02.1: debug port 1
[    0.278325] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[    0.278342] ehci_hcd 0000:00:02.1: irq 21, io mem 0xfeb00000
[    0.278375] isapnp: Scanning for PnP cards...
[    0.332153] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    0.332287] usb usb1: configuration #1 chosen from 1 choice
[    0.332317] hub 1-0:1.0: USB hub found
[    0.332327] hub 1-0:1.0: 10 ports detected
[    0.332393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.332711] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 20
[    0.332715]   alloc irq_desc for 20 on node -1
[    0.332717]   alloc kstat_irqs on node -1
[    0.332726] ohci_hcd 0000:00:02.0: PCI INT A -> Link[APCF] -> GSI 20 (level, low) -> IRQ 20
[    0.332740] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    0.332744] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    0.332780] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    0.332808] ohci_hcd 0000:00:02.0: irq 20, io mem 0xd8004000
[    0.425585] usb usb2: configuration #1 chosen from 1 choice
[    0.425615] hub 2-0:1.0: USB hub found
[    0.425627] hub 2-0:1.0: 10 ports detected
[    0.425688] uhci_hcd: USB Universal Host Controller Interface driver
[    0.425779] PNP: No PS/2 controller found. Probing ports directly.
[    0.433223] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.433231] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.433381] mice: PS/2 mouse device common for all mice
[    0.433507] rtc_cmos 00:04: RTC can wake from S4
[    0.433547] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.433570] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    0.433686] device-mapper: uevent: version 1.0.3
[    0.433799] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    0.436269] device-mapper: multipath: version 1.1.0 loaded
[    0.436273] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.440288] EISA: Probing bus 0 at eisa.0
[    0.440301] Cannot allocate resource for EISA slot 4
[    0.440312] EISA: Detected 0 cards.
[    0.440315] cpuidle: using governor ladder
[    0.440317] cpuidle: using governor menu
[    0.440716] TCP cubic registered
[    0.440861] NET: Registered protocol family 10
[    0.441258] lo: Disabled Privacy Extensions
[    0.441554] NET: Registered protocol family 17
[    0.441582] Using IPI No-Shortcut mode
[    0.441683] registered taskstats version 1
[    0.441935] rtc_cmos 00:04: setting system clock to 2012-07-10 16:14:11 UTC (1341936851)
[    0.441939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.441940] EDD information not available.
[    0.951555] isapnp: No Plug & Play device found
[    0.964963] Freeing initrd memory: 12836k freed
[    0.973431] Freeing unused kernel memory: 620k freed
[    0.973955] Write protecting the kernel text: 4540k
[    0.973986] Write protecting the kernel read-only data: 1668k
[    0.994671] udev: starting version 151
[    1.060058] usb 2-1: new low speed USB device using ohci_hcd and address 2
[    1.165633] Floppy drive(s): fd0 is 1.44M
[    1.191049] FDC 0 is a post-1991 82077
[    1.217001] pata_amd 0000:00:06.0: version 0.4.1
[    1.217044] pata_amd 0000:00:06.0: setting latency timer to 64
[    1.223033] scsi0 : pata_amd
[    1.223191] scsi1 : pata_amd
[    1.223886] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.223890] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.223936] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    1.224229] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
[    1.224234] forcedeth 0000:00:0a.0: PCI INT A -> Link[APCH] -> GSI 23 (level, low) -> IRQ 23
[    1.224239] forcedeth 0000:00:0a.0: setting latency timer to 64
[    1.224282] nv_probe: set workaround bit for reversed mac addr
[    1.225520] Linux agpgart interface v0.103
[    1.274584] usb 2-1: configuration #1 chosen from 1 choice
[    1.412260] ata1.00: ATAPI: TSSTcorpCD/DVDW SH-W162C, TS10, max UDMA/33
[    1.412289] ata1: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc0000000) ACPI=0x701f (60:600:0x13)
[    1.452203] ata1.00: configured for UDMA/33
[    1.453737] scsi 0:0:0:0: CD-ROM            TSSTcorp CD/DVDW SH-W162C TS10 PQ: 0 ANSI: 5
[    1.463477] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    1.463480] Uniform CD-ROM driver Revision: 3.20
[    1.463691] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.463796] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.580026] usb 2-2: new low speed USB device using ohci_hcd and address 3
[    1.654060] usbcore: registered new interface driver hiddev
[    1.654755] [drm] Initialized drm 1.1.0 20060810
[    1.669144] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input3
[    1.669244] generic-usb 0003:046D:C045.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:02.0-1/input0
[    1.669270] usbcore: registered new interface driver usbhid
[    1.669273] usbhid: v2.6:USB HID core driver
[    1.693067] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[    1.693074]   alloc irq_desc for 18 on node -1
[    1.693077]   alloc kstat_irqs on node -1
[    1.693086] nouveau 0000:01:00.0: PCI INT A -> Link[APC3] -> GSI 18 (level, low) -> IRQ 18
[    1.693091] nouveau 0000:01:00.0: setting latency timer to 64
[    1.695549] [drm] nouveau 0000:01:00.0: Detected an NV40 generation card (0x043100a4)
[    1.695909] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
[    1.695923] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
[    1.695926] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[    1.776881] [drm] nouveau 0000:01:00.0: ... appears to be valid
[    1.776885] [drm] nouveau 0000:01:00.0: BIT BIOS found
[    1.776889] [drm] nouveau 0000:01:00.0: Bios version 05.43.02.61
[    1.776892] [drm] nouveau 0000:01:00.0: BIT table 'd' not found
[    1.776895] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 3.0
[    1.776899] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x30 5 7 2
[    1.776903] [drm] nouveau 0000:01:00.0:   0: 0x00000000: type 0x00 idx 0 tag 0xff
[    1.776906] [drm] nouveau 0000:01:00.0:   1: 0x00002130: type 0x30 idx 1 tag 0x08
[    1.776909] [drm] nouveau 0000:01:00.0:   2: 0x00000210: type 0x10 idx 2 tag 0xff
[    1.776912] [drm] nouveau 0000:01:00.0:   3: 0x00000211: type 0x11 idx 2 tag 0xff
[    1.776915] [drm] nouveau 0000:01:00.0:   4: 0x00000213: type 0x13 idx 2 tag 0xff
[    1.776919] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 01000300 00000028
[    1.776922] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 04011320 00000028
[    1.776925] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011322 00000000
[    1.776928] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 020223f1 0002c030
[    1.776935] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xE03E
[    1.777234] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xE424
[    1.792784] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 9, addr 00:13:d4:8d:a7:be
[    1.792788] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3
[    1.792997] sata_nv 0000:00:07.0: version 3.5
[    1.793010] sata_nv 0000:00:07.0: PCI INT A -> Link[APSI] -> GSI 23 (level, low) -> IRQ 23
[    1.793062] sata_nv 0000:00:07.0: setting latency timer to 64
[    1.793328] scsi2 : sata_nv
[    1.793433] scsi3 : sata_nv
[    1.793633] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 23
[    1.793636] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 23
[    1.793654] sata_nv 0000:00:08.0: PCI INT A -> Link[APSJ] -> GSI 22 (level, low) -> IRQ 22
[    1.793695] sata_nv 0000:00:08.0: setting latency timer to 64
[    1.793799] scsi4 : sata_nv
[    1.794007] scsi5 : sata_nv
[    1.794182] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 22
[    1.794185] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 22
[    1.824231] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE94D
[    1.824253] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xEADE
[    1.848026] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xEBA2
[    1.854661] [TTM] Zone  kernel: Available graphics memory: 443626 kiB.
[    1.854663] [TTM] Zone highmem: Available graphics memory: 513230 kiB.
[    1.854674] [drm] nouveau 0000:01:00.0: 256 MiB VRAM
[    1.855596] [drm] nouveau 0000:01:00.0: 64 MiB GART (aperture)
[    1.855798] [drm] nouveau 0000:01:00.0: Allocating FIFO number 0
[    1.856396] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 0
[    1.856404] [drm] nouveau 0000:01:00.0: Initial CRTC_OWNER is 0
[    1.856410] [drm] nouveau 0000:01:00.0: Saving VGA fonts
[    1.905555] [drm] nouveau 0000:01:00.0: Detected a VGA connector
[    1.905703] [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
[    1.905785] [drm] nouveau 0000:01:00.0: Detected a TV connector
[    1.907023] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga encoder (output 0)
[    1.907027] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga encoder (output 1)
[    1.907030] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on tmds encoder (output 2)
[    1.907034] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on TV encoder (output 3)
[    1.941588] usb 2-2: configuration #1 chosen from 1 choice
[    1.952843] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2:1.0/input/input4
[    1.952925] generic-usb 0003:045E:0750.0002: input,hidraw1: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 600] on usb-0000:00:02.0-2/input0
[    1.965665] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2:1.1/input/input5
[    1.965747] generic-usb 0003:045E:0750.0003: input,hidraw2: USB HID v1.11 Device [Microsoft Wired Keyboard 600] on usb-0000:00:02.0-2/input1
[    2.104022] ata3: SATA link down (SStatus 0 SControl 300)
[    2.124217] [drm] nouveau 0000:01:00.0: allocated 1680x1050 fb: 0x49000, bo f6a4cc00
[    2.124317] fb0: nouveaufb frame buffer device
[    2.124320] registered panic notifier
[    2.124325] [drm] Initialized nouveau 0.0.15 20090420 for 0000:01:00.0 on minor 0
[    2.260028] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.269081] ata5.00: ATA-7: Maxtor 6L300S0, BACE1G20, max UDMA/133
[    2.269084] ata5.00: 586114704 sectors, multi 1: LBA48 NCQ (depth 0/32)
[    2.285072] ata5.00: configured for UDMA/133
[    2.416018] ata4: SATA link down (SStatus 0 SControl 300)
[    2.416129] scsi 4:0:0:0: Direct-Access     ATA      Maxtor 6L300S0   BACE PQ: 0 ANSI: 5
[    2.416262] sd 4:0:0:0: Attached scsi generic sg1 type 0
[    2.417181] sd 4:0:0:0: [sda] 586114704 512-byte logical blocks: (300 GB/279 GiB)
[    2.417224] sd 4:0:0:0: [sda] Write Protect is off
[    2.417228] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.417249] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.417383]  sda: sda1 sda2 < sda5 >
[    2.462336] sd 4:0:0:0: [sda] Attached SCSI disk
[    2.728029] ata6: SATA link down (SStatus 0 SControl 300)
[    2.729766] vga16fb: initializing
[    2.729770] vga16fb: mapped to 0xc00a0000
[    2.729776] vga16fb: not registering due to another framebuffer present
[    2.748644] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on vga encoder (output 0)
[    2.748649] [drm] nouveau 0000:01:00.0: Output VGA-1 is running on CRTC 0 using output A
[    2.751538] Console: switching to colour frame buffer device 210x65
[    3.070823] xor: automatically using best checksumming function: pIII_sse
[    3.088015]    pIII_sse  :  6122.000 MB/sec
[    3.088017] xor: using function: pIII_sse (6122.000 MB/sec)
[    3.091144] device-mapper: dm-raid45: initialized v0.2594b
[    3.240561] EXT4-fs (sda1): mounted filesystem with ordered data mode
[   10.747689] Adding 1951736k swap on /dev/sda5.  Priority:-1 extents:1 across:1951736k 
[   10.777615] udev: starting version 151
[   10.871438] lp: driver loaded but no devices found
[   10.914100] i2c i2c-2: nForce2 SMBus adapter at 0x4c00
[   10.914122] i2c i2c-3: nForce2 SMBus adapter at 0x4c40
[   11.204628] parport_pc 00:09: reported by Plug and Play ACPI
[   11.204677] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[   11.316378] lp0: using parport0 (interrupt-driven).
[   11.368447] ppdev: user-space parallel port driver
[   11.469841] gameport: NS558 PnP Gameport is pnp00:0b/gameport0, io 0x201, speed 59659kHz
[   11.480530] type=1505 audit(1341933262.538:2):  operation="profile_load" pid=665 name="/sbin/dhclient3"
[   11.480829] type=1505 audit(1341933262.538:3):  operation="profile_load" pid=665 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[   11.481001] type=1505 audit(1341933262.538:4):  operation="profile_load" pid=665 name="/usr/lib/connman/scripts/dhclient-script"
[   11.627006] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22
[   11.627013] Intel ICH 0000:00:04.0: PCI INT A -> Link[APCJ] -> GSI 22 (level, low) -> IRQ 22
[   11.627048] Intel ICH 0000:00:04.0: setting latency timer to 64
[   11.901072] type=1505 audit(1341933262.958:5):  operation="profile_load" pid=804 name="/usr/share/gdm/guest-session/Xsession"
[   11.909725] type=1505 audit(1341933262.966:6):  operation="profile_replace" pid=866 name="/sbin/dhclient3"
[   11.910037] type=1505 audit(1341933262.966:7):  operation="profile_replace" pid=866 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[   11.910211] type=1505 audit(1341933262.966:8):  operation="profile_replace" pid=866 name="/usr/lib/connman/scripts/dhclient-script"
[   11.959895] eth0: no link during initialization.
[   11.963902] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.964063] intel8x0_measure_ac97_clock: measured 52817 usecs (2592 samples)
[   11.964066] intel8x0: clocking to 46948
[   11.978044] type=1505 audit(1341933263.034:9):  operation="profile_load" pid=871 name="/usr/bin/evince"
[   12.034196] type=1505 audit(1341933263.090:10):  operation="profile_load" pid=871 name="/usr/bin/evince-previewer"
[   12.063475] type=1505 audit(1341933263.118:11):  operation="profile_load" pid=871 name="/usr/bin/evince-thumbnailer"
[   12.914902] [drm] nouveau 0000:01:00.0: Allocating FIFO number 1
[   12.915476] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1
[  580.252028] usb 1-9: new high speed USB device using ehci_hcd and address 4
[  580.385817] usb 1-9: configuration #1 chosen from 1 choice
[  580.452157] Initializing USB Mass Storage driver...
[  580.452270] scsi6 : SCSI emulation for USB Mass Storage devices
[  580.452423] usbcore: registered new interface driver usb-storage
[  580.452426] USB Mass Storage support registered.
[  580.459693] usb-storage: device found at 4
[  580.459696] usb-storage: waiting for device to settle before scanning
[  585.456182] usb-storage: device scan complete
[  585.457666] scsi 6:0:0:0: Direct-Access     SanDisk  Cruzer Micro     8.02 PQ: 0 ANSI: 0 CCS
[  585.459730] sd 6:0:0:0: Attached scsi generic sg2 type 0
[  585.460901] sd 6:0:0:0: [sdb] 7856127 512-byte logical blocks: (4.02 GB/3.74 GiB)
[  585.461529] sd 6:0:0:0: [sdb] Write Protect is off
[  585.461533] sd 6:0:0:0: [sdb] Mode Sense: 45 00 00 08
[  585.461536] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[  585.470814] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[  585.470822]  sdb: sdb1
[  585.476534] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[  585.476540] sd 6:0:0:0: [sdb] Attached SCSI removable disk



Create a new paste based on this one


Comments: