[ create a new paste ] login | about

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

Plain Text, pasted on Mar 16:
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
GDB: debug ports: dcons
GDB: current port: dcons
KDB: debugger backends: ddb gdb
KDB: current backend: ddb      
SMAP type=01 base=0000000000000000 len=0000000000095400
SMAP type=02 base=0000000000095400 len=000000000000ac00
SMAP type=02 base=00000000000e0000 len=0000000000020000
SMAP type=01 base=0000000000100000 len=00000000cf2af000
SMAP type=04 base=00000000cf3af000 len=0000000000083000
SMAP type=02 base=00000000cf432000 len=0000000000120000
SMAP type=04 base=00000000cf552000 len=0000000000008000
SMAP type=02 base=00000000cf55a000 len=00000000000ff000
SMAP type=03 base=00000000cf659000 len=0000000000007000
SMAP type=04 base=00000000cf660000 len=000000000000a000
SMAP type=02 base=00000000cf66a000 len=0000000000022000
SMAP type=04 base=00000000cf68c000 len=0000000000006000
SMAP type=01 base=00000000cf692000 len=000000000016e000
SMAP type=01 base=0000000100000000 len=0000000130000000
SMAP type=02 base=00000000fed1c000 len=0000000000004000
SMAP type=02 base=00000000ff000000 len=0000000001000000
Copyright (c) 1992-2010 The FreeBSD Project.           
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.             
FreeBSD 9.0-CURRENT #0: Wed Mar 10 18:26:55 WST 2010                     
    root@direwolf:/usr/obj/usr/src/sys/DIREWOLF amd64                    
WARNING: WITNESS option enabled, expect reduced performance.             
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff8105d000.        
Timecounter "i8254" frequency 1193182 Hz quality 0                       
Calibrating TSC clock ... TSC clock: 2833304949 Hz                       
CPU: Intel(R) Core(TM)2 Quad CPU    Q9505  @ 2.83GHz (2833.30-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x1067a  Stepping = 10                         
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>                 
  Features2=0x408e3fd<SSE3,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,XSAVE>                                                                 
  AMD Features=0x20100800<SYSCALL,NX,LM>                                        
  AMD Features2=0x1<LAHF>                                                       
  TSC: P-state invariant                                                        
real memory  = 8589934592 (8192 MB)                                             
Physical memory chunk(s):                                                       
0x0000000000001000 - 0x0000000000041fff, 266240 bytes (65 pages)                
0x0000000000052000 - 0x0000000000091fff, 262144 bytes (64 pages)                
0x0000000001090000 - 0x00000000cf3aefff, 3459379200 bytes (844575 pages)        
0x00000000cf692000 - 0x00000000cf7fffff, 1499136 bytes (366 pages)              
0x0000000100000000 - 0x000000021f8b3fff, 4824186880 bytes (1177780 pages)       
avail memory = 8242503680 (7860 MB)                                             
MPTable: <DP45SG INTEL>                                                         
INTR: Adding local APIC 1 as a target                                           
INTR: Adding local APIC 2 as a target                                           
INTR: Adding local APIC 3 as a target                                           
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs                             
FreeBSD/SMP: 1 package(s) x 4 core(s)                                           
 cpu0 (BSP): APIC ID:  0                                                        
 cpu1 (AP): APIC ID:  1                                                         
 cpu2 (AP): APIC ID:  2                                                         
 cpu3 (AP): APIC ID:  3                                                         
ULE: setup cpu 0                                                                
ULE: setup cpu 1                                                                
ULE: setup cpu 2                                                                
ULE: setup cpu 3                                                                
ioapic0: Assuming intbase of 0                                                  
ioapic0: Routing external 8259A's -> intpin 0                                   
ioapic0: Routing IRQ 0 -> intpin 2                                              
ioapic0: intpin 9 trigger: level                                                
lapic: Routing ExtINT -> LINT0                                                  
lapic: Routing NMI -> LINT1                                                     
ioapic0 <Version 2.0> irqs 0-23 on motherboard                                  
cpu0 BSP:                                                                       
     ID: 0x00000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff           
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff           
  timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400           
wlan: <802.11 Link Layer>                                                       
kbd: new array size 4                                                           
kbd1 at kbdmux0                                                                 
mem: <memory>                                                                   
nfslock: pseudo-device                                                          
null: <null device, zero device>                                                
random: <entropy source, Software, Yarrow>                                      
io: <I/O>                                                                       
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2                         
ACPI: RSDP 0xf03c0 00024 (v2  INTEL)                                            
ACPI: XSDT 0xcf65ee18 00054 (v1 INTEL  DP45SG   00000117 MSFT 00010013)         
ACPI Warning: Incorrect checksum in table [XSDT] - 0xA0, should be 0xC9 (20100304/tbutils-354)                                                                  
ACPI: FACP 0xcf65dd98 000F4 (v4  INTEL   DP45SG 00000117 MSFT 00010013)         
ACPI Warning: 32/64X FACS address mismatch in FADT - 0xCF661F40/0x       0CF667E40, using 32 (20100304/tbfadt-586)                                              
ACPI: DSDT 0xcf659018 03D83 (v1  INTEL   DP45SG 00000117 INTL 20051117)         
ACPI: FACS 0xcf661f40 00040                                                     
ACPI: APIC 0xcf65df18 0006C (v2  INTEL   DP45SG 00000117 MSFT 00010013)         
ACPI: MCFG 0xcf668d98 0003C (v1 INTEL  DP45SG   00000117 MSFT 00000097)         
ACPI: HPET 0xcf668d18 00038 (v1 INTEL  DP45SG   00000117 AMI. 00000003)         
ACPI: ASPT 0xcf668b98 0002C (v2 INTEL  PerfTune 00000117 AMI  00000003)         
ACPI: WDTT 0xcf661918 002CC (v1 INTEL  DP45SG   00000117 AMI  00000003)         
acpi0: <INTEL DP45SG> on motherboard                                            
PCIe: Memory Mapped configuration base @ 0xf0000000                             
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48                      
acpi0: [MPSAFE]                                                                 
acpi0: [ITHREAD]                                                                
ACPI: Executed 1 blocks of module-level executable AML code                     
acpi0: Power Button (fixed)                                                     
AcpiOsDerivePciId: \_SB_.PCI0.SBRG.PIX0 -> bus 0 dev 31 func 0                  
ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10                       
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000                       
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0            
cpu0: <ACPI CPU> on acpi0                                                       
cpu1: <ACPI CPU> on acpi0                                                       
cpu2: <ACPI CPU> on acpi0                                                       
cpu3: <ACPI CPU> on acpi0                                                       
pci_link0:        Index  IRQ  Rtd  Ref  IRQs                                    
  Initial Probe       0   11   N     0  3 4 5 6 7 10 11 12 14 15                
  Validation          0   11   N     0  3 4 5 6 7 10 11 12 14 15                
  After Disable       0  255   N     0  3 4 5 6 7 10 11 12 14 15                
pci_link1:        Index  IRQ  Rtd  Ref  IRQs                                    
  Initial Probe       0  255   N     0  3 4 5 6 7 10 11 12 14 15                
  Validation          0  255   N     0  3 4 5 6 7 10 11 12 14 15                
  After Disable       0  255   N     0  3 4 5 6 7 10 11 12 14 15                
pci_link2:        Index  IRQ  Rtd  Ref  IRQs                                    
  Initial Probe       0    3   N     0  3 4 5 6 10 11 12 14 15                  
  Validation          0    3   N     0  3 4 5 6 10 11 12 14 15                  
  After Disable       0  255   N     0  3 4 5 6 10 11 12 14 15                  
pci_link3:        Index  IRQ  Rtd  Ref  IRQs                                    
  Initial Probe       0   10   N     0  3 4 5 6 10 11 12 14 15                  
  Validation          0   10   N     0  3 4 5 6 10 11 12 14 15                  
  After Disable       0  255   N     0  3 4 5 6 10 11 12 14 15                  
pci_link4:        Index  IRQ  Rtd  Ref  IRQs                                    
  Initial Probe       0   10   N     0  3 4 5 6 7 10 11 12 14 15                
  Validation          0   10   N     0  3 4 5 6 7 10 11 12 14 15                
  After Disable       0  255   N     0  3 4 5 6 7 10 11 12 14 15                
pci_link5:        Index  IRQ  Rtd  Ref  IRQs                                    
  Initial Probe       0    5   N     0  3 4 5 6 7 10 11 12 14 15                
  Validation          0    5   N     0  3 4 5 6 7 10 11 12 14 15                
  After Disable       0  255   N     0  3 4 5 6 7 10 11 12 14 15                
pci_link6:        Index  IRQ  Rtd  Ref  IRQs                                    
  Initial Probe       0    7   N     0  3 4 5 6 7 10 11 12 14 15                
  Validation          0    7   N     0  3 4 5 6 7 10 11 12 14 15                
  After Disable       0  255   N     0  3 4 5 6 7 10 11 12 14 15                
pci_link7:        Index  IRQ  Rtd  Ref  IRQs                                    
  Initial Probe       0   11   N     0  3 4 5 6 7 10 11 12 14 15                
  Validation          0   11   N     0  3 4 5 6 7 10 11 12 14 15                
  After Disable       0  255   N     0  3 4 5 6 7 10 11 12 14 15                
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0   
acpi_hpet0: vend: 0x8086 rev: 0x1 num: 4 hz: 14318180 opts: legacy_route 64-bit 
Timecounter "HPET" frequency 14318180 Hz quality 900                            
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0                         
ACPI: Found matching pin for 0.1.INTA at func 0: 11                             
ACPI: Found matching pin for 0.31.INTB at func 2: 10                            
ACPI: Found matching pin for 0.31.INTC at func 3: 3                             
ACPI: Found matching pin for 0.27.INTA at func 0: 7                             
ACPI: Found matching pin for 0.25.INTA at func 0: 10                            
ACPI: Found matching pin for 0.29.INTA at func 0: 11                            
ACPI: Found matching pin for 0.29.INTB at func 1: 10                            
ACPI: Found matching pin for 0.29.INTC at func 2: 3                             
ACPI: Found matching pin for 0.26.INTA at func 0: 11                            
ACPI: Found matching pin for 0.26.INTB at func 1: 5                             
ACPI: Found matching pin for 0.26.INTC at func 2: 3                             
pci0: <ACPI PCI bus> on pcib0                                                   
pci0: domain=0, physical bus=0                                                  
found-> vendor=0x8086, dev=0x2e20, revid=0x03                                   
        domain=0, bus=0, slot=0, func=0                                         
        class=06-00-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
found-> vendor=0x8086, dev=0x2e21, revid=0x03                                   
        domain=0, bus=0, slot=1, func=0                                         
        class=06-04-00, hdrtype=0x01, mfdev=0                                   
        cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)                    
        lattimer=0x00 (0 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)         
        intpin=a, irq=11                                                        
        powerspec 3  supports D0 D3  current D0                                 
        MSI supports 1 message                                                  
pcib0: matched entry for 0.1.INTA (src \_SB_.LNKA:0)                            
ioapic0: Changing trigger for pin 11 to level                                   
ioapic0: Changing polarity for pin 11 to low                                    
pcib0: slot 1 INTA routed to irq 11 via \_SB_.LNKA                              
found-> vendor=0x8086, dev=0x10cd, revid=0x00                                   
        domain=0, bus=0, slot=25, func=0                                        
        class=02-00-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=a, irq=10                                                        
        powerspec 2  supports D0 D3  current D0                                 
        MSI supports 1 message, 64 bit                                          
        map[10]: type Memory, range 32, base 0xe0200000, size 17, enabled       
        map[14]: type Memory, range 32, base 0xe0224000, size 12, enabled       
        map[18]: type I/O Port, range 32, base 0xf100, size  5, enabled         
pcib0: matched entry for 0.25.INTA (src \_SB_.LNKE:0)                           
ioapic0: Changing trigger for pin 10 to level                                   
ioapic0: Changing polarity for pin 10 to low                                    
pcib0: slot 25 INTA routed to irq 10 via \_SB_.LNKE                             
found-> vendor=0x8086, dev=0x3a37, revid=0x00                                   
        domain=0, bus=0, slot=26, func=0                                        
        class=0c-03-00, hdrtype=0x00, mfdev=1                                   
        cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=a, irq=11                                                        
        map[20]: type I/O Port, range 32, base 0xf0e0, size  5, enabled         
pcib0: matched entry for 0.26.INTA (src \_SB_.LNKA:0)                           
pcib0: slot 26 INTA routed to irq 11 via \_SB_.LNKA                             
found-> vendor=0x8086, dev=0x3a38, revid=0x00                                   
        domain=0, bus=0, slot=26, func=1                                        
        class=0c-03-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=b, irq=5                                                         
        map[20]: type I/O Port, range 32, base 0xf0c0, size  5, enabled         
pcib0: matched entry for 0.26.INTB (src \_SB_.LNKF:0)                           
ioapic0: Changing trigger for pin 5 to level                                    
ioapic0: Changing polarity for pin 5 to low                                     
pcib0: slot 26 INTB routed to irq 5 via \_SB_.LNKF                              
found-> vendor=0x8086, dev=0x3a39, revid=0x00                                   
        domain=0, bus=0, slot=26, func=2                                        
        class=0c-03-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=c, irq=3                                                         
        map[20]: type I/O Port, range 32, base 0xf0a0, size  5, enabled         
pcib0: matched entry for 0.26.INTC (src \_SB_.LNKC:0)                           
ioapic0: Changing trigger for pin 3 to level                                    
ioapic0: Changing polarity for pin 3 to low                                     
pcib0: slot 26 INTC routed to irq 3 via \_SB_.LNKC                              
found-> vendor=0x8086, dev=0x3a3c, revid=0x00                                   
        domain=0, bus=0, slot=26, func=7                                        
        class=0c-03-20, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=c, irq=3                                                         
        powerspec 2  supports D0 D3  current D0                                 
        map[10]: type Memory, range 32, base 0xe0225c00, size 10, enabled       
pcib0: matched entry for 0.26.INTC (src \_SB_.LNKC:0)                           
pcib0: slot 26 INTC routed to irq 3 via \_SB_.LNKC                              
ehci early: SMM active, request owner change                                    
ehci early: SMM does not respond                                                
found-> vendor=0x8086, dev=0x3a3e, revid=0x00                                   
        domain=0, bus=0, slot=27, func=0                                        
        class=04-03-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)                    
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=a, irq=7                                                         
        powerspec 2  supports D0 D3  current D0                                 
        MSI supports 1 message, 64 bit                                          
        map[10]: type Memory, range 64, base 0xe0220000, size 14, enabled       
pcib0: matched entry for 0.27.INTA (src \_SB_.LNKG:0)                           
ioapic0: Changing trigger for pin 7 to level                                    
ioapic0: Changing polarity for pin 7 to low                                     
pcib0: slot 27 INTA routed to irq 7 via \_SB_.LNKG                              
found-> vendor=0x8086, dev=0x3a34, revid=0x00                                   
        domain=0, bus=0, slot=29, func=0                                        
        class=0c-03-00, hdrtype=0x00, mfdev=1                                   
        cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=a, irq=11                                                        
        map[20]: type I/O Port, range 32, base 0xf080, size  5, enabled         
pcib0: matched entry for 0.29.INTA (src \_SB_.LNKH:0)                           
pcib0: slot 29 INTA routed to irq 11 via \_SB_.LNKH                             
found-> vendor=0x8086, dev=0x3a35, revid=0x00                                   
        domain=0, bus=0, slot=29, func=1                                        
        class=0c-03-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=b, irq=10                                                        
        map[20]: type I/O Port, range 32, base 0xf060, size  5, enabled         
pcib0: matched entry for 0.29.INTB (src \_SB_.LNKD:0)                           
pcib0: slot 29 INTB routed to irq 10 via \_SB_.LNKD                             
found-> vendor=0x8086, dev=0x3a36, revid=0x00                                   
        domain=0, bus=0, slot=29, func=2                                        
        class=0c-03-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=c, irq=3                                                         
        map[20]: type I/O Port, range 32, base 0xf040, size  5, enabled         
pcib0: matched entry for 0.29.INTC (src \_SB_.LNKC:0)                           
pcib0: slot 29 INTC routed to irq 3 via \_SB_.LNKC                              
found-> vendor=0x8086, dev=0x3a3a, revid=0x00                                   
        domain=0, bus=0, slot=29, func=7                                        
        class=0c-03-20, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=a, irq=11                                                        
        powerspec 2  supports D0 D3  current D0                                 
        map[10]: type Memory, range 32, base 0xe0225800, size 10, enabled       
pcib0: matched entry for 0.29.INTA (src \_SB_.LNKH:0)                           
pcib0: slot 29 INTA routed to irq 11 via \_SB_.LNKH                             
ehci early: SMM active, request owner change                                    
ehci early: SMM does not respond                                                
found-> vendor=0x8086, dev=0x244e, revid=0x90                                   
        domain=0, bus=0, slot=30, func=0                                        
        class=06-04-01, hdrtype=0x01, mfdev=0                                   
        cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
found-> vendor=0x8086, dev=0x3a16, revid=0x00                                   
        domain=0, bus=0, slot=31, func=0                                        
        class=06-01-00, hdrtype=0x00, mfdev=1                                   
        cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
found-> vendor=0x8086, dev=0x2822, revid=0x00                                   
        domain=0, bus=0, slot=31, func=2                                        
        class=01-04-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=b, irq=10                                                        
        powerspec 3  supports D0 D3  current D0                                 
        MSI supports 16 messages                                                
        map[10]: type I/O Port, range 32, base 0xf150, size  3, enabled         
        map[14]: type I/O Port, range 32, base 0xf140, size  2, enabled         
        map[18]: type I/O Port, range 32, base 0xf130, size  3, enabled         
        map[1c]: type I/O Port, range 32, base 0xf120, size  2, enabled         
        map[20]: type I/O Port, range 32, base 0xf020, size  5, enabled         
        map[24]: type Memory, range 32, base 0xe0225000, size 11, enabled       
pcib0: matched entry for 0.31.INTB (src \_SB_.LNKD:0)                           
pcib0: slot 31 INTB routed to irq 10 via \_SB_.LNKD                             
found-> vendor=0x8086, dev=0x3a30, revid=0x00                                   
        domain=0, bus=0, slot=31, func=3                                        
        class=0c-05-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords)                     
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=c, irq=3                                                         
        map[10]: type Memory, range 64, base 0xe0226000, size  8, enabled       
        map[20]: type I/O Port, range 32, base 0xf000, size  5, enabled         
pcib0: matched entry for 0.31.INTC (src \_SB_.LNKC:0)                           
pcib0: slot 31 INTC routed to irq 3 via \_SB_.LNKC                              
pcib1: <ACPI PCI-PCI bridge> irq 11 at device 1.0 on pci0                       
pcib1:   domain            0                                                    
pcib1:   secondary bus     1                                                    
pcib1:   subordinate bus   1                                                    
pcib1:   I/O decode        0xe000-0xefff                                        
pcib1:   memory decode     0xd0000000-0xe00fffff                                
pcib1:   no prefetched decode                                                   
pcib1: could not get PCI interrupt routing table for \_SB_.PCI0.P0P1 - AE_NOT_FOUND                                                                             
pci1: <ACPI PCI bus> on pcib1                                                   
pci1: domain=0, physical bus=1                                                  
found-> vendor=0x1002, dev=0x7280, revid=0x00                                   
        domain=0, bus=1, slot=0, func=0                                         
        class=03-00-00, hdrtype=0x00, mfdev=1                                   
        cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)                    
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        intpin=a, irq=11                                                        
        powerspec 2  supports D0 D1 D2 D3  current D0                           
        MSI supports 1 message, 64 bit                                          
        map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled                                                                          
pcib1: requested memory range 0xd0000000-0xdfffffff: good                       
        map[18]: type Memory, range 64, base 0xe0030000, size 16, enabled       
pcib1: requested memory range 0xe0030000-0xe003ffff: good                       
        map[20]: type I/O Port, range 32, base 0xe000, size  8, enabled         
pcib1: requested I/O range 0xe000-0xe0ff: in range                              
pcib0: matched entry for 0.1.INTA (src \_SB_.LNKA:0)                            
pcib0: slot 1 INTA routed to irq 11 via \_SB_.LNKA                              
pcib1: slot 0 INTA is routed to irq 11                                          
found-> vendor=0x1002, dev=0x72a0, revid=0x00                                   
        domain=0, bus=1, slot=0, func=1                                         
        class=03-80-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)                    
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)            
        powerspec 2  supports D0 D1 D2 D3  current D0                           
        map[10]: type Memory, range 64, base 0xe0020000, size 16, enabled       
pcib1: requested memory range 0xe0020000-0xe002ffff: good                       
vgapci0: <VGA-compatible display> port 0xe000-0xe0ff mem 0xd0000000-0xdfffffff,0xe0030000-0xe003ffff irq 11 at device 0.0 on pci1                               
vgapci1: <VGA-compatible display> mem 0xe0020000-0xe002ffff at device 0.1 on pci1                                                                               
em0: <Intel(R) PRO/1000 Network Connection 6.9.25> port 0xf100-0xf11f mem 0xe0200000-0xe021ffff,0xe0224000-0xe0224fff irq 10 at device 25.0 on pci0             
em0: attempting to allocate 1 MSI vectors (1 supported)                         
msi: routing MSI IRQ 256 to local APIC 0 vector 49                              
em0: using IRQ 256 for MSI                                                      
em0: Using MSI interrupt                                                        
em0: [FILTER]                                                                   
em0: bpf attached                                                               
em0: Ethernet address: 00:1c:c0:8c:09:d9                                        
uhci0: <Intel 82801JI (ICH10) USB controller USB-D> port 0xf0e0-0xf0ff irq 11 at device 26.0 on pci0                                                            
ioapic0: routing intpin 11 (ISA IRQ 11) to lapic 0 vector 50                    
uhci0: [MPSAFE]                                                                 
uhci0: [ITHREAD]                                                                
uhci0: LegSup = 0x3f00                                                          
usbus0: <Intel 82801JI (ICH10) USB controller USB-D> on uhci0                   
uhci1: <Intel 82801JI (ICH10) USB controller USB-E> port 0xf0c0-0xf0df irq 5 at device 26.1 on pci0                                                             
ioapic0: routing intpin 5 (ISA IRQ 5) to lapic 0 vector 51                      
uhci1: [MPSAFE]                                                                 
uhci1: [ITHREAD]                                                                
uhci1: LegSup = 0x2f00                                                          
usbus1: <Intel 82801JI (ICH10) USB controller USB-E> on uhci1                   
uhci2: <Intel 82801JI (ICH10) USB controller USB-F> port 0xf0a0-0xf0bf irq 3 at device 26.2 on pci0                                                             
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 0 vector 52                      
uhci2: [MPSAFE]                                                                 
uhci2: [ITHREAD]                                                                
uhci2: LegSup = 0x2f00                                                          
usbus2: <Intel 82801JI (ICH10) USB controller USB-F> on uhci2                   
ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem 0xe0225c00-0xe0225fff irq 3 at device 26.7 on pci0                                                  
ehci0: [MPSAFE]                                                                 
ehci0: [ITHREAD]                                                                
usbus3: waiting for BIOS to give up control                                     
usbus3: timed out waiting for BIOS                                              
usbus3: EHCI version 1.0                                                        
usbus3: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> on ehci0               
pci0: <multimedia, HDA> at device 27.0 (no driver attached)                     
uhci3: <Intel 82801JI (ICH10) USB controller USB-A> port 0xf080-0xf09f irq 11 at device 29.0 on pci0                                                            
uhci3: [MPSAFE]                                                                 
uhci3: [ITHREAD]                                                                
uhci3: LegSup = 0x2f00                                                          
usbus4: <Intel 82801JI (ICH10) USB controller USB-A> on uhci3                   
uhci4: <Intel 82801JI (ICH10) USB controller USB-B> port 0xf060-0xf07f irq 10 at device 29.1 on pci0                                                            
ioapic0: routing intpin 10 (ISA IRQ 10) to lapic 0 vector 53                    
uhci4: [MPSAFE]                                                                 
uhci4: [ITHREAD]                                                                
uhci4: LegSup = 0x2f00                                                          
usbus5: <Intel 82801JI (ICH10) USB controller USB-B> on uhci4                   
uhci5: <Intel 82801JI (ICH10) USB controller USB-C> port 0xf040-0xf05f irq 3 at device 29.2 on pci0                                                             
uhci5: [MPSAFE]                                                                 
uhci5: [ITHREAD]                                                                
uhci5: LegSup = 0x2f00                                                          
usbus6: <Intel 82801JI (ICH10) USB controller USB-C> on uhci5                   
ehci1: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> mem 0xe0225800-0xe0225bff irq 11 at device 29.7 on pci0                                                 
ehci1: [MPSAFE]                                                                 
ehci1: [ITHREAD]                                                                
usbus7: waiting for BIOS to give up control                                     
usbus7: timed out waiting for BIOS                                              
usbus7: EHCI version 1.0                                                        
usbus7: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> on ehci1               
pcib2: <MPTable PCI-PCI bridge> at device 30.0 on pci0                          
pcib2:   domain            0                                                    
pcib2:   secondary bus     2                                                    
pcib2:   subordinate bus   2                                                    
pcib2:   I/O decode        0xd000-0xdfff                                        
pcib2:   memory decode     0xe0100000-0xe01fffff                                
pcib2:   no prefetched decode                                                   
pcib2:   Subtractively decoded bridge.                                          
pci2: <PCI bus> on pcib2                                                        
pci2: domain=0, physical bus=2                                                  
found-> vendor=0x11c1, dev=0x5811, revid=0x70                                   
        domain=0, bus=2, slot=0, func=0                                         
        class=0c-00-10, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0006, statreg=0x0290, cachelnsz=16 (dwords)                    
        lattimer=0x20 (960 ns), mingnt=0x0c (3000 ns), maxlat=0x18 (6000 ns)    
        intpin=a, irq=10                                                        
        powerspec 2  supports D0 D1 D2 D3  current D0                           
        map[10]: type Memory, range 32, base 0xe0100000, size 12, enabled       
pcib2: requested memory range 0xe0100000-0xe0100fff: good                       
pcib2: slot 0 INTA routed to irq 19                                             
found-> vendor=0x10ec, dev=0x8139, revid=0x10                                   
        domain=0, bus=2, slot=2, func=0                                         
        class=02-00-00, hdrtype=0x00, mfdev=0                                   
        cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)                     
        lattimer=0x20 (960 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns)   
        intpin=a, irq=10                                                        
        powerspec 2  supports D0 D1 D2 D3  current D0                           
        map[10]: type I/O Port, range 32, base 0xd000, size  8, enabled         
pcib2: requested I/O range 0xd000-0xd0ff: in range                              
        map[14]: type Memory, range 32, base 0xe0101000, size  8, enabled       
pcib2: requested memory range 0xe0101000-0xe01010ff: good                       
pcib2: slot 2 INTA routed to irq 20                                             
fwohci0: <Lucent FW322/323> mem 0xe0100000-0xe0100fff irq 19 at device 0.0 on pci2                                                                              
ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 54                    
fwohci0: [MPSAFE]                                                               
fwohci0: [ITHREAD]                                                              
fwohci0: OHCI version 1.0 (ROM=0)                                               
fwohci0: No. of Isochronous channels is 8.                                      
fwo[dcons disconnected (get ptr failed)]                                        
[dcons disconnected (read header failed)]                                       
[dcons connected]                                                               
hci0: EUI64 00:90:27:00:02:2b:34:ed                                             
fwohci0: Phy 1394a available S400, 2 ports.                                     
fwohci0: Link S400, max_rec 2048 bytes.                                         
firewire0: <IEEE1394(FireWire) bus> on fwohci0                                  
fwe0: <Ethernet over FireWire> on firewire0                                     
if_fwe0: Fake Ethernet address: 02:90:27:2b:34:ed                               
fwe0: bpf attached                                                              
fwe0: Ethernet address: 02:90:27:2b:34:ed                                       
fwip0: <IP over FireWire> on firewire0                                          
fwip0: bpf attached                                                             
fwip0: Firewire address: 00:90:27:00:02:2b:34:ed @ 0xfffe00000000, S400, maxrec 2048                                                                            
sbp0: <SBP-2/SCSI over FireWire> on firewire0                                   
dcons_crom0: <dcons configuration ROM> on firewire0                             
dcons_crom0: bus_addr 0x42000                                                   
fwohci0: Initiate bus reset                                                     
fwohci0: fwohci_intr_core: BUS reset                                            
fwohci0: fwohci_intr_core: node_id=0x00000001, SelfID Count=2, CYCLEMASTER mode 
rl0: <RealTek 8139 10/100BaseTX> port 0xd000-0xd0ff mem 0xe0101000-0xe01010ff irq 20 at device 2.0 on pci2                                                      
miibus0: <MII bus> on rl0                                                       
rlphy0: <RealTek internal media interface> PHY 0 on miibus0                     
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto                   
rl0: bpf attached                                                               
rl0: Ethernet address: 00:0e:2e:d4:2a:bb                                        
ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 0 vector 55                    
rl0: [MPSAFE]                                                                   
rl0: [ITHREAD]                                                                  
isab0: <PCI-ISA bridge> at device 31.0 on pci0                                  
isa0: <ISA bus> on isab0                                                        
ahci0: <Intel ICH8 AHCI SATA controller> port 0xf150-0xf157,0xf140-0xf143,0xf130-0xf137,0xf120-0xf123,0xf020-0xf03f mem 0xe0225000-0xe02257ff irq 10 at device 31.2 on pci0                                                                     
ahci0: attempting to allocate 1 MSI vectors (16 supported)                      
msi: routing MSI IRQ 257 to local APIC 0 vector 64                              
ahci0: using IRQ 257 for MSI                                                    
ahci0: [MPSAFE]                                                                 
ahci0: [ITHREAD]                                                                
ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier not supported             
ahci0: Caps: 64bit NCQ SNTF AL CLO 3Gbps PMD SSC PSC 32cmd CCC EM eSATA 6ports  
ahci0: Caps2:                                                                   
ahci0: EM Caps: ALHD XMT SMB LED                                                
ahcich0: <AHCI channel> at channel 0 on ahci0                                   
ahcich0: [MPSAFE]                                                               
ahcich0: [ITHREAD]                                                              
ahcich0: Caps:                                                                  
ahcich1: <AHCI channel> at channel 1 on ahci0                                   
ahcich1: [MPSAFE]                                                               
ahcich1: [ITHREAD]                                                              
ahcich1: Caps:                                                                  
ahcich2: <AHCI channel> at channel 2 on ahci0                                   
ahcich2: [MPSAFE]                                                               
ahcich2: [ITHREAD]                                                              
ahcich2: Caps:                                                                  
ahcich3: <AHCI channel> at channel 3 on ahci0                                   
ahcich3: [MPSAFE]                                                               
ahcich3: [ITHREAD]                                                              
ahcich3: Caps: HPCP ESP                                                         
ahcich4: <AHCI channel> at channel 4 on ahci0                                   
ahcich4: [MPSAFE]                                                               
ahcich4: [ITHREAD]                                                              
ahcich4: Caps:                                                                  
ahcich5: <AHCI channel> at channel 5 on ahci0                                   
ahcich5: [MPSAFE]                                                               
ahcich5: [ITHREAD]                                                              
ahcich5: Caps:                                                                  
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)                   
acpi_button0: <Power Button> on acpi0                                           
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0         
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 56                      
uart0: [FILTER]                                                                 
uart0: fast interrupt                                                           
uart0: console (115200,n,8,1)                                                   
atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0                       
atrtc0: registered as a time-of-day clock (resolution 1000000us)                
acpi0: wakeup code va 0xffffff80e9f1d000 pa 0x4000                              
ex_isa_identify()                                                               
isa_probe_children: disabling PnP devices                                       
atrtc: atrtc0 already exists; skipping it                                       
sc: sc0 already exists; skipping it                                             
uart: uart0 already exists; skipping it                                         
isa_probe_children: probing non-PnP devices                                     
orm0: <ISA Option ROMs> at iomem 0xcf800-0xd5fff,0xd6000-0xd6fff on isa0        
sc0: <System console> at flags 0x100 on isa0                                    
sc0: VGA <16 virtual consoles, flags=0x300>                                     
sc0: fb0, kbd1, terminal emulator: scteken (teken terminal)                     
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0       
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0                
atkbd0: <AT Keyboard> irq 1 on atkbdc0                                          
kbd0 at atkbd0                                                                  
kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000                           
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 57                      
atkbd0: [GIANT-LOCKED]                                                          
atkbd0: [ITHREAD]                                                               
psm0: current command byte:0065                                                 
kbdc: TEST_AUX_PORT status:0000                                                 
kbdc: RESET_AUX return code:00fe                                                
kbdc: RESET_AUX return code:00fe                                                
kbdc: RESET_AUX return code:00fe                                                
kbdc: DIAGNOSE status:0055                                                      
kbdc: TEST_KBD_PORT status:0000                                                 
psm0: failed to reset the aux device.                                           
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0              
ppc0: cannot reserve I/O port range                                             
ppc0: <Parallel port> failed to probe at irq 7 on isa0                          
uart1: <16550 or compatible> at port 0x2f8-0x2ff irq 3 on isa0                  
uart1: [FILTER]                                                                 
uart1: fast interrupt                                                           
isa_probe_children: probing PnP devices                                         
est0: <Enhanced SpeedStep Frequency Control> on cpu0                            
est: CPU supports Enhanced Speedstep, but is not recognized.                    
est: cpu_vendor GenuineIntel, msr 616482406004824                               
device_attach: est0 attach returned 6                                           
p4tcc0: <CPU Frequency Thermal Control> on cpu0                                 
est1: <Enhanced SpeedStep Frequency Control> on cpu1                            
est: CPU supports Enhanced Speedstep, but is not recognized.                    
est: cpu_vendor GenuineIntel, msr 616482406004824                               
device_attach: est1 attach returned 6                                           
p4tcc1: <CPU Frequency Thermal Control> on cpu1                                 
est2: <Enhanced SpeedStep Frequency Control> on cpu2                            
est: CPU supports Enhanced Speedstep, but is not recognized.                    
est: cpu_vendor GenuineIntel, msr 616482406004824                               
device_attach: est2 attach returned 6                                           
p4tcc2: <CPU Frequency Thermal Control> on cpu2                                 
est3: <Enhanced SpeedStep Frequency Control> on cpu3                            
est: CPU supports Enhanced Speedstep, but is not recognized.                    
est: cpu_vendor GenuineIntel, msr 616482406004824                               
device_attach: est3 attach returned 6                                           
p4tcc3: <CPU Frequency Thermal Control> on cpu3                                 
Device configuration finished.                                                  
Reducing kern.maxvnodes 511876 -> 100000                                        
procfs registered                                                               
lapic: Divisor 2, Frequency 166665000 Hz                                        
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 58                      
Timecounter "TSC" frequency 2833304949 Hz quality -100                          
Timecounters tick every 1.000 msec                                              
vlan: initialized, using hash tables with chaining                              
lo0: firewire0: 2 nodes, maxhop <= 1 cable IRM irm(1)  (me)                     
firewire0: bus manager 1                                                        
bpf attached                                                                    
hptrr: no controller detected.                                                  
usbus0: 12Mbps Full Speed USB v1.0                                              
usbus1: 12Mbps Full Speed USB v1.0                                              
usbus2: 12Mbps Full Speed USB v1.0                                              
usbus3: 480Mbps High Speed USB v2.0                                             
usbus4: 12Mbps Full Speed USB v1.0                                              
usbus5: 12Mbps Full Speed USB v1.0                                              
usbus6: 12Mbps Full Speed USB v1.0                                              
ugen0.1: <Intel> at usbus0                                                      
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0        
ugen1.1: <Intel> at usbus1                                                      
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1        
ugen2.1: <Intel> at usbus2                                                      
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2        
ugen3.1: <Intel> at usbus3                                                      
uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3        
ugen4.1: <Intel> at usbus4                                                      
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4        
ugen5.1: <Intel> at usbus5                                                      
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5        
ugen6.1: <Intel> at usbus6                                                      
uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6        
usbus7: 480Mbps High Speed USB v2.0                                             
ahcich0: AHCI reset...                                                          
ugen7.1: <Intel> at usbus7                                                      
uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7        
ahcich0: SATA connect time=0ms status=00000123                                  
ahcich0: ready wait time=1ms                                                    
ahcich0: AHCI reset done: device found                                          
(aprobe0:ahcich0:0:0:0): SIGNATURE: 0000                                        
ahcich1: AHCI reset...                                                          
ahcich1: SATA connect time=0ms status=00000123                                  
ahcich1: ready wait time=1ms                                                    
ahcich1: AHCI reset done: device found                                          
(aprobe0:ahcich1:0:0:0): SIGNATURE: 0000                                        
ahcich2: AHCI reset...                                                          
ahcich2: SATA connect time=0ms status=00000113                                  
firewire0: New S400 device ID:00902700022b34b9                                  
ahcich2: ready wait time=175ms                                                  
ahcich2: AHCI reset done: device found                                          
uhub0: 2 ports with 2 removable, self powered                                   
uhub1: 2 ports with 2 removable, self powered                                   
uhub2: 2 ports with 2 removable, self powered                                   
uhub4: 2 ports with 2 removable, self powered                                   
uhub5: 2 ports with 2 removable, self powered                                   
uhub6: 2 ports with 2 removable, self powered                                   
(aprobe0:ahcich2:0:0:0): SIGNATURE: 0000                                        
ahcich3: AHCI reset...                                                          
ahcich3: SATA connect timeout status=00000000                                   
ahcich3: AHCI reset done: phy reset found no device                             
ahcich4: AHCI reset...                                                          
ahcich4: SATA connect time=0ms status=00000123                                  
ahcich4: ready wait time=1ms                                                    
ahcich4: AHCI reset done: device found                                          
(aprobe0:ahcich4:0:0:0): SIGNATURE: 0000                                        
ahcich5: AHCI reset...                                                          
ahcich5: SATA connect time=0ms status=00000113                                  
ahcich5: ready wait time=1ms                                                    
ahcich5: AHCI reset done: device found                                          
(aprobe0:ahcich5:0:0:0): SIGNATURE: eb14                                        
uhub3: 6 ports with 6 removable, self powered                                   
uhub7: 6 ports with 6 removable, self powered                                   
(probe0:sbp0:0:0:0): Error 22, Unretryable error                                
(probe3:sbp0:0:3:0): Error 22, Unretryable error                                
(probe4:sbp0:0:4:0): Error 22, Unretryable error                                
(probe1:sbp0:0:1:0): Error 22, Unretryable error                                
(probe2:sbp0:0:2:0): Error 22, Unretryable error                                
(probe5:sbp0:0:5:0): Error 22, Unretryable error                                
(probe6:sbp0:0:6:0): Error 22, Unretryable error                                
GEOM: new disk cd0                                                              
(cd0:ahcich5:0:0:0): SCSI status error                                          
(cd0:ahcich5:0:0:0): Requesting SCSI sense data                                 
(cd0:ahcich5:0:0:0): SCSI status error                                          
(cd0:ahcich5:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0                   
(cd0:ahcich5:0:0:0): CAM status: SCSI Status Error                              
(cd0:ahcich5:0:0:0): SCSI status: Check Condition                               
(cd0:ahcich5:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed)                                                                          
(cd0:ahcich5:0:0:0): Error 6, Unretryable error                                 
cd0 at ahcich5 bus 0 scbus6 target 0 lun 0                                      
cd0: <ASUS DRW-20B1LT 1.00> Removable CD-ROM SCSI-0 device                      
cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)      
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed                                                                           
ada0 at ahcich0 bus 0 scbus1 target 0 lun 0                                     
ada0: <Maxtor 6V300F0 VA111630> ATA-7 SATA 2.x device                           
ada0: Serial Number V6003L6G                                                    
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)                    
ada0: Command Queueing enabled                                                  
ada0: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C)                   
ada1 at ahcich1 bus 0 scbus2 target 0 lun 0                                     
ada1: <SAMSUNG HD502HJ 1AJ100E4> ATA-8 SATA 2.x device                          
ada1: Serial Number S20BJ1LZ102899                                              
ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)                    
ada1: Command Queueing enabled                                                  
ada1: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C)                   
ada2 at ahcich2 bus 0 scbus3 target 0 lun 0                                     
ada2: <ST3120026AS 3.05> ATA-6 SATA 1.x device                                  
ada2: Serial Number 3JT19PDK                                                    
ada2: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes)                    
ada2: 114473MB (234441648 512 byte sectors: 16H 63S/T 16383C)                   
ada3 at ahcich4 bus 0 scbus5 target 0 lun 0                                     
ada3: <SAMSUNG HD502HJ 1AJ100E4> ATA-8 SATA 2.x device                          
ada3: Serial Number S20BJ1LZ102898                                              
ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)                    
ada3: Command Queueing enabled                                                  
ada3: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C)                   
pass0 at ahcich0 bus 0 scbus1 target 0 lun 0                                    
pass0: <Maxtor 6V300F0 VA111630> ATA-7 SATA 2.x device                          
pass0: Serial Number V6003L6G                                                   
pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)                   
pass0: Command Queueing enabled                                                 
pass1 at ahcich1 bus 0 scbus2 target 0 lun 0                                    
pass1: <SAMSUNG HD502HJ 1AJ100E4> ATA-8 SATA 2.x device                         
pass1: Serial Number S20BJ1LZ102899                                             
pass1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)                   
pass1: Command Queueing enabled                                                 
pass2 at ahcich2 bus 0 scbus3 target 0 lun 0                                    
pass2: <ST3120026AS 3.05> ATA-6 SATA 1.x device                                 
pass2: Serial Number 3JT19PDK                                                   
pass2: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes)                   
pass3 at ahcich4 bus 0 scbus5 target 0 lun 0                                    
pass3: <SAMSUNG HD502HJ 1AJ100E4> ATA-8 SATA 2.x device                         
pass3: Serial Number S20BJ1LZ102898                                             
pass3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)                   
pass3: Command Queueing enabled                                                 
pass4 at ahcich5 bus 0 scbus6 target 0 lun 0                                    
pass4: <ASUS DRW-20B1LT 1.00> Removable CD-ROM SCSI-0 device                    
pass4: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)    
ATA PseudoRAID loaded                                                           
SMP: AP CPU #1 Launched!                                                        
cpu1 AP:                                                                        
     ID: 0x01000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff           
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff           
  timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400           
SMP: AP CPU #3 Launched!                                                        
cpu3 AP:                                                                        
     ID: 0x03000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff           
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff           
  timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400           
SMP: AP CPU #2 Launched!                                                        
cpu2 AP:                                                                        
     ID: 0x02000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff           
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff           
  timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400           
ifolaopwitca0b:l er oculteiannge ri nsttpairnt e3d                              
(ISA IRQ 3) to lapic 1 vector 48                                                
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 2 vector 48                      
ioapic0: routing intpin 5 (ISA IRQ 5) to lapic 3 vector 48                      
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 1 vector 49                      
ioapic0: routing intpin 10 (ISA IRQ 10) to lapic 2 vector 49                    
ioapic0: routing intpin 11 (ISA IRQ 11) to lapic 3 vector 49
ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 1 vector 50
msi: Assigning MSI IRQ 256 to local APIC 2 vector 50
msi: Assigning MSI IRQ 257 to local APIC 3 vector 50
WARNING: WITNESS option enabled, expect reduced performance.
usb_alloc_device: set address 2 failed (USB_ERR_TIMEOUT, ignored)
usb_alloc_device: set address 2 failed (USB_ERR_TIMEOUT, ignored)
usb_alloc_device: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT
usb_alloc_device: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_TIMEOUT, ignored)
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_TIMEOUT, ignored)
usbd_req_re_enumerate: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT
usbd_req_re_enumerate: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_TIMEOUT, ignored)
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_TIMEOUT, ignored)
usbd_req_re_enumerate: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT
ugen0.2: <(null)> at usbus0 (disconnected)
uhub_reattach_port: could not allocate new device
usbd_req_re_enumerate: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT
ugen1.2: <(null)> at usbus1 (disconnected)
uhub_reattach_port: could not allocate new device


Create a new paste based on this one


Comments: