転載・引用について

ユーザ用ツール

サイト用ツール


os:freebsd:intel82599

FreeBSD で SR-IOV

現時点(2020/08/19)で、本記事はまだ書きかけです。

FreeBSD 12.1-RELEASEでBHyve & SR-IOVをやってみようとしたのだが、SR-IOVがうまく動かないので、記録。

PCの諸元

  • CPU: AMD Ryzen7 PRO 4750G
  • Motherboard: ASRock B550M-ITX/AC
  • Memory: DDR4-3200 8G x2
  • NICには、IntelのX520 とHPEの560SFP+ を投入(実質は両方ともIntel 82599)
    • X540ではありません。

試験

最初、取得すべきlogファイルを間違えたり、データを間違えるなど、散々混乱した。混乱させて申し訳ありません>各位

  • OSをBoot Selectorからboot -vで起動
  • 起動後、iovctl -C -f /etc/iovctl.confを実行
  • iovctl -D -f /etc/iovctl.confを実行
  • 再度iovctl -C -f /etc/iovctl.confを実行

上記を、Intel X520-DA2とHPE 560SFP+で実行した。

ここで、佐藤先生からkoを送っていただいたので、/boot/kernel/if_(ix|ixv).koを頂いたので、Driverをこれに変更して再度試験を行った。 この試験は、560SFP+で実行した。

# cd /boot/kernel
# cp if_ix.ko .if_ix.ko 
# cp if_ixv.ko .if_ixv.ko 
# cp ~/.../if_ix* /boot/kernel/
# kldxref /boot/kernel

以下に X520-DA2 と 560SFP+ でFreeBSDの標準デバイスドライバで起動した際のdmesg.boot/var/log/messagesを掲載する。 その次に、頂いたkoでのdmesg.boot/var/log/messagesを掲載する。

X520-DA2

dmesg.boot
SMP: Added CPU 4 (AP)
MADT: Found CPU APIC ID 6 ACPI ID 6: enabled
SMP: Added CPU 6 (AP)
MADT: Found CPU APIC ID 8 ACPI ID 8: enabled
SMP: Added CPU 8 (AP)
MADT: Found CPU APIC ID 10 ACPI ID 10: enabled
SMP: Added CPU 10 (AP)
MADT: Found CPU APIC ID 12 ACPI ID 12: enabled
SMP: Added CPU 12 (AP)
MADT: Found CPU APIC ID 14 ACPI ID 14: enabled
SMP: Added CPU 14 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 1: enabled
SMP: Added CPU 1 (AP)
MADT: Found CPU APIC ID 3 ACPI ID 3: enabled
SMP: Added CPU 3 (AP)
MADT: Found CPU APIC ID 5 ACPI ID 5: enabled
SMP: Added CPU 5 (AP)
MADT: Found CPU APIC ID 7 ACPI ID 7: enabled
SMP: Added CPU 7 (AP)
MADT: Found CPU APIC ID 9 ACPI ID 9: enabled
SMP: Added CPU 9 (AP)
MADT: Found CPU APIC ID 11 ACPI ID 11: enabled
SMP: Added CPU 11 (AP)
MADT: Found CPU APIC ID 13 ACPI ID 13: enabled
SMP: Added CPU 13 (AP)
MADT: Found CPU APIC ID 15 ACPI ID 15: enabled
SMP: Added CPU 15 (AP)
MADT: Found CPU APIC ID 0 ACPI ID 16: disabled
MADT: Found CPU APIC ID 0 ACPI ID 17: disabled
MADT: Found CPU APIC ID 0 ACPI ID 18: disabled
MADT: Found CPU APIC ID 0 ACPI ID 19: disabled
MADT: Found CPU APIC ID 0 ACPI ID 20: disabled
MADT: Found CPU APIC ID 0 ACPI ID 21: disabled
MADT: Found CPU APIC ID 0 ACPI ID 22: disabled
MADT: Found CPU APIC ID 0 ACPI ID 23: disabled
MADT: Found CPU APIC ID 0 ACPI ID 24: disabled
MADT: Found CPU APIC ID 0 ACPI ID 25: disabled
MADT: Found CPU APIC ID 0 ACPI ID 26: disabled
MADT: Found CPU APIC ID 0 ACPI ID 27: disabled
MADT: Found CPU APIC ID 0 ACPI ID 28: disabled
MADT: Found CPU APIC ID 0 ACPI ID 29: disabled
MADT: Found CPU APIC ID 0 ACPI ID 30: disabled
MADT: Found CPU APIC ID 0 ACPI ID 31: disabled
Event timer "LAPIC" quality 600
LAPIC: ipi_wait() us multiplier 21 (r 16723908 tsc 3593321748)
ACPI APIC Table: <ALASKA A M I >
Package ID shift: 7
L3 cache ID shift: 3
L2 cache ID shift: 1
L1 cache ID shift: 1
Core ID shift: 1
INTR: Adding local APIC 2 as a target
INTR: Adding local APIC 4 as a target
INTR: Adding local APIC 6 as a target
INTR: Adding local APIC 8 as a target
INTR: Adding local APIC 10 as a target
INTR: Adding local APIC 12 as a target
INTR: Adding local APIC 14 as a target
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 1 package(s) x 2 cache groups x 4 core(s) x 2 hardware threads
Package HW ID = 0
	Core HW ID = 0
		CPU0 (BSP): APIC ID: 0
		CPU1 (AP/HT): APIC ID: 1
	Core HW ID = 1
		CPU2 (AP): APIC ID: 2
		CPU3 (AP/HT): APIC ID: 3
	Core HW ID = 2
		CPU4 (AP): APIC ID: 4
		CPU5 (AP/HT): APIC ID: 5
	Core HW ID = 3
		CPU6 (AP): APIC ID: 6
		CPU7 (AP/HT): APIC ID: 7
	Core HW ID = 4
		CPU8 (AP): APIC ID: 8
		CPU9 (AP/HT): APIC ID: 9
	Core HW ID = 5
		CPU10 (AP): APIC ID: 10
		CPU11 (AP/HT): APIC ID: 11
	Core HW ID = 6
		CPU12 (AP): APIC ID: 12
		CPU13 (AP/HT): APIC ID: 13
	Core HW ID = 7
		CPU14 (AP): APIC ID: 14
		CPU15 (AP/HT): APIC ID: 15
APIC: CPU 0 has ACPI ID 0
APIC: CPU 1 has ACPI ID 1
APIC: CPU 2 has ACPI ID 2
APIC: CPU 3 has ACPI ID 3
APIC: CPU 4 has ACPI ID 4
APIC: CPU 5 has ACPI ID 5
APIC: CPU 6 has ACPI ID 6
APIC: CPU 7 has ACPI ID 7
APIC: CPU 8 has ACPI ID 8
APIC: CPU 9 has ACPI ID 9
APIC: CPU 10 has ACPI ID 10
APIC: CPU 11 has ACPI ID 11
APIC: CPU 12 has ACPI ID 12
APIC: CPU 13 has ACPI ID 13
APIC: CPU 14 has ACPI ID 14
APIC: CPU 15 has ACPI ID 15
x86bios:  IVT 0x000000-0x0004ff at 0xfffff80000000000
x86bios: SSEG 0x09e000-0x09efff at 0xfffffe0003fb4000
x86bios:  ROM 0x0a0000-0x0fefff at 0xfffff800000a0000
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 7
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 8
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 9
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 10
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 11
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 12
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 13
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 14
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 17
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 18
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 19
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 20
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 27
Pentium Pro MTRR support enabled
random: read 3840 bytes from preloaded cache
random: unblocking device.
arc4random: read 32 bytes from preloaded cache
VIMAGE (virtualized network stack) enabled
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
ULE: setup cpu 4
ULE: setup cpu 5
ULE: setup cpu 6
ULE: setup cpu 7
ULE: setup cpu 8
ULE: setup cpu 9
ULE: setup cpu 10
ULE: setup cpu 11
ULE: setup cpu 12
ULE: setup cpu 13
ULE: setup cpu 14
ULE: setup cpu 15
ACPI: RSDP 0x00000000CBFF5014 000024 (v02 ALASKA)
ACPI: XSDT 0x00000000CBFF4728 0000DC (v01 ALASKA A M I    01072009 AMI  01000013)
ACPI: FACP 0x00000000CAA32000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
ACPI: DSDT 0x00000000CAA2B000 006218 (v02 ALASKA A M I    01072009 INTL 20120913)
ACPI: FACS 0x00000000CAFEF000 000040
ACPI: SSDT 0x00000000CAA38000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
ACPI: SSDT 0x00000000CAA34000 003A78 (v01 AMD    AMD AOD  00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA33000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
ACPI: FIDT 0x00000000CAA2A000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: MCFG 0x00000000CAA29000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
ACPI: AAFT 0x00000000CAA28000 0000ED (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
ACPI: HPET 0x00000000CAA27000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
ACPI: VFCT 0x00000000CAA19000 00D484 (v01 ALASKA A M I    00000001 AMD  31504F47)
ACPI: BGRT 0x00000000CAA18000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x00000000CAA14000 0035A4 (v02 AMD    AmdTable 00000001 AMD  00000001)
ACPI: CRAT 0x00000000CAA13000 000F28 (v01 AMD    AmdTable 00000001 AMD  00000001)
ACPI: CDIT 0x00000000CAA12000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
ACPI: SSDT 0x00000000CAA11000 000D37 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA0F000 0010A5 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA0B000 00326A (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: WSMT 0x00000000CAA0A000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: APIC 0x00000000CAA09000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x00000000CAA08000 000517 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA07000 00007D (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA05000 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA04000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
ACPI: FPDT 0x00000000CAA03000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
MADT: Found IO APIC ID 17, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 17
ioapic0: ver 0x21 maxredir 0x17
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 18, Interrupt 24 at 0xfec01000
ioapic1: Changing APIC ID to 18
ioapic1: ver 0x21 maxredir 0x1f
lapic: Routing NMI -> LINT1
lapic: LINT1 trigger: edge
lapic: LINT1 polarity: high
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
ioapic0: intpin 9 polarity: low
ioapic0 <Version 2.1> irqs 0-23 on motherboard
ioapic1 <Version 2.1> irqs 24-55 on motherboard
lapic: Divisor 2, Frequency 49907244 Hz
cpu0 BSP:
     ID: 0x00000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #14 Launched!
cpu14 AP:
     ID: 0x0e000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #13 Launched!
cpu13 AP:
     ID: 0x0d000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #12 Launched!
cpu12 AP:
     ID: 0x0c000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #9 Launched!
cpu9 AP:
     ID: 0x09000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #7 Launched!
cpu7 AP:
     ID: 0x07000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #15 Launched!
cpu15 AP:
     ID: 0x0f000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #11 Launched!
cpu11 AP:
     ID: 0x0b000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x01000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #5 Launched!
cpu5 AP:
     ID: 0x05000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #2 Launched!
cpu2 AP:
     ID: 0x02000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #8 Launched!
cpu8 AP:
     ID: 0x08000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #3 Launched!
cpu3 AP:
     ID: 0x03000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #6 Launched!
cpu6 AP:
     ID: 0x06000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #4 Launched!
cpu4 AP:
     ID: 0x04000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #10 Launched!
cpu10 AP:
     ID: 0x0a000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
SMP: failed TSC synchronization test
TSC timecounter discards lower 1 bit(s)
Timecounter "TSC-low" frequency 1796660874 Hz quality -100
wlan: <802.11 Link Layer>
snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=2 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
random: entropy device external interface
mem: <memory>
000.000019 [4335] netmap_init               netmap: loaded module
null: <full device, null device, zero device>
[ath_hal] loaded
nfslock: pseudo-device
crypto: <crypto core>
tcp_log: tcp_log device
module_register_init: MOD_LOAD (vesa, 0xffffffff8112e0f0, 0) error 19
io: <I/O>
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
kbd: new array size 4
kbd1 at kbdmux0
hpt27xx: RocketRAID 27xx controller driver v1.2.8
hptnr: R750/DC7280 controller driver v1.1.5
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
nexus0
efirtc0: <EFI Realtime Clock> on motherboard
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0: <software crypto> on motherboard
crypto: assign cryptosoft0 driver id 0, flags 0x6000000
crypto: cryptosoft0 registers alg 1 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 2 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 3 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 4 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 5 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 16 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 6 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 7 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 32 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 18 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 19 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 20 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 8 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 15 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 9 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 10 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 13 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 14 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 34 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 35 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 36 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 37 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 11 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 22 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 23 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 25 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 24 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 26 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 27 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 28 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 21 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 29 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 30 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 31 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 40 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 39 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 38 flags 0 maxoplen 0
acpi0: <ALASKA A M I > on motherboard
ACPI: 12 ACPI AML tables successfully acquired and loaded
PCIe: Memory Mapped configuration base @ 0xf0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xfffffe0003fff000 pa 0x9c000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 2 vector 48
Event timer "i8254" frequency 1193182 Hz quality 100
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 4 vector 48
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 49
Event timer "RTC" frequency 32768 Hz quality 0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
hpet0: vendor 0x1022, rev 0x1, 14318180Hz, 3 timers, legacy route
hpet0:  t0: irqs 0x00c00000 (0), MSI, periodic
hpet0:  t1: irqs 0x00c00000 (0), MSI, periodic
hpet0:  t2: irqs 0x00c00000 (0), MSI, periodic
Timecounter "HPET" frequency 14318180 Hz quality 950
msi: routing MSI-X IRQ 256 to local APIC 6 vector 48
msi: routing MSI-X IRQ 257 to local APIC 8 vector 48
msi: routing MSI-X IRQ 258 to local APIC 10 vector 48
msi: Assigning MSI-X IRQ 256 to local APIC 0 vector 50
msi: Assigning MSI-X IRQ 257 to local APIC 0 vector 51
msi: Assigning MSI-X IRQ 258 to local APIC 0 vector 52
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 350
Event timer "HPET2" frequency 14318180 Hz quality 350
ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/2 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: decoding 5 range 0-0xff
pcib0: decoding 4 range 0-0x3af
pcib0: decoding 4 range 0x3e0-0xcf7
pcib0: decoding 4 range 0x3b0-0x3df
pcib0: decoding 4 range 0xd00-0xffff
pcib0: decoding 3 range 0xa0000-0xbffff
pcib0: decoding 3 range 0xc0000-0xdffff
pcib0: decoding 3 range 0xd0000000-0xfec2ffff
pcib0: decoding 3 range 0xfee00000-0xffffffff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found->	vendor=0x1022, dev=0x1630, revid=0x00
	domain=0, bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=1, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1633, revid=0x00
	domain=0, bus=0, slot=1, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=1, subbus=2
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=2, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1634, revid=0x00
	domain=0, bus=0, slot=2, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=3, subbus=12
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=8, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1635, revid=0x00
	domain=0, bus=0, slot=8, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=13, subbus=13
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x790e, revid=0x51
	domain=0, bus=0, slot=20, func=3
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1448, revid=0x00
	domain=0, bus=0, slot=24, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1449, revid=0x00
	domain=0, bus=0, slot=24, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144a, revid=0x00
	domain=0, bus=0, slot=24, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144b, revid=0x00
	domain=0, bus=0, slot=24, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144c, revid=0x00
	domain=0, bus=0, slot=24, func=4
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144d, revid=0x00
	domain=0, bus=0, slot=24, func=5
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144e, revid=0x00
	domain=0, bus=0, slot=24, func=6
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144f, revid=0x00
	domain=0, bus=0, slot=24, func=7
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pcib1: <ACPI PCI-PCI bridge> at device 1.1 on pci0
pcib0: allocated type 4 (0xf000-0xffff) for rid 1c of pcib1
pcib0: allocated type 3 (0xfc200000-0xfc8fffff) for rid 20 of pcib1
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   2
pcib1:   I/O decode        0xf000-0xffff
pcib1:   memory decode     0xfc200000-0xfc8fffff
pci1: <ACPI PCI bus> on pcib1
pcib1: allocated bus range (1-1) for rid 0 of pci1
pci1: domain=0, physical bus=1
found->	vendor=0x8086, dev=0x154d, revid=0x01
	domain=0, bus=1, slot=0, func=0
	class=02-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=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	MSI-X supports 64 messages in map 0x20
	map[10]: type Memory, range 64, base 0xfc380000, size 19, enabled
pcib1: allocated memory range (0xfc380000-0xfc3fffff) for rid 10 of pci0:1:0:0
	map[18]: type I/O Port, range 32, base 0xf020, size  5, enabled
pcib1: allocated I/O port range (0xf020-0xf03f) for rid 18 of pci0:1:0:0
	map[20]: type Memory, range 64, base 0xfc804000, size 14, enabled
pcib1: allocated memory range (0xfc804000-0xfc807fff) for rid 20 of pci0:1:0:0
found->	vendor=0x8086, dev=0x154d, revid=0x01
	domain=0, bus=1, slot=0, func=1
	class=02-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=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	MSI-X supports 64 messages in map 0x20
	map[10]: type Memory, range 64, base 0xfc280000, size 19, enabled
pcib1: allocated memory range (0xfc280000-0xfc2fffff) for rid 10 of pci0:1:0:1
	map[18]: type I/O Port, range 32, base 0xf000, size  5, enabled
pcib1: allocated I/O port range (0xf000-0xf01f) for rid 18 of pci0:1:0:1
	map[20]: type Memory, range 64, base 0xfc800000, size 14, enabled
pcib1: allocated memory range (0xfc800000-0xfc803fff) for rid 20 of pci0:1:0:1
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.3.14> port 0xf020-0xf03f mem 0xfc380000-0xfc3fffff,0xfc804000-0xfc807fff at device 0.0 on pci1
ix0: attempting to allocate 9 MSI-X vectors (64 supported)
msi: routing MSI-X IRQ 259 to local APIC 12 vector 48
msi: routing MSI-X IRQ 260 to local APIC 14 vector 48
msi: routing MSI-X IRQ 261 to local APIC 0 vector 53
msi: routing MSI-X IRQ 262 to local APIC 2 vector 49
msi: routing MSI-X IRQ 263 to local APIC 4 vector 48
msi: routing MSI-X IRQ 264 to local APIC 6 vector 48
msi: routing MSI-X IRQ 265 to local APIC 8 vector 48
msi: routing MSI-X IRQ 266 to local APIC 10 vector 48
msi: routing MSI-X IRQ 267 to local APIC 12 vector 49
ix0: using IRQs 259-267 for MSI-X
ix0: Using MSI-X interrupts with 9 vectors
ix0: bpf attached
ix0: Ethernet address: a0:36:9f:0c:e5:c4
msi: Assigning MSI-X IRQ 259 to local APIC 0 vector 54
msi: Assigning MSI-X IRQ 260 to local APIC 1 vector 48
msi: Assigning MSI-X IRQ 261 to local APIC 2 vector 50
msi: Assigning MSI-X IRQ 262 to local APIC 3 vector 48
msi: Assigning MSI-X IRQ 264 to local APIC 5 vector 48
msi: Assigning MSI-X IRQ 265 to local APIC 6 vector 48
msi: Assigning MSI-X IRQ 266 to local APIC 7 vector 48
ix0: PCI Express Bus: Speed 5.0GT/s Width x8
ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.3.14> port 0xf000-0xf01f mem 0xfc280000-0xfc2fffff,0xfc800000-0xfc803fff at device 0.1 on pci1
ix1: attempting to allocate 9 MSI-X vectors (64 supported)
msi: routing MSI-X IRQ 268 to local APIC 14 vector 48
msi: routing MSI-X IRQ 269 to local APIC 0 vector 53
msi: routing MSI-X IRQ 270 to local APIC 2 vector 49
msi: routing MSI-X IRQ 271 to local APIC 4 vector 49
msi: routing MSI-X IRQ 272 to local APIC 6 vector 49
msi: routing MSI-X IRQ 273 to local APIC 8 vector 48
msi: routing MSI-X IRQ 274 to local APIC 10 vector 48
msi: routing MSI-X IRQ 275 to local APIC 12 vector 48
msi: routing MSI-X IRQ 276 to local APIC 14 vector 49
ix1: using IRQs 268-276 for MSI-X
ix1: Using MSI-X interrupts with 9 vectors
ix1: bpf attached
ix1: Ethernet address: a0:36:9f:0c:e5:c6
msi: Assigning MSI-X IRQ 268 to local APIC 0 vector 55
msi: Assigning MSI-X IRQ 269 to local APIC 1 vector 49
msi: Assigning MSI-X IRQ 271 to local APIC 3 vector 49
msi: Assigning MSI-X IRQ 272 to local APIC 4 vector 49
msi: Assigning MSI-X IRQ 273 to local APIC 5 vector 49
msi: Assigning MSI-X IRQ 274 to local APIC 6 vector 49
msi: Assigning MSI-X IRQ 275 to local APIC 7 vector 49
ix1: PCI Express Bus: Speed 5.0GT/s Width x8
pcib2: <ACPI PCI-PCI bridge> at device 2.1 on pci0
pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2
pcib0: allocated type 3 (0xfcd00000-0xfcffffff) for rid 20 of pcib2
pcib2:   domain            0
pcib2:   secondary bus     3
pcib2:   subordinate bus   12
pcib2:   I/O decode        0xe000-0xefff
pcib2:   memory decode     0xfcd00000-0xfcffffff
pci2: <ACPI PCI bus> on pcib2
pcib2: allocated bus range (3-3) for rid 0 of pci2
pci2: domain=0, physical bus=3
found->	vendor=0x1022, dev=0x43ee, revid=0x00
	domain=0, bus=3, slot=0, func=0
	class=0c-03-30, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfcfa0000, size 15, enabled
pcib2: allocated memory range (0xfcfa0000-0xfcfa7fff) for rid 10 of pci0:3:0:0
found->	vendor=0x1022, dev=0x43eb, revid=0x00
	domain=0, bus=3, slot=0, func=1
	class=01-06-01, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[24]: type Memory, range 32, base 0xfcf80000, size 17, enabled
pcib2: allocated memory range (0xfcf80000-0xfcf9ffff) for rid 24 of pci0:3:0:1
found->	vendor=0x1022, dev=0x43e9, revid=0x00
	domain=0, bus=3, slot=0, func=2
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=4, subbus=12
pcib2: allocated bus range (4-12) for rid 0 of pci0:3:0:2
xhci0: <XHCI (generic) USB 3.0 controller> mem 0xfcfa0000-0xfcfa7fff at device 0.0 on pci2
xhci0: 32 bytes context size, 64-bit DMA
xhci0: Unable to map MSI-X table
xhci0: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 277 to local APIC 0 vector 53
xhci0: using IRQ 277 for MSI
xhci0: MSI enabled
usbus0 on xhci0
xhci0: usbpf: Attached
usbus0: 5.0Gbps Super Speed USB v3.0
ahci0: <AHCI SATA controller> mem 0xfcf80000-0xfcf9ffff at device 0.1 on pci2
ahci0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 278 to local APIC 2 vector 51
ahci0: using IRQ 278 for MSI
ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier supported
ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 6Gbps PM PMD SSC PSC 32cmd eSATA 6ports
ahci0: Caps2: DESO SADM SDS APST
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: Caps: HPCP
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich1: Caps: HPCP
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich2: Caps: HPCP
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich3: Caps: HPCP
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich4: Caps: HPCP
ahcich5: <AHCI channel> at channel 5 on ahci0
ahcich5: Caps: HPCP
pcib3: <ACPI PCI-PCI bridge> at device 0.2 on pci2
pcib2: allocated I/O port range (0xe000-0xefff) for rid 1c of pcib3
pcib2: allocated memory range (0xfcd00000-0xfcefffff) for rid 20 of pcib3
pcib3:   domain            0
pcib3:   secondary bus     4
pcib3:   subordinate bus   12
pcib3:   I/O decode        0xe000-0xefff
pcib3:   memory decode     0xfcd00000-0xfcefffff
pcib3: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02 - AE_NOT_FOUND
pci3: <ACPI PCI bus> on pcib3
pcib3: allocated bus range (4-4) for rid 0 of pci3
pci3: domain=0, physical bus=4
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=0, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=5, subbus=5
pcib3: allocated bus range (5-5) for rid 0 of pci0:4:0:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=6, subbus=6
pcib3: allocated bus range (6-6) for rid 0 of pci0:4:1:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=2, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=7, subbus=7
pcib3: allocated bus range (7-7) for rid 0 of pci0:4:2:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=3, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=8, subbus=8
pcib3: allocated bus range (8-8) for rid 0 of pci0:4:3:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=6, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=9, subbus=9
pcib3: allocated bus range (9-9) for rid 0 of pci0:4:6:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=7, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=10, subbus=10
pcib3: allocated bus range (10-10) for rid 0 of pci0:4:7:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=8, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=11, subbus=11
pcib3: allocated bus range (11-11) for rid 0 of pci0:4:8:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=9, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=12, subbus=12
pcib3: allocated bus range (12-12) for rid 0 of pci0:4:9:0
pcib4: <ACPI PCI-PCI bridge> at device 0.0 on pci3
pcib3: allocated I/O port range (0xe000-0xefff) for rid 1c of pcib4
pcib3: allocated memory range (0xfce00000-0xfcefffff) for rid 20 of pcib4
pcib4:   domain            0
pcib4:   secondary bus     5
pcib4:   subordinate bus   5
pcib4:   I/O decode        0xe000-0xefff
pcib4:   memory decode     0xfce00000-0xfcefffff
pcib4: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT20 - AE_NOT_FOUND
pci4: <ACPI PCI bus> on pcib4
pcib4: allocated bus range (5-5) for rid 0 of pci4
pci4: domain=0, physical bus=5
found->	vendor=0x10ec, dev=0x8168, revid=0x15
	domain=0, bus=5, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D1 D2 D3  current D0
	MSI supports 1 message, 64 bit
	MSI-X supports 4 messages in map 0x20
	map[10]: type I/O Port, range 32, base 0xe000, size  8, enabled
pcib4: allocated I/O port range (0xe000-0xe0ff) for rid 10 of pci0:5:0:0
	map[18]: type Memory, range 64, base 0xfce04000, size 12, enabled
pcib4: allocated memory range (0xfce04000-0xfce04fff) for rid 18 of pci0:5:0:0
	map[20]: type Memory, range 64, base 0xfce00000, size 14, enabled
pcib4: allocated memory range (0xfce00000-0xfce03fff) for rid 20 of pci0:5:0:0
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0xfce04000-0xfce04fff,0xfce00000-0xfce03fff at device 0.0 on pci4
re0: MSI count : 1
re0: MSI-X count : 4
re0: attempting to allocate 1 MSI-X vectors (4 supported)
msi: routing MSI-X IRQ 279 to local APIC 4 vector 50
re0: using IRQ 279 for MSI-X
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0: OUI 0x00e04c, model 0x0000, rev. 0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: bpf attached
re0: Ethernet address: a8:a1:59:34:3f:7f
re0: netmap queues/slots: TX 1/256, RX 1/256
pcib5: <ACPI PCI-PCI bridge> at device 1.0 on pci3
pcib3: allocated memory range (0xfcd00000-0xfcdfffff) for rid 20 of pcib5
pcib5:   domain            0
pcib5:   secondary bus     6
pcib5:   subordinate bus   6
pcib5:   memory decode     0xfcd00000-0xfcdfffff
pcib5: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT21 - AE_NOT_FOUND
pci5: <ACPI PCI bus> on pcib5
pcib5: allocated bus range (6-6) for rid 0 of pci5
pci5: domain=0, physical bus=6
found->	vendor=0x8086, dev=0x24fb, revid=0x10
	domain=0, bus=6, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 64, base 0xfcd00000, size 13, memory disabled
pcib5: allocated memory range (0xfcd00000-0xfcd01fff) for rid 10 of pci0:6:0:0
pci5: <network> at device 0.0 (no driver attached)
pcib6: <ACPI PCI-PCI bridge> at device 2.0 on pci3
pcib6:   domain            0
pcib6:   secondary bus     7
pcib6:   subordinate bus   7
pcib6: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT22 - AE_NOT_FOUND
pci6: <ACPI PCI bus> on pcib6
pcib6: allocated bus range (7-7) for rid 0 of pci6
pci6: domain=0, physical bus=7
pcib7: <ACPI PCI-PCI bridge> at device 3.0 on pci3
pcib7:   domain            0
pcib7:   secondary bus     8
pcib7:   subordinate bus   8
pcib7: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT23 - AE_NOT_FOUND
pci7: <ACPI PCI bus> on pcib7
pcib7: allocated bus range (8-8) for rid 0 of pci7
pci7: domain=0, physical bus=8
pcib8: <ACPI PCI-PCI bridge> at device 6.0 on pci3
pcib8:   domain            0
pcib8:   secondary bus     9
pcib8:   subordinate bus   9
pcib8: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT26 - AE_NOT_FOUND
pci8: <ACPI PCI bus> on pcib8
pcib8: allocated bus range (9-9) for rid 0 of pci8
pci8: domain=0, physical bus=9
pcib9: <ACPI PCI-PCI bridge> at device 7.0 on pci3
pcib9:   domain            0
pcib9:   secondary bus     10
pcib9:   subordinate bus   10
pcib9: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT27 - AE_NOT_FOUND
pci9: <ACPI PCI bus> on pcib9
pcib9: allocated bus range (10-10) for rid 0 of pci9
pci9: domain=0, physical bus=10
pcib10: <ACPI PCI-PCI bridge> at device 8.0 on pci3
pcib10:   domain            0
pcib10:   secondary bus     11
pcib10:   subordinate bus   11
pcib10: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT28 - AE_NOT_FOUND
pci10: <ACPI PCI bus> on pcib10
pcib10: allocated bus range (11-11) for rid 0 of pci10
pci10: domain=0, physical bus=11
pcib11: <ACPI PCI-PCI bridge> at device 9.0 on pci3
pcib11:   domain            0
pcib11:   secondary bus     12
pcib11:   subordinate bus   12
pcib11: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT29 - AE_NOT_FOUND
pci11: <ACPI PCI bus> on pcib11
pcib11: allocated bus range (12-12) for rid 0 of pci11
pci11: domain=0, physical bus=12
pcib12: <ACPI PCI-PCI bridge> at device 8.1 on pci0
pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib12
pcib0: allocated type 3 (0xfc900000-0xfccfffff) for rid 20 of pcib12
pcib0: allocated type 3 (0xd0000000-0xe01fffff) for rid 24 of pcib12
pcib12:   domain            0
pcib12:   secondary bus     13
pcib12:   subordinate bus   13
pcib12:   I/O decode        0xd000-0xdfff
pcib12:   memory decode     0xfc900000-0xfccfffff
pcib12:   prefetched decode 0xd0000000-0xe01fffff
pci12: <ACPI PCI bus> on pcib12
pcib12: allocated bus range (13-13) for rid 0 of pci12
pci12: domain=0, physical bus=13
found->	vendor=0x1002, dev=0x1636, revid=0xd8
	domain=0, bus=13, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 4 messages, 64 bit
	MSI-X supports 4 messages in map 0x24
	map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled
pcib12: allocated prefetch range (0xd0000000-0xdfffffff) for rid 10 of pci0:13:0:0
	map[18]: type Prefetchable Memory, range 64, base 0xe0000000, size 21, enabled
pcib12: allocated prefetch range (0xe0000000-0xe01fffff) for rid 18 of pci0:13:0:0
	map[20]: type I/O Port, range 32, base 0xd000, size  8, port disabled
pcib12: allocated I/O port range (0xd000-0xd0ff) for rid 20 of pci0:13:0:0
	map[24]: type Memory, range 32, base 0xfcc00000, size 19, enabled
pcib12: allocated memory range (0xfcc00000-0xfcc7ffff) for rid 24 of pci0:13:0:0
found->	vendor=0x1002, dev=0x1637, revid=0x00
	domain=0, bus=13, slot=0, func=1
	class=04-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfcc88000, size 14, memory disabled
pcib12: allocated memory range (0xfcc88000-0xfcc8bfff) for rid 10 of pci0:13:0:1
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
	map[18]: type Memory, range 32, base 0xfcb00000, size 20, memory disabled
pcib12: allocated memory range (0xfcb00000-0xfcbfffff) for rid 18 of pci0:13:0:2
	map[24]: type Memory, range 32, base 0xfcc8c000, size 13, enabled
pcib12: allocated memory range (0xfcc8c000-0xfcc8dfff) for rid 24 of pci0:13:0:2
found->	vendor=0x1022, dev=0x1639, revid=0x00
	domain=0, bus=13, slot=0, func=3
	class=0c-03-30, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfca00000, size 20, enabled
pcib12: allocated memory range (0xfca00000-0xfcafffff) for rid 10 of pci0:13:0:3
found->	vendor=0x1022, dev=0x1639, revid=0x00
	domain=0, bus=13, slot=0, func=4
	class=0c-03-30, 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=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfc900000, size 20, enabled
pcib12: allocated memory range (0xfc900000-0xfc9fffff) for rid 10 of pci0:13:0:4
found->	vendor=0x1022, dev=0x15e3, revid=0x00
	domain=0, bus=13, slot=0, func=6
	class=04-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfcc80000, size 15, memory disabled
pcib12: allocated memory range (0xfcc80000-0xfcc87fff) for rid 10 of pci0:13:0:6
vgapci0: <VGA-compatible display> port 0xd000-0xd0ff mem 0xd0000000-0xdfffffff,0xe0000000-0xe01fffff,0xfcc00000-0xfcc7ffff at device 0.0 on pci12
hdac0: <ATI (0x1637) HDA Controller> mem 0xfcc88000-0xfcc8bfff at device 0.1 on pci12
hdac0: PCI card vendor: 0x1002, device: 0x1637
hdac0: HDA Driver Revision: 20120126_0002
hdac0: Config options: on=0x00000000 off=0x00000000
hdac0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 280 to local APIC 6 vector 50
hdac0: using IRQ 280 for MSI
hdac0: Caps: OSS 4, ISS 0, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
pci12: <encrypt/decrypt> at device 0.2 (no driver attached)
xhci1: <XHCI (generic) USB 3.0 controller> mem 0xfca00000-0xfcafffff at device 0.3 on pci12
xhci1: 64 bytes context size, 64-bit DMA
xhci1: Unable to map MSI-X table
xhci1: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 281 to local APIC 8 vector 48
xhci1: using IRQ 281 for MSI
xhci1: MSI enabled
usbus1 on xhci1
xhci1: usbpf: Attached
usbus1: 5.0Gbps Super Speed USB v3.0
xhci2: <XHCI (generic) USB 3.0 controller> mem 0xfc900000-0xfc9fffff at device 0.4 on pci12
xhci2: 64 bytes context size, 64-bit DMA
xhci2: Unable to map MSI-X table
xhci2: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 282 to local APIC 10 vector 48
xhci2: using IRQ 282 for MSI
xhci2: MSI enabled
usbus2 on xhci2
xhci2: usbpf: Attached
usbus2: 5.0Gbps Super Speed USB v3.0
hdac1: <AMD (0x15e3) HDA Controller> mem 0xfcc80000-0xfcc87fff at device 0.6 on pci12
hdac1: PCI card vendor: 0x1849, device: 0x288a
hdac1: HDA Driver Revision: 20120126_0002
hdac1: Config options: on=0x00000000 off=0x00000000
hdac1: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 283 to local APIC 12 vector 48
hdac1: using IRQ 283 for MSI
hdac1: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
acpi_button0: <Power Button> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart2: <16x50 with 256 byte FIFO> iomem 0xfedc9000-0xfedc9fff,0xfedc7000-0xfedc7fff irq 3 on acpi0
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 14 vector 48
uart2: fast interrupt
uart2: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart3: <16x50 with 256 byte FIFO> iomem 0xfedca000-0xfedcafff,0xfedc8000-0xfedc8fff irq 4 on acpi0
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 56
uart3: fast interrupt
uart3: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart4: <16x50 with 256 byte FIFO> iomem 0xfedce000-0xfedcefff,0xfedcc000-0xfedccfff irq 3 on acpi0
uart4: fast interrupt
uart4: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart5: <16x50 with 256 byte FIFO> iomem 0xfedcf000-0xfedcffff,0xfedcd000-0xfedcdfff irq 4 on acpi0
uart5: fast interrupt
uart5: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
acpi_syscontainer0: <System Container> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
cpu0: Processor \134_SB_.PLTF.C000 (ACPI ID 0) -> APIC ID 0
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
cpu1: Processor \134_SB_.PLTF.C001 (ACPI ID 1) -> APIC ID 1
cpu1: <ACPI CPU> on acpi0
cpu2: Processor \134_SB_.PLTF.C002 (ACPI ID 2) -> APIC ID 2
cpu2: <ACPI CPU> on acpi0
cpu3: Processor \134_SB_.PLTF.C003 (ACPI ID 3) -> APIC ID 3
cpu3: <ACPI CPU> on acpi0
cpu4: Processor \134_SB_.PLTF.C004 (ACPI ID 4) -> APIC ID 4
cpu4: <ACPI CPU> on acpi0
cpu5: Processor \134_SB_.PLTF.C005 (ACPI ID 5) -> APIC ID 5
cpu5: <ACPI CPU> on acpi0
cpu6: Processor \134_SB_.PLTF.C006 (ACPI ID 6) -> APIC ID 6
cpu6: <ACPI CPU> on acpi0
cpu7: Processor \134_SB_.PLTF.C007 (ACPI ID 7) -> APIC ID 7
cpu7: <ACPI CPU> on acpi0
cpu8: Processor \134_SB_.PLTF.C008 (ACPI ID 8) -> APIC ID 8
cpu8: <ACPI CPU> on acpi0
cpu9: Processor \134_SB_.PLTF.C009 (ACPI ID 9) -> APIC ID 9
cpu9: <ACPI CPU> on acpi0
cpu10: Processor \134_SB_.PLTF.C00A (ACPI ID 10) -> APIC ID 10
cpu10: <ACPI CPU> on acpi0
cpu11: Processor \134_SB_.PLTF.C00B (ACPI ID 11) -> APIC ID 11
cpu11: <ACPI CPU> on acpi0
cpu12: Processor \134_SB_.PLTF.C00C (ACPI ID 12) -> APIC ID 12
cpu12: <ACPI CPU> on acpi0
cpu13: Processor \134_SB_.PLTF.C00D (ACPI ID 13) -> APIC ID 13
cpu13: <ACPI CPU> on acpi0
cpu14: Processor \134_SB_.PLTF.C00E (ACPI ID 14) -> APIC ID 14
cpu14: <ACPI CPU> on acpi0
cpu15: Processor \134_SB_.PLTF.C00F (ACPI ID 15) -> APIC ID 15
cpu15: <ACPI CPU> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: fast interrupt
uart0: PPS capture mode: DCD
ACPI: Enabled 1 GPEs in block 00 to 1F
pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0
pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0
pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0
pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0
pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0000-0xc07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0800-0xc0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1000-0xc17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1800-0xc1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2000-0xc27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2800-0xc2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3000-0xc37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3800-0xc3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4000-0xc47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4800-0xc4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5000-0xc57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5800-0xc5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6000-0xc67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6800-0xc6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7000-0xc77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7800-0xc7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8000-0xc87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8800-0xc8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9000-0xc97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9800-0xc9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xca000-0xca7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xca800-0xcafff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb000-0xcb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb800-0xcbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc000-0xcc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc800-0xccfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd000-0xcd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd800-0xcdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xce000-0xce7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xce800-0xcefff) for rid 0 of orm0
pcib0: allocated type 3 (0xcf000-0xcf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcf800-0xcffff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xda000-0xda7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xda800-0xdafff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd800-0xddfff) for rid 0 of orm0
pcib0: allocated type 3 (0xde000-0xde7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xde800-0xdefff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf800-0xdffff) for rid 0 of orm0
ahc_isa_identify 0: ioport 0xc00 alloc failed
ahc_isa_identify 1: ioport 0x1c00 alloc failed
ahc_isa_identify 2: ioport 0x2c00 alloc failed
ahc_isa_identify 3: ioport 0x3c00 alloc failed
ahc_isa_identify 4: ioport 0x4c00 alloc failed
ahc_isa_identify 5: ioport 0x5c00 alloc failed
ahc_isa_identify 6: ioport 0x6c00 alloc failed
ahc_isa_identify 7: ioport 0x7c00 alloc failed
ahc_isa_identify 8: ioport 0x8c00 alloc failed
ahc_isa_identify 9: ioport 0x9c00 alloc failed
ahc_isa_identify 10: ioport 0xac00 alloc failed
ahc_isa_identify 11: ioport 0xbc00 alloc failed
ahc_isa_identify 12: ioport 0xcc00 alloc failed
ahc_isa_identify 13: ioport 0xdc00 alloc failed
ahc_isa_identify 14: ioport 0xec00 alloc failed
isa_probe_children: disabling PnP devices
atrtc: atrtc0 already exists; skipping it
attimer: attimer0 already exists; skipping it
sc: sc0 already exists; skipping it
uart: uart0 already exists; skipping it
isa_probe_children: probing non-PnP devices
sc0 failed to probe on isa0
vga0 failed to probe on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
kbd0: atkbd0, generic (0), config:0x0, flags:0x1f0000
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 2 vector 52
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
atkbdc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 12.
pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0
pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ppc0: cannot reserve I/O port range
ppc0 failed to probe at irq 7 on isa0
pcib0: allocated type 4 (0x2f8-0x2f8) for rid 0 of uart1
uart1 failed to probe at port 0x2f8 irq 3 on isa0
isa_probe_children: probing PnP devices
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
Device configuration finished.
procfs registered
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
lo0: bpf attached
vlan: initialized, using hash tables with chaining
IPsec: Initialized Security Association Processing.
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 131072
AcpiOsExecute: enqueue 16 pending tasks
hpt27xx: no controller detected.
hptnr: no controller detected.
hptrr: no controller detected.
ahcich0: AHCI reset...
hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0
hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0
ahcich0: hdaa0: Subsystem ID: 0x00aa0100
SATA connect time=100us status=00000133
ahcich0: AHCI reset: device found
hdaa0: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0
ahcich1: AHCI reset...
hdaa0: Original pins configuration:
hdaa0: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa0:  3 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  5 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  7 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  9 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0: 11 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0
hdaa0: 13 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0
hdaa0: Patched pins configuration:
hdaa0: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa0:  3 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  5 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  7 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  9 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0: 11 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
ahcich1: hdaa0: 13 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
hdaa0: 4 associations found:
hdaa0: Association 0 (15) out:
hdaa0:  Pin nid=3 seq=0
hdaa0: Association 1 (15) out:
hdaa0:  Pin nid=5 seq=0
hdaa0: Association 2 (15) out:
hdaa0:  Pin nid=7 seq=0
hdaa0: Association 3 (15) out:
hdaa0:  Pin nid=9 seq=0
hdaa0: Tracing association 0 (15)
hdaa0:  Pin 3 traced to DAC 2
hdaa0: Association 0 (15) trace succeeded
hdaa0: Tracing association 1 (15)
hdaa0:  Pin 5 traced to DAC 4
hdaa0: Association 1 (15) trace succeeded
hdaa0: Tracing association 2 (15)
hdaa0:  Pin 7 traced to DAC 6
hdaa0: Association 2 (15) trace succeeded
hdaa0: Tracing association 3 (15)
hdaa0:  Pin 9 traced to DAC 8
hdaa0: Association 3 (15) trace succeeded
hdaa0: Looking for additional DAC for association 0 (15)
hdaa0: Looking for additional DAC for association 1 (15)
hdaa0: Looking for additional DAC for association 2 (15)
hdaa0: Looking for additional DAC for association 3 (15)
hdaa0: Tracing input monitor
hdaa0: Tracing other input monitors
hdaa0: Tracing beeper
SATA connect timeout time=10000us status=00000000
hdaa0: ahcich1: AHCI reset: device not found
ahcich2: AHCI reset...
Pin sense: nid=3 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=5 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=7 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=9 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0
pcm0: Playback:
pcm0:      Stream cap: 0x00000005 AC3 PCM
pcm0:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm0:             DAC: 2
pcm0:
pcm0:     nid=3 [pin: Digital-out (Jack)]
ahcich2: pcm0:       + <- nid=2 [audio output] [src: pcm]
pcm0:
SATA connect timeout time=10000us status=00000000
pcm0: ahcich2: AHCI reset: device not found
ahcich3: AHCI reset...
Mixer "vol" -> "none": child=0x00000010
pcm0: Mixer "pcm": parent="vol"
pcm0: Soft PCM mixer ENABLED
pcm0: Playback channel set is: Front Left, Front Right,
pcm0: Playback channel matrix is: 2.0 (disconnected)
pcm1: <ATI R6xx (HDMI)> at nid 5 on hdaa0
pcm1: Playback:
ahcich3: pcm1:      Stream cap: 0x00000005 AC3 PCM
pcm1:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm1:             DAC: 4
pcm1:
pcm1:     nid=5 [pin: Digital-out (Jack)]
pcm1:       + <- nid=4 [audio output] [src: pcm]
pcm1:
SATA connect timeout time=10000us status=00000000
pcm1: ahcich3: AHCI reset: device not found
ahcich4: AHCI reset...
Mixer "vol" -> "none": child=0x00000010
pcm1: Mixer "pcm": parent="vol"
pcm1: Soft PCM mixer ENABLED
pcm1: Playback channel set is: Front Left, Front Right,
pcm1: Playback channel matrix is: 2.0 (disconnected)
pcm2: <ATI R6xx (HDMI)> at nid 7 on hdaa0
pcm2: Playback:
ahcich4: pcm2:      Stream cap: 0x00000005 AC3 PCM
pcm2:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm2:             DAC: 6
pcm2:
pcm2:     nid=7 [pin: Digital-out (Jack)]
pcm2:       + <- nid=6 [audio output] [src: pcm]
pcm2:
SATA connect timeout time=10000us status=00000000
pcm2: ahcich4: AHCI reset: device not found
ahcich5: AHCI reset...
Mixer "vol" -> "none": child=0x00000010
pcm2: Mixer "pcm": parent="vol"
pcm2: Soft PCM mixer ENABLED
pcm2: Playback channel set is: Front Left, Front Right,
pcm2: Playback channel matrix is: 2.0 (disconnected)
pcm3: <ATI R6xx (HDMI)> at nid 9 on hdaa0
ahcich5: pcm3: Playback:
pcm3:      Stream cap: 0x00000005 AC3 PCM
pcm3:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm3:             DAC: 8
pcm3:
pcm3:     nid=9 [pin: Digital-out (Jack)]
pcm3:       + <- nid=8 [audio output] [src: pcm]
pcm3:
SATA connect timeout time=10000us status=00000000
pcm3: ahcich5: AHCI reset: device not found
Mixer "vol" -> "none": child=0x00000010
pcm3: Mixer "pcm": parent="vol"
pcm3: Soft PCM mixer ENABLED
pcm3: Playback channel set is: Front Left, Front Right,
pcm3: Playback channel matrix is: 2.0 (disconnected)
hdacc1: <Realtek ALC887 HDA CODEC> at cad 0 on hdac1
hdaa1: <Realtek ALC887 Audio Function Group> at nid 1 on hdacc1
hdaa1: Subsystem ID: 0x1849288a
hdaa1: NumGPIO=2 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdaa1:  GPIO0: disabled
hdaa1:  GPIO1: disabled
hdaa1: Original pins configuration:
hdaa1: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa1: 17 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0
hdaa1: 18 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 20 01014010 1  0  Line-out      Jack  1/8     Rear       Green   0
hdaa1: 21 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 22 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 23 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 24 01a19030 3  0  Mic           Jack  1/8     Rear       Pink    0
hdaa1: 25 02a19040 4  0  Mic           Jack  1/8     Front      Pink    0
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214020 2  0  Headphones    Jack  1/8     Front      Green   0
hdaa1: 28 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 29 4026c629 2  9  Headphones    None  Digital 0x00       Res.C   6
hdaa1: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 31 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: Patching widget caps nid=29 0x00400400 -> 0x00700400
hdaa1: Patched pins configuration:
hdaa1: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa1: 17 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0 DISA
hdaa1: 18 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 20 01014010 1  0  Line-out      Jack  1/8     Rear       Green   0
hdaa1: 21 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 22 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 23 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 24 01a19030 3  0  Mic           Jack  1/8     Rear       Pink    0
hdaa1: 25 02a19040 4  0  Mic           Jack  1/8     Front      Pink    0
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214020 2  0  Headphones    Jack  1/8     Front      Green   0
hdaa1: 28 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 31 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 4 associations found:
hdaa1: Association 0 (1) out:
hdaa1:  Pin nid=20 seq=0
hdaa1: Association 1 (2) out:
hdaa1:  Pin nid=27 seq=0
hdaa1: Association 2 (3) in:
hdaa1:  Pin nid=24 seq=0
hdaa1:  Pin nid=26 seq=15
hdaa1: Association 3 (4) in:
hdaa1:  Pin nid=25 seq=0
hdaa1: Tracing association 0 (1)
hdaa1:  Pin 20 traced to DAC 2
hdaa1: Association 0 (1) trace succeeded
hdaa1: Tracing association 1 (2)
hdaa1:  Pin 27 traced to DAC 3
hdaa1: Association 1 (2) trace succeeded
hdaa1: Tracing association 2 (3)
hdaa1:  Pin 24 traced to ADC 8
hdaa1:  Pin 26 traced to ADC 8
hdaa1: Association 2 (3) trace succeeded
hdaa1: Tracing association 3 (4)
hdaa1:  Pin 25 traced to ADC 9
hdaa1: Association 3 (4) trace succeeded
hdaa1: Looking for additional DAC for association 0 (1)
hdaa1: Looking for additional DAC for association 1 (2)
hdaa1: Looking for additional ADC for association 2 (3)
hdaa1: Looking for additional ADC for association 3 (4)
hdaa1: Tracing input monitor
hdaa1:  Tracing nid 11 to out
hdaa1:  nid 11 is input monitor
hdaa1:  Tracing nid 34 to out
hdaa1:  Tracing nid 35 to out
hdaa1: Tracing other input monitors
hdaa1:  Tracing nid 24 to out
hdaa1:  Tracing nid 25 to out
hdaa1:  Tracing nid 26 to out
hdaa1: Tracing beeper
hdaa1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
pcm4: <Realtek ALC887 (Rear Analog)> at nid 20 and 24,26 on hdaa1
pcm4: Playback:
pcm4:      Stream cap: 0x00000001 PCM
pcm4:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm4:             DAC: 2
pcm4:
pcm4:     nid=20 [pin: Line-out (Green Jack)]
pcm4:       + <- nid=12 [audio mixer] [src: pcm, mix]
pcm4:              + <- nid=2 [audio output] [src: pcm]
pcm4:              + <- nid=11 [audio mixer] [src: mix]
pcm4:
pcm4: Record:
pcm4:      Stream cap: 0x00000001 PCM
pcm4:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm4:             ADC: 8
pcm4:
pcm4:     nid=8 [audio input]
pcm4:       + <- nid=35 [audio mixer] [src: speaker, line, mic, mix]
pcm4:              + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm4:              + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm4:              + <- nid=29 [beep widget] [src: speaker]
pcm4:              + <- nid=11 [audio mixer] [src: mix]
pcm4:
pcm4: Input Mix:
pcm4:
pcm4:     nid=11 [audio mixer]
pcm4:       + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm4:       + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm4:       + <- nid=29 [beep widget] [src: speaker]
pcm4:
pcm4: Master Volume (OSS: vol): -64/0dB
pcm4:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm4:    +- ctl 17 (nid  12 in   0): mute
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:    +- ctl 25 (nid  20 in ):    mute
pcm4:
pcm4: PCM Volume (OSS: pcm): -64/0dB
pcm4:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm4:    +- ctl 17 (nid  12 in   0): mute
pcm4:
pcm4: Microphone Volume (OSS: mic): 0/30dB
pcm4:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm4:    +- ctl 30 (nid  24 out):    0/30dB (4 steps)
pcm4:    +- ctl 49 (nid  35 in   0): mute
pcm4:
pcm4: Line-in Volume (OSS: line): 0/30dB
pcm4:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm4:    +- ctl 34 (nid  26 out):    0/30dB (4 steps)
pcm4:    +- ctl 51 (nid  35 in   2): mute
pcm4:
pcm4: Speaker/Beep Volume (OSS: speaker): -34/12dB
pcm4:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm4:    +- ctl 54 (nid  35 in   5): mute
pcm4:
pcm4: Recording Level (OSS: rec): -16/30dB
pcm4:    +- ctl  5 (nid   8 in   0): -16/30dB (47 steps) + mute
pcm4:    +- ctl 49 (nid  35 in   0): mute
pcm4:    +- ctl 51 (nid  35 in   2): mute
pcm4:    +- ctl 54 (nid  35 in   5): mute
pcm4:    +- ctl 59 (nid  35 in  10): mute
pcm4:
pcm4: Input Mix Level (OSS: mix): -34/12dB
pcm4:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm4:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm4:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:    +- ctl 59 (nid  35 in  10): mute
pcm4:
pcm4: Input Monitoring Level (OSS: igain): 0/0dB
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:
pcm4: Mixer "vol":
pcm4: Mixer "pcm":
pcm4: Mixer "speaker":
pcm4: Mixer "line":
pcm4: Mixer "mic":
pcm4: Mixer "mix":
pcm4: Mixer "rec":
pcm4: Mixer "igain":
pcm4: Mixer "ogain":
pcm4: Playback channel set is: Front Left, Front Right,
pcm4: Playback channel matrix is: 2.0 (disconnected)
pcm4: Recording channel set is: Front Left, Front Right,
pcm4: Recording channel matrix is: 2.0 (disconnected)
pcm5: <Realtek ALC887 (Front Analog)> at nid 27 and 25 on hdaa1
pcm5: Playback:
pcm5:      Stream cap: 0x00000001 PCM
pcm5:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm5:             DAC: 3
pcm5:
pcm5:     nid=27 [pin: Headphones (Green Jack)]
pcm5:       + <- nid=13 [audio mixer] [src: pcm, mix]
pcm5:              + <- nid=3 [audio output] [src: pcm]
pcm5:              + <- nid=11 [audio mixer] [src: mix]
pcm5:
pcm5: Record:
pcm5:      Stream cap: 0x00000001 PCM
pcm5:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm5:             ADC: 9
pcm5:
pcm5:     nid=9 [audio input]
pcm5:       + <- nid=34 [audio mixer] [src: speaker, monitor]
pcm5:              + <- nid=25 [pin: Mic (Pink Jack)] [src: monitor]
pcm5:              + <- nid=29 [beep widget] [src: speaker]
pcm5:
pcm5: Master Volume (OSS: vol): -64/0dB
pcm5:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm5:    +- ctl 19 (nid  13 in   0): mute
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:    +- ctl 35 (nid  27 in ):    mute
pcm5:
pcm5: PCM Volume (OSS: pcm): -64/0dB
pcm5:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm5:    +- ctl 19 (nid  13 in   0): mute
pcm5:
pcm5: Microphone2 Volume (OSS: monitor): 0/30dB
pcm5:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm5:    +- ctl 38 (nid  34 in   1): mute
pcm5:
pcm5: Speaker/Beep Volume (OSS: speaker)
pcm5:    +- ctl 42 (nid  34 in   5): mute
pcm5:
pcm5: Recording Level (OSS: rec): -16/30dB
pcm5:    +- ctl  6 (nid   9 in   0): -16/30dB (47 steps) + mute
pcm5:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm5:    +- ctl 38 (nid  34 in   1): mute
pcm5:    +- ctl 42 (nid  34 in   5): mute
pcm5:
pcm5: Input Mix Level (OSS: mix)
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:
pcm5: Input Monitoring Level (OSS: igain): 0/0dB
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:
pcm5: Mixer "vol":
pcm5: Mixer "pcm":
pcm5: Mixer "rec":
pcm5: Mixer "igain":
pcm5: Mixer "ogain":
pcm5: Mixer "monitor":
pcm5: Playback channel set is: Front Left, Front Right,
pcm5: Playback channel matrix is: 2.0 (disconnected)
pcm5: Recording channel set is: Front Left, Front Right,
pcm5: Recording channel matrix is: 2.0 (disconnected)
ugen1.1: <0x1022 XHCI root HUB> at usbus1
ugen0.1: <0x1022 XHCI root HUB> at usbus0
ahcich0: ugen2.1: <0x1022 XHCI root HUB> at usbus2
uhub0: AHCI reset: device ready after 100ms
<0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
pass0 at ahcich0 bus 0 scbus0 target 0 lun 0
uhub1: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
uhub2: pass0: <CHN 25SATA01M 030 P0921A> ACS-2 ATA SATA 3.x device
pass0: Serial Number A130CI02070114
pass0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
pass0: Command Queueing enabled
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <CHN 25SATA01M 030 P0921A> ACS-2 ATA SATA 3.x device
ada0: Serial Number A130CI02070114
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada0: Command Queueing enabled
ada0: 28626MB (58626288 512 byte sectors)
GEOM: new disk ada0
<0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus2
Trying to mount root from zfs:zroot/ROOT/default []...
Root mount waiting for: usbus2 usbus1 usbus0
uhub0: 6 ports with 6 removable, self powered
uhub2: 6 ports with 6 removable, self powered
uhub1: 14 ports with 14 removable, self powered
ugen1.2: <Chicony Generic USB Hub> at usbus1
uhub3 on uhub0
uhub3: <Chicony Generic USB Hub, class 9/0, rev 1.10/1.00, addr 1> on usbus1
Root mount waiting for: usbus1 usbus0
ugen0.2: <ASRock LED Controller> at usbus0
uhub3: 3 ports with 2 removable, bus powered
ugen1.3: <Chicony PFU-65 USB Keyboard> at usbus1
ukbd0 on uhub3
ukbd0: <Chicony PFU-65 USB Keyboard, class 0/0, rev 1.10/1.00, addr 2> on usbus1
kbd2 at ukbd0
kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000
ugen0.3: <vendor 0x8087 product 0x0aa7> at usbus0
ugen1.4: <vendor 0x04f3 OM> at usbus1
efirtc0: providing initial system time
start_init: trying /sbin/init
lo0: link state changed to UP
re0: link state changed to DOWN
pci0: driver added
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:20:0: reprobing on driver added
pci1: driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
found->	vendor=0x8086, dev=0x24fb, revid=0x10
	domain=0, bus=6, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci0:6:0:0: reprobing on driver added
iwm0: <Intel(R) Dual Band Wireless AC 3168> mem 0xfcd00000-0xfcd01fff at device 0.0 on pci5
iwm0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 284 to local APIC 4 vector 51
iwm0: using IRQ 284 for MSI
firmware: 'iwm3168fw' version 0: 1028032 bytes loaded at 0xffffffff83410000
iwm0: hw rev 0x220, fw ver 22.361476.0, address c8:58:c0:b3:1b:36
iwm0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
iwm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
iwm0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
pci6: driver added
pci7: driver added
pci8: driver added
pci9: driver added
pci10: driver added
pci11: driver added
pci12: driver added
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
pci0:13:0:2: reprobing on driver added
pci0: driver added
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:20:0: reprobing on driver added
intsmb0: <AMD FCH SMBus Controller> at device 20.0 on pci0
pcib0: allocated type 4 (0xcd6-0xcd7) for rid 0 of intsmb0
pcib0: allocated type 4 (0xb00-0xb0f) for rid 0 of intsmb0
smbus0: <System Management Bus> on intsmb0
pci1: driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
pci6: driver added
pci7: driver added
pci8: driver added
pci9: driver added
pci10: driver added
pci11: driver added
pci12: driver added
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
pci0:13:0:2: reprobing on driver added
uhid0 on uhub1
uhid0: <ASRock LED Controller, class 0/0, rev 1.10/0.00, addr 1> on usbus0
ubt0 on uhub1
ubt0: <vendor 0x8087 product 0x0aa7, class 224/1, rev 2.00/0.01, addr 2> on usbus0
ums0 on uhub0
ums0: <vendor 0x04f3 OM, class 0/0, rev 1.10/24.58, addr 3> on usbus1
ums0: 3 buttons and [XYZ] coordinates ID=0
WARNING: attempt to domain_add(bluetooth) after domainfinalize()
WARNING: attempt to domain_add(netgraph) after domainfinalize()
re0: link state changed to UP
messages
Aug 19 22:14:43 subamd seirios[1326]: ==iovctl -C==
Aug 19 22:14:52 subamd kernel: pcib1: allocated memory range (0xfc200000-0xfc20ffff) for rid 184 of ix1
Aug 19 22:14:52 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x184 type 3 at 0xfc200000
Aug 19 22:14:52 subamd kernel: pcib1: allocated memory range (0xfc210000-0xfc21ffff) for rid 190 of ix1
Aug 19 22:14:52 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x190 type 3 at 0xfc210000
Aug 19 22:14:55 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:14:55 subamd kernel: 	domain=0, bus=1, slot=0, func=129
Aug 19 22:14:55 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:14:55 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:14:55 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:14:55 subamd kernel: 	intpin=_, irq=255
Aug 19 22:14:55 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:14:55 subamd kernel: 	domain=0, bus=1, slot=0, func=131
Aug 19 22:14:55 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:14:55 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:14:55 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:14:55 subamd kernel: 	intpin=_, irq=255
Aug 19 22:14:55 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:14:55 subamd kernel: 	domain=0, bus=1, slot=0, func=133
Aug 19 22:14:55 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:14:55 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:14:55 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:14:55 subamd kernel: 	intpin=_, irq=255
Aug 19 22:14:55 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:14:55 subamd kernel: 	domain=0, bus=1, slot=0, func=135
Aug 19 22:14:55 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:14:55 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:14:55 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:14:55 subamd kernel: 	intpin=_, irq=255
Aug 19 22:14:55 subamd kernel: pci1: <unknown> at device 0.129 (no driver attached)
Aug 19 22:14:56 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.131 on pci1
Aug 19 22:14:56 subamd kernel: ixv0: Using 2048 TX descriptors and 2048 RX descriptors
Aug 19 22:14:56 subamd kernel: ixv0: msix_init qsets capped at 1
Aug 19 22:14:56 subamd kernel: ixv0: MSI-X not supported or disabled
Aug 19 22:14:56 subamd kernel: ixv0: Using a Legacy interrupt
Aug 19 22:14:56 subamd kernel: ixv0: allocated for 1 queues
Aug 19 22:14:56 subamd kernel: ixv0: allocated for 1 rx queues
Aug 19 22:14:56 subamd kernel: pcib1: no PRT entry for 1.0.INT?
Aug 19 22:14:56 subamd kernel: ixv0: failed to allocate IRQ for rid 0, name irq0.
Aug 19 22:14:56 subamd kernel: ixv0: iflib_legacy_setup failed 12
Aug 19 22:14:56 subamd kernel: device_attach: ixv0 attach returned 12
Aug 19 22:14:56 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.133 on pci1
Aug 19 22:14:56 subamd kernel: ixv0: Using 2048 TX descriptors and 2048 RX descriptors
Aug 19 22:14:56 subamd kernel: ixv0: msix_init qsets capped at 1
Aug 19 22:14:56 subamd kernel: ixv0: MSI-X not supported or disabled
Aug 19 22:14:56 subamd kernel: ixv0: Using a Legacy interrupt
Aug 19 22:14:56 subamd kernel: ixv0: allocated for 1 queues
Aug 19 22:14:56 subamd kernel: ixv0: allocated for 1 rx queues
Aug 19 22:14:56 subamd kernel: pcib1: no PRT entry for 1.0.INT?
Aug 19 22:14:56 subamd kernel: ixv0: failed to allocate IRQ for rid 0, name irq0.
Aug 19 22:14:56 subamd kernel: ixv0: iflib_legacy_setup failed 12
Aug 19 22:14:56 subamd kernel: device_attach: ixv0 attach returned 12
Aug 19 22:14:56 subamd kernel: pci1: <unknown> at device 0.135 (no driver attached)
Aug 19 22:15:07 subamd seirios[1342]: ==iovctl -D==
Aug 19 22:15:16 subamd seirios[1344]: ==iovctl -C==
Aug 19 22:15:19 subamd kernel: pcib1: allocated memory range (0xfc200000-0xfc20ffff) for rid 184 of ix1
Aug 19 22:15:19 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x184 type 3 at 0xfc200000
Aug 19 22:15:19 subamd kernel: pcib1: allocated memory range (0xfc210000-0xfc21ffff) for rid 190 of ix1
Aug 19 22:15:19 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x190 type 3 at 0xfc210000
Aug 19 22:15:23 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:15:23 subamd kernel: 	domain=0, bus=1, slot=0, func=129
Aug 19 22:15:23 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:15:23 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:15:23 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:15:23 subamd kernel: 	intpin=_, irq=255
Aug 19 22:15:23 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:15:23 subamd kernel: 	domain=0, bus=1, slot=0, func=131
Aug 19 22:15:23 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:15:23 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:15:23 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:15:23 subamd kernel: 	intpin=_, irq=255
Aug 19 22:15:23 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:15:23 subamd kernel: 	domain=0, bus=1, slot=0, func=133
Aug 19 22:15:23 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:15:23 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:15:23 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:15:23 subamd kernel: 	intpin=_, irq=255
Aug 19 22:15:23 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:15:23 subamd kernel: 	domain=0, bus=1, slot=0, func=135
Aug 19 22:15:23 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:15:23 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:15:23 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:15:23 subamd kernel: 	intpin=_, irq=255
Aug 19 22:15:23 subamd kernel: pci1: <unknown> at device 0.129 (no driver attached)
Aug 19 22:15:23 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.131 on pci1
Aug 19 22:15:23 subamd kernel: ixv0: Using 2048 TX descriptors and 2048 RX descriptors
Aug 19 22:15:23 subamd kernel: ixv0: msix_init qsets capped at 1
Aug 19 22:15:23 subamd kernel: ixv0: MSI-X not supported or disabled
Aug 19 22:15:23 subamd kernel: ixv0: Using a Legacy interrupt
Aug 19 22:15:23 subamd kernel: ixv0: allocated for 1 queues
Aug 19 22:15:23 subamd kernel: ixv0: allocated for 1 rx queues
Aug 19 22:15:23 subamd kernel: pcib1: no PRT entry for 1.0.INT?
Aug 19 22:15:23 subamd kernel: ixv0: failed to allocate IRQ for rid 0, name irq0.
Aug 19 22:15:23 subamd kernel: ixv0: iflib_legacy_setup failed 12
Aug 19 22:15:23 subamd kernel: device_attach: ixv0 attach returned 12
Aug 19 22:15:23 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.133 on pci1
Aug 19 22:15:23 subamd kernel: ixv0: Using 2048 TX descriptors and 2048 RX descriptors
Aug 19 22:15:23 subamd kernel: ixv0: msix_init qsets capped at 1
Aug 19 22:15:23 subamd kernel: ixv0: MSI-X not supported or disabled
Aug 19 22:15:23 subamd kernel: ixv0: Using a Legacy interrupt
Aug 19 22:15:23 subamd kernel: ixv0: allocated for 1 queues
Aug 19 22:15:23 subamd kernel: ixv0: allocated for 1 rx queues
Aug 19 22:15:23 subamd kernel: pcib1: no PRT entry for 1.0.INT?
Aug 19 22:15:23 subamd kernel: ixv0: failed to allocate IRQ for rid 0, name irq0.
Aug 19 22:15:23 subamd kernel: ixv0: iflib_legacy_setup failed 12
Aug 19 22:15:23 subamd kernel: device_attach: ixv0 attach returned 12
Aug 19 22:15:23 subamd kernel: pci1: <unknown> at device 0.135 (no driver attached)
root@subamd:/usr/home/seirios #

560SFP+

dmesg.boot
MADT: Found CPU APIC ID 11 ACPI ID 11: enabled
SMP: Added CPU 11 (AP)
MADT: Found CPU APIC ID 13 ACPI ID 13: enabled
SMP: Added CPU 13 (AP)
MADT: Found CPU APIC ID 15 ACPI ID 15: enabled
SMP: Added CPU 15 (AP)
MADT: Found CPU APIC ID 0 ACPI ID 16: disabled
MADT: Found CPU APIC ID 0 ACPI ID 17: disabled
MADT: Found CPU APIC ID 0 ACPI ID 18: disabled
MADT: Found CPU APIC ID 0 ACPI ID 19: disabled
MADT: Found CPU APIC ID 0 ACPI ID 20: disabled
MADT: Found CPU APIC ID 0 ACPI ID 21: disabled
MADT: Found CPU APIC ID 0 ACPI ID 22: disabled
MADT: Found CPU APIC ID 0 ACPI ID 23: disabled
MADT: Found CPU APIC ID 0 ACPI ID 24: disabled
MADT: Found CPU APIC ID 0 ACPI ID 25: disabled
MADT: Found CPU APIC ID 0 ACPI ID 26: disabled
MADT: Found CPU APIC ID 0 ACPI ID 27: disabled
MADT: Found CPU APIC ID 0 ACPI ID 28: disabled
MADT: Found CPU APIC ID 0 ACPI ID 29: disabled
MADT: Found CPU APIC ID 0 ACPI ID 30: disabled
MADT: Found CPU APIC ID 0 ACPI ID 31: disabled
Event timer "LAPIC" quality 600
LAPIC: ipi_wait() us multiplier 21 (r 16476444 tsc 3593321568)
ACPI APIC Table: <ALASKA A M I >
Package ID shift: 7
L3 cache ID shift: 3
L2 cache ID shift: 1
L1 cache ID shift: 1
Core ID shift: 1
INTR: Adding local APIC 2 as a target
INTR: Adding local APIC 4 as a target
INTR: Adding local APIC 6 as a target
INTR: Adding local APIC 8 as a target
INTR: Adding local APIC 10 as a target
INTR: Adding local APIC 12 as a target
INTR: Adding local APIC 14 as a target
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 1 package(s) x 2 cache groups x 4 core(s) x 2 hardware threads
Package HW ID = 0
	Core HW ID = 0
		CPU0 (BSP): APIC ID: 0
		CPU1 (AP/HT): APIC ID: 1
	Core HW ID = 1
		CPU2 (AP): APIC ID: 2
		CPU3 (AP/HT): APIC ID: 3
	Core HW ID = 2
		CPU4 (AP): APIC ID: 4
		CPU5 (AP/HT): APIC ID: 5
	Core HW ID = 3
		CPU6 (AP): APIC ID: 6
		CPU7 (AP/HT): APIC ID: 7
	Core HW ID = 4
		CPU8 (AP): APIC ID: 8
		CPU9 (AP/HT): APIC ID: 9
	Core HW ID = 5
		CPU10 (AP): APIC ID: 10
		CPU11 (AP/HT): APIC ID: 11
	Core HW ID = 6
		CPU12 (AP): APIC ID: 12
		CPU13 (AP/HT): APIC ID: 13
	Core HW ID = 7
		CPU14 (AP): APIC ID: 14
		CPU15 (AP/HT): APIC ID: 15
APIC: CPU 0 has ACPI ID 0
APIC: CPU 1 has ACPI ID 1
APIC: CPU 2 has ACPI ID 2
APIC: CPU 3 has ACPI ID 3
APIC: CPU 4 has ACPI ID 4
APIC: CPU 5 has ACPI ID 5
APIC: CPU 6 has ACPI ID 6
APIC: CPU 7 has ACPI ID 7
APIC: CPU 8 has ACPI ID 8
APIC: CPU 9 has ACPI ID 9
APIC: CPU 10 has ACPI ID 10
APIC: CPU 11 has ACPI ID 11
APIC: CPU 12 has ACPI ID 12
APIC: CPU 13 has ACPI ID 13
APIC: CPU 14 has ACPI ID 14
APIC: CPU 15 has ACPI ID 15
x86bios:  IVT 0x000000-0x0004ff at 0xfffff80000000000
x86bios: SSEG 0x09e000-0x09efff at 0xfffffe0003fb4000
x86bios:  ROM 0x0a0000-0x0fefff at 0xfffff800000a0000
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 7
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 8
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 9
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 10
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 11
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 12
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 13
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 14
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 17
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 18
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 19
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 20
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 27
Pentium Pro MTRR support enabled
random: read 3840 bytes from preloaded cache
random: unblocking device.
arc4random: read 32 bytes from preloaded cache
VIMAGE (virtualized network stack) enabled
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
ULE: setup cpu 4
ULE: setup cpu 5
ULE: setup cpu 6
ULE: setup cpu 7
ULE: setup cpu 8
ULE: setup cpu 9
ULE: setup cpu 10
ULE: setup cpu 11
ULE: setup cpu 12
ULE: setup cpu 13
ULE: setup cpu 14
ULE: setup cpu 15
ACPI: RSDP 0x00000000CBFF5014 000024 (v02 ALASKA)
ACPI: XSDT 0x00000000CBFF4728 0000DC (v01 ALASKA A M I    01072009 AMI  01000013)
ACPI: FACP 0x00000000CAA32000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
ACPI: DSDT 0x00000000CAA2B000 006218 (v02 ALASKA A M I    01072009 INTL 20120913)
ACPI: FACS 0x00000000CAFEF000 000040
ACPI: SSDT 0x00000000CAA38000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
ACPI: SSDT 0x00000000CAA34000 003A78 (v01 AMD    AMD AOD  00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA33000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
ACPI: FIDT 0x00000000CAA2A000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: MCFG 0x00000000CAA29000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
ACPI: AAFT 0x00000000CAA28000 0000ED (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
ACPI: HPET 0x00000000CAA27000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
ACPI: VFCT 0x00000000CAA19000 00D484 (v01 ALASKA A M I    00000001 AMD  31504F47)
ACPI: BGRT 0x00000000CAA18000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x00000000CAA14000 0035A4 (v02 AMD    AmdTable 00000001 AMD  00000001)
ACPI: CRAT 0x00000000CAA13000 000F28 (v01 AMD    AmdTable 00000001 AMD  00000001)
ACPI: CDIT 0x00000000CAA12000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
ACPI: SSDT 0x00000000CAA11000 000D37 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA0F000 0010A5 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA0B000 00326A (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: WSMT 0x00000000CAA0A000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: APIC 0x00000000CAA09000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x00000000CAA08000 000517 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA07000 00007D (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA05000 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA04000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
ACPI: FPDT 0x00000000CAA03000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
MADT: Found IO APIC ID 17, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 17
ioapic0: ver 0x21 maxredir 0x17
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 18, Interrupt 24 at 0xfec01000
ioapic1: Changing APIC ID to 18
ioapic1: ver 0x21 maxredir 0x1f
lapic: Routing NMI -> LINT1
lapic: LINT1 trigger: edge
lapic: LINT1 polarity: high
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
ioapic0: intpin 9 polarity: low
ioapic0 <Version 2.1> irqs 0-23 on motherboard
ioapic1 <Version 2.1> irqs 24-55 on motherboard
lapic: Divisor 2, Frequency 49907242 Hz
cpu0 BSP:
     ID: 0x00000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #14 Launched!
cpu14 AP:
     ID: 0x0e000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #15 Launched!
cpu15 AP:
     ID: 0x0f000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x01000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #7 Launched!
cpu7 AP:
     ID: 0x07000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #5 Launched!
cpu5 AP:
     ID: 0x05000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #3 Launched!
cpu3 AP:
     ID: 0x03000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #10 Launched!
cpu10 AP:
     ID: 0x0a000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #2 Launched!
cpu2 AP:
     ID: 0x02000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #9 Launched!
cpu9 AP:
     ID: 0x09000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #13 Launched!
cpu13 AP:
     ID: 0x0d000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #6 Launched!
cpu6 AP:
     ID: 0x06000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #12 Launched!
cpu12 AP:
     ID: 0x0c000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #11 Launched!
cpu11 AP:
     ID: 0x0b000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #8 Launched!
cpu8 AP:
     ID: 0x08000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #4 Launched!
cpu4 AP:
     ID: 0x04000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
SMP: passed TSC synchronization test
TSC timecounter discards lower 1 bit(s)
Timecounter "TSC-low" frequency 1796660784 Hz quality 1000
wlan: <802.11 Link Layer>
snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=2 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
random: entropy device external interface
mem: <memory>
000.000019 [4335] netmap_init               netmap: loaded module
null: <full device, null device, zero device>
[ath_hal] loaded
nfslock: pseudo-device
crypto: <crypto core>
tcp_log: tcp_log device
module_register_init: MOD_LOAD (vesa, 0xffffffff8112e0f0, 0) error 19
io: <I/O>
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
kbd: new array size 4
kbd1 at kbdmux0
hpt27xx: RocketRAID 27xx controller driver v1.2.8
hptnr: R750/DC7280 controller driver v1.1.5
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
nexus0
efirtc0: <EFI Realtime Clock> on motherboard
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0: <software crypto> on motherboard
crypto: assign cryptosoft0 driver id 0, flags 0x6000000
crypto: cryptosoft0 registers alg 1 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 2 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 3 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 4 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 5 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 16 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 6 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 7 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 32 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 18 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 19 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 20 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 8 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 15 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 9 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 10 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 13 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 14 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 34 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 35 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 36 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 37 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 11 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 22 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 23 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 25 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 24 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 26 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 27 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 28 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 21 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 29 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 30 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 31 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 40 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 39 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 38 flags 0 maxoplen 0
acpi0: <ALASKA A M I > on motherboard
ACPI: 12 ACPI AML tables successfully acquired and loaded
PCIe: Memory Mapped configuration base @ 0xf0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xfffffe0003fff000 pa 0x9c000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 2 vector 48
Event timer "i8254" frequency 1193182 Hz quality 100
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 4 vector 48
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 49
Event timer "RTC" frequency 32768 Hz quality 0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
hpet0: vendor 0x1022, rev 0x1, 14318180Hz, 3 timers, legacy route
hpet0:  t0: irqs 0x00c00000 (0), MSI, periodic
hpet0:  t1: irqs 0x00c00000 (0), MSI, periodic
hpet0:  t2: irqs 0x00c00000 (0), MSI, periodic
Timecounter "HPET" frequency 14318180 Hz quality 950
msi: routing MSI-X IRQ 256 to local APIC 6 vector 48
msi: routing MSI-X IRQ 257 to local APIC 8 vector 48
msi: routing MSI-X IRQ 258 to local APIC 10 vector 48
msi: Assigning MSI-X IRQ 256 to local APIC 0 vector 50
msi: Assigning MSI-X IRQ 257 to local APIC 0 vector 51
msi: Assigning MSI-X IRQ 258 to local APIC 0 vector 52
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 350
Event timer "HPET2" frequency 14318180 Hz quality 350
ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/2 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: decoding 5 range 0-0xff
pcib0: decoding 4 range 0-0x3af
pcib0: decoding 4 range 0x3e0-0xcf7
pcib0: decoding 4 range 0x3b0-0x3df
pcib0: decoding 4 range 0xd00-0xffff
pcib0: decoding 3 range 0xa0000-0xbffff
pcib0: decoding 3 range 0xc0000-0xdffff
pcib0: decoding 3 range 0xd0000000-0xfec2ffff
pcib0: decoding 3 range 0xfee00000-0xffffffff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found->	vendor=0x1022, dev=0x1630, revid=0x00
	domain=0, bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=1, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1633, revid=0x00
	domain=0, bus=0, slot=1, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=1, subbus=2
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=2, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1634, revid=0x00
	domain=0, bus=0, slot=2, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=3, subbus=12
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=8, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1635, revid=0x00
	domain=0, bus=0, slot=8, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=13, subbus=13
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x790e, revid=0x51
	domain=0, bus=0, slot=20, func=3
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1448, revid=0x00
	domain=0, bus=0, slot=24, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1449, revid=0x00
	domain=0, bus=0, slot=24, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144a, revid=0x00
	domain=0, bus=0, slot=24, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144b, revid=0x00
	domain=0, bus=0, slot=24, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144c, revid=0x00
	domain=0, bus=0, slot=24, func=4
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144d, revid=0x00
	domain=0, bus=0, slot=24, func=5
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144e, revid=0x00
	domain=0, bus=0, slot=24, func=6
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144f, revid=0x00
	domain=0, bus=0, slot=24, func=7
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pcib1: <ACPI PCI-PCI bridge> at device 1.1 on pci0
pcib0: allocated type 4 (0xf000-0xffff) for rid 1c of pcib1
pcib0: allocated type 3 (0xfc900000-0xfccfffff) for rid 20 of pcib1
pcib0: allocated type 3 (0xe0300000-0xe06fffff) for rid 24 of pcib1
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   2
pcib1:   I/O decode        0xf000-0xffff
pcib1:   memory decode     0xfc900000-0xfccfffff
pcib1:   prefetched decode 0xe0300000-0xe06fffff
pci1: <ACPI PCI bus> on pcib1
pcib1: allocated bus range (1-1) for rid 0 of pci1
pci1: domain=0, physical bus=1
found->	vendor=0x8086, dev=0x10fb, revid=0x01
	domain=0, bus=1, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	MSI-X supports 64 messages in map 0x20
	map[10]: type Memory, range 64, base 0xfca00000, size 20, memory disabled
pcib1: allocated memory range (0xfca00000-0xfcafffff) for rid 10 of pci0:1:0:0
	map[18]: type I/O Port, range 32, base 0xf020, size  5, port disabled
pcib1: allocated I/O port range (0xf020-0xf03f) for rid 18 of pci0:1:0:0
	map[20]: type Memory, range 64, base 0xfcc04000, size 14, enabled
pcib1: allocated memory range (0xfcc04000-0xfcc07fff) for rid 20 of pci0:1:0:0
found->	vendor=0x8086, dev=0x10fb, revid=0x01
	domain=0, bus=1, slot=0, func=1
	class=02-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	MSI-X supports 64 messages in map 0x20
	map[10]: type Memory, range 64, base 0xfc900000, size 20, memory disabled
pcib1: allocated memory range (0xfc900000-0xfc9fffff) for rid 10 of pci0:1:0:1
	map[18]: type I/O Port, range 32, base 0xf000, size  5, port disabled
pcib1: allocated I/O port range (0xf000-0xf01f) for rid 18 of pci0:1:0:1
	map[20]: type Memory, range 64, base 0xfcc00000, size 14, enabled
pcib1: allocated memory range (0xfcc00000-0xfcc03fff) for rid 20 of pci0:1:0:1
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.3.14> port 0xf020-0xf03f mem 0xfca00000-0xfcafffff,0xfcc04000-0xfcc07fff at device 0.0 on pci1
ix0: attempting to allocate 9 MSI-X vectors (64 supported)
msi: routing MSI-X IRQ 259 to local APIC 12 vector 48
msi: routing MSI-X IRQ 260 to local APIC 14 vector 48
msi: routing MSI-X IRQ 261 to local APIC 0 vector 53
msi: routing MSI-X IRQ 262 to local APIC 2 vector 49
msi: routing MSI-X IRQ 263 to local APIC 4 vector 48
msi: routing MSI-X IRQ 264 to local APIC 6 vector 48
msi: routing MSI-X IRQ 265 to local APIC 8 vector 48
msi: routing MSI-X IRQ 266 to local APIC 10 vector 48
msi: routing MSI-X IRQ 267 to local APIC 12 vector 49
ix0: using IRQs 259-267 for MSI-X
ix0: Using MSI-X interrupts with 9 vectors
ix0: bpf attached
ix0: Ethernet address: 38:ea:a7:8e:91:38
msi: Assigning MSI-X IRQ 259 to local APIC 0 vector 54
msi: Assigning MSI-X IRQ 260 to local APIC 1 vector 48
msi: Assigning MSI-X IRQ 261 to local APIC 2 vector 50
msi: Assigning MSI-X IRQ 262 to local APIC 3 vector 48
msi: Assigning MSI-X IRQ 264 to local APIC 5 vector 48
msi: Assigning MSI-X IRQ 265 to local APIC 6 vector 48
msi: Assigning MSI-X IRQ 266 to local APIC 7 vector 48
ix0: PCI Express Bus: Speed 5.0GT/s Width x8
ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.3.14> port 0xf000-0xf01f mem 0xfc900000-0xfc9fffff,0xfcc00000-0xfcc03fff at device 0.1 on pci1
ix1: attempting to allocate 9 MSI-X vectors (64 supported)
msi: routing MSI-X IRQ 268 to local APIC 14 vector 48
msi: routing MSI-X IRQ 269 to local APIC 0 vector 53
msi: routing MSI-X IRQ 270 to local APIC 2 vector 49
msi: routing MSI-X IRQ 271 to local APIC 4 vector 49
msi: routing MSI-X IRQ 272 to local APIC 6 vector 49
msi: routing MSI-X IRQ 273 to local APIC 8 vector 48
msi: routing MSI-X IRQ 274 to local APIC 10 vector 48
msi: routing MSI-X IRQ 275 to local APIC 12 vector 48
msi: routing MSI-X IRQ 276 to local APIC 14 vector 49
ix1: using IRQs 268-276 for MSI-X
ix1: Using MSI-X interrupts with 9 vectors
ix1: bpf attached
ix1: Ethernet address: 38:ea:a7:8e:91:39
msi: Assigning MSI-X IRQ 268 to local APIC 0 vector 55
msi: Assigning MSI-X IRQ 269 to local APIC 1 vector 49
msi: Assigning MSI-X IRQ 271 to local APIC 3 vector 49
msi: Assigning MSI-X IRQ 272 to local APIC 4 vector 49
msi: Assigning MSI-X IRQ 273 to local APIC 5 vector 49
msi: Assigning MSI-X IRQ 274 to local APIC 6 vector 49
msi: Assigning MSI-X IRQ 275 to local APIC 7 vector 49
ix1: PCI Express Bus: Speed 5.0GT/s Width x8
pcib2: <ACPI PCI-PCI bridge> at device 2.1 on pci0
pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2
pcib0: allocated type 3 (0xfcd00000-0xfcffffff) for rid 20 of pcib2
pcib2:   domain            0
pcib2:   secondary bus     3
pcib2:   subordinate bus   12
pcib2:   I/O decode        0xe000-0xefff
pcib2:   memory decode     0xfcd00000-0xfcffffff
pci2: <ACPI PCI bus> on pcib2
pcib2: allocated bus range (3-3) for rid 0 of pci2
pci2: domain=0, physical bus=3
found->	vendor=0x1022, dev=0x43ee, revid=0x00
	domain=0, bus=3, slot=0, func=0
	class=0c-03-30, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfcfa0000, size 15, enabled
pcib2: allocated memory range (0xfcfa0000-0xfcfa7fff) for rid 10 of pci0:3:0:0
found->	vendor=0x1022, dev=0x43eb, revid=0x00
	domain=0, bus=3, slot=0, func=1
	class=01-06-01, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[24]: type Memory, range 32, base 0xfcf80000, size 17, enabled
pcib2: allocated memory range (0xfcf80000-0xfcf9ffff) for rid 24 of pci0:3:0:1
found->	vendor=0x1022, dev=0x43e9, revid=0x00
	domain=0, bus=3, slot=0, func=2
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=4, subbus=12
pcib2: allocated bus range (4-12) for rid 0 of pci0:3:0:2
xhci0: <XHCI (generic) USB 3.0 controller> mem 0xfcfa0000-0xfcfa7fff at device 0.0 on pci2
xhci0: 32 bytes context size, 64-bit DMA
xhci0: Unable to map MSI-X table
xhci0: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 277 to local APIC 0 vector 53
xhci0: using IRQ 277 for MSI
xhci0: MSI enabled
usbus0 on xhci0
xhci0: usbpf: Attached
usbus0: 5.0Gbps Super Speed USB v3.0
ahci0: <AHCI SATA controller> mem 0xfcf80000-0xfcf9ffff at device 0.1 on pci2
ahci0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 278 to local APIC 2 vector 51
ahci0: using IRQ 278 for MSI
ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier supported
ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 6Gbps PM PMD SSC PSC 32cmd eSATA 6ports
ahci0: Caps2: DESO SADM SDS APST
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: Caps: HPCP
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich1: Caps: HPCP
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich2: Caps: HPCP
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich3: Caps: HPCP
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich4: Caps: HPCP
ahcich5: <AHCI channel> at channel 5 on ahci0
ahcich5: Caps: HPCP
pcib3: <ACPI PCI-PCI bridge> at device 0.2 on pci2
pcib2: allocated I/O port range (0xe000-0xefff) for rid 1c of pcib3
pcib2: allocated memory range (0xfcd00000-0xfcefffff) for rid 20 of pcib3
pcib3:   domain            0
pcib3:   secondary bus     4
pcib3:   subordinate bus   12
pcib3:   I/O decode        0xe000-0xefff
pcib3:   memory decode     0xfcd00000-0xfcefffff
pcib3: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02 - AE_NOT_FOUND
pci3: <ACPI PCI bus> on pcib3
pcib3: allocated bus range (4-4) for rid 0 of pci3
pci3: domain=0, physical bus=4
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=0, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=5, subbus=5
pcib3: allocated bus range (5-5) for rid 0 of pci0:4:0:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=6, subbus=6
pcib3: allocated bus range (6-6) for rid 0 of pci0:4:1:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=2, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=7, subbus=7
pcib3: allocated bus range (7-7) for rid 0 of pci0:4:2:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=3, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=8, subbus=8
pcib3: allocated bus range (8-8) for rid 0 of pci0:4:3:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=6, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=9, subbus=9
pcib3: allocated bus range (9-9) for rid 0 of pci0:4:6:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=7, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=10, subbus=10
pcib3: allocated bus range (10-10) for rid 0 of pci0:4:7:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=8, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=11, subbus=11
pcib3: allocated bus range (11-11) for rid 0 of pci0:4:8:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=9, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=12, subbus=12
pcib3: allocated bus range (12-12) for rid 0 of pci0:4:9:0
pcib4: <ACPI PCI-PCI bridge> at device 0.0 on pci3
pcib3: allocated I/O port range (0xe000-0xefff) for rid 1c of pcib4
pcib3: allocated memory range (0xfce00000-0xfcefffff) for rid 20 of pcib4
pcib4:   domain            0
pcib4:   secondary bus     5
pcib4:   subordinate bus   5
pcib4:   I/O decode        0xe000-0xefff
pcib4:   memory decode     0xfce00000-0xfcefffff
pcib4: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT20 - AE_NOT_FOUND
pci4: <ACPI PCI bus> on pcib4
pcib4: allocated bus range (5-5) for rid 0 of pci4
pci4: domain=0, physical bus=5
found->	vendor=0x10ec, dev=0x8168, revid=0x15
	domain=0, bus=5, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D1 D2 D3  current D0
	MSI supports 1 message, 64 bit
	MSI-X supports 4 messages in map 0x20
	map[10]: type I/O Port, range 32, base 0xe000, size  8, enabled
pcib4: allocated I/O port range (0xe000-0xe0ff) for rid 10 of pci0:5:0:0
	map[18]: type Memory, range 64, base 0xfce04000, size 12, enabled
pcib4: allocated memory range (0xfce04000-0xfce04fff) for rid 18 of pci0:5:0:0
	map[20]: type Memory, range 64, base 0xfce00000, size 14, enabled
pcib4: allocated memory range (0xfce00000-0xfce03fff) for rid 20 of pci0:5:0:0
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0xfce04000-0xfce04fff,0xfce00000-0xfce03fff at device 0.0 on pci4
re0: MSI count : 1
re0: MSI-X count : 4
re0: attempting to allocate 1 MSI-X vectors (4 supported)
msi: routing MSI-X IRQ 279 to local APIC 4 vector 50
re0: using IRQ 279 for MSI-X
re0: Using 1 MSI-X message
re0: turning off MSI enable bit.
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0: OUI 0x00e04c, model 0x0000, rev. 0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: bpf attached
re0: Ethernet address: a8:a1:59:34:3f:7f
re0: netmap queues/slots: TX 1/256, RX 1/256
pcib5: <ACPI PCI-PCI bridge> at device 1.0 on pci3
pcib3: allocated memory range (0xfcd00000-0xfcdfffff) for rid 20 of pcib5
pcib5:   domain            0
pcib5:   secondary bus     6
pcib5:   subordinate bus   6
pcib5:   memory decode     0xfcd00000-0xfcdfffff
pcib5: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT21 - AE_NOT_FOUND
pci5: <ACPI PCI bus> on pcib5
pcib5: allocated bus range (6-6) for rid 0 of pci5
pci5: domain=0, physical bus=6
found->	vendor=0x8086, dev=0x24fb, revid=0x10
	domain=0, bus=6, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 64, base 0xfcd00000, size 13, memory disabled
pcib5: allocated memory range (0xfcd00000-0xfcd01fff) for rid 10 of pci0:6:0:0
pci5: <network> at device 0.0 (no driver attached)
pcib6: <ACPI PCI-PCI bridge> at device 2.0 on pci3
pcib6:   domain            0
pcib6:   secondary bus     7
pcib6:   subordinate bus   7
pcib6: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT22 - AE_NOT_FOUND
pci6: <ACPI PCI bus> on pcib6
pcib6: allocated bus range (7-7) for rid 0 of pci6
pci6: domain=0, physical bus=7
pcib7: <ACPI PCI-PCI bridge> at device 3.0 on pci3
pcib7:   domain            0
pcib7:   secondary bus     8
pcib7:   subordinate bus   8
pcib7: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT23 - AE_NOT_FOUND
pci7: <ACPI PCI bus> on pcib7
pcib7: allocated bus range (8-8) for rid 0 of pci7
pci7: domain=0, physical bus=8
pcib8: <ACPI PCI-PCI bridge> at device 6.0 on pci3
pcib8:   domain            0
pcib8:   secondary bus     9
pcib8:   subordinate bus   9
pcib8: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT26 - AE_NOT_FOUND
pci8: <ACPI PCI bus> on pcib8
pcib8: allocated bus range (9-9) for rid 0 of pci8
pci8: domain=0, physical bus=9
pcib9: <ACPI PCI-PCI bridge> at device 7.0 on pci3
pcib9:   domain            0
pcib9:   secondary bus     10
pcib9:   subordinate bus   10
pcib9: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT27 - AE_NOT_FOUND
pci9: <ACPI PCI bus> on pcib9
pcib9: allocated bus range (10-10) for rid 0 of pci9
pci9: domain=0, physical bus=10
pcib10: <ACPI PCI-PCI bridge> at device 8.0 on pci3
pcib10:   domain            0
pcib10:   secondary bus     11
pcib10:   subordinate bus   11
pcib10: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT28 - AE_NOT_FOUND
pci10: <ACPI PCI bus> on pcib10
pcib10: allocated bus range (11-11) for rid 0 of pci10
pci10: domain=0, physical bus=11
pcib11: <ACPI PCI-PCI bridge> at device 9.0 on pci3
pcib11:   domain            0
pcib11:   secondary bus     12
pcib11:   subordinate bus   12
pcib11: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT29 - AE_NOT_FOUND
pci11: <ACPI PCI bus> on pcib11
pcib11: allocated bus range (12-12) for rid 0 of pci11
pci11: domain=0, physical bus=12
pcib12: <ACPI PCI-PCI bridge> at device 8.1 on pci0
pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib12
pcib0: allocated type 3 (0xfc500000-0xfc8fffff) for rid 20 of pcib12
pcib0: allocated type 3 (0xd0000000-0xe01fffff) for rid 24 of pcib12
pcib12:   domain            0
pcib12:   secondary bus     13
pcib12:   subordinate bus   13
pcib12:   I/O decode        0xd000-0xdfff
pcib12:   memory decode     0xfc500000-0xfc8fffff
pcib12:   prefetched decode 0xd0000000-0xe01fffff
pci12: <ACPI PCI bus> on pcib12
pcib12: allocated bus range (13-13) for rid 0 of pci12
pci12: domain=0, physical bus=13
found->	vendor=0x1002, dev=0x1636, revid=0xd8
	domain=0, bus=13, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 4 messages, 64 bit
	MSI-X supports 4 messages in map 0x24
	map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled
pcib12: allocated prefetch range (0xd0000000-0xdfffffff) for rid 10 of pci0:13:0:0
	map[18]: type Prefetchable Memory, range 64, base 0xe0000000, size 21, enabled
pcib12: allocated prefetch range (0xe0000000-0xe01fffff) for rid 18 of pci0:13:0:0
	map[20]: type I/O Port, range 32, base 0xd000, size  8, port disabled
pcib12: allocated I/O port range (0xd000-0xd0ff) for rid 20 of pci0:13:0:0
	map[24]: type Memory, range 32, base 0xfc800000, size 19, enabled
pcib12: allocated memory range (0xfc800000-0xfc87ffff) for rid 24 of pci0:13:0:0
found->	vendor=0x1002, dev=0x1637, revid=0x00
	domain=0, bus=13, slot=0, func=1
	class=04-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfc888000, size 14, memory disabled
pcib12: allocated memory range (0xfc888000-0xfc88bfff) for rid 10 of pci0:13:0:1
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
	map[18]: type Memory, range 32, base 0xfc700000, size 20, memory disabled
pcib12: allocated memory range (0xfc700000-0xfc7fffff) for rid 18 of pci0:13:0:2
	map[24]: type Memory, range 32, base 0xfc88c000, size 13, enabled
pcib12: allocated memory range (0xfc88c000-0xfc88dfff) for rid 24 of pci0:13:0:2
found->	vendor=0x1022, dev=0x1639, revid=0x00
	domain=0, bus=13, slot=0, func=3
	class=0c-03-30, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfc600000, size 20, enabled
pcib12: allocated memory range (0xfc600000-0xfc6fffff) for rid 10 of pci0:13:0:3
found->	vendor=0x1022, dev=0x1639, revid=0x00
	domain=0, bus=13, slot=0, func=4
	class=0c-03-30, 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=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfc500000, size 20, enabled
pcib12: allocated memory range (0xfc500000-0xfc5fffff) for rid 10 of pci0:13:0:4
found->	vendor=0x1022, dev=0x15e3, revid=0x00
	domain=0, bus=13, slot=0, func=6
	class=04-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfc880000, size 15, memory disabled
pcib12: allocated memory range (0xfc880000-0xfc887fff) for rid 10 of pci0:13:0:6
vgapci0: <VGA-compatible display> port 0xd000-0xd0ff mem 0xd0000000-0xdfffffff,0xe0000000-0xe01fffff,0xfc800000-0xfc87ffff at device 0.0 on pci12
hdac0: <ATI (0x1637) HDA Controller> mem 0xfc888000-0xfc88bfff at device 0.1 on pci12
hdac0: PCI card vendor: 0x1002, device: 0x1637
hdac0: HDA Driver Revision: 20120126_0002
hdac0: Config options: on=0x00000000 off=0x00000000
hdac0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 280 to local APIC 6 vector 50
hdac0: using IRQ 280 for MSI
hdac0: Caps: OSS 4, ISS 0, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
pci12: <encrypt/decrypt> at device 0.2 (no driver attached)
xhci1: <XHCI (generic) USB 3.0 controller> mem 0xfc600000-0xfc6fffff at device 0.3 on pci12
xhci1: 64 bytes context size, 64-bit DMA
xhci1: Unable to map MSI-X table
xhci1: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 281 to local APIC 8 vector 48
xhci1: using IRQ 281 for MSI
xhci1: MSI enabled
usbus1 on xhci1
xhci1: usbpf: Attached
usbus1: 5.0Gbps Super Speed USB v3.0
xhci2: <XHCI (generic) USB 3.0 controller> mem 0xfc500000-0xfc5fffff at device 0.4 on pci12
xhci2: 64 bytes context size, 64-bit DMA
xhci2: Unable to map MSI-X table
xhci2: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 282 to local APIC 10 vector 48
xhci2: using IRQ 282 for MSI
xhci2: MSI enabled
usbus2 on xhci2
xhci2: usbpf: Attached
usbus2: 5.0Gbps Super Speed USB v3.0
hdac1: <AMD (0x15e3) HDA Controller> mem 0xfc880000-0xfc887fff at device 0.6 on pci12
hdac1: PCI card vendor: 0x1849, device: 0x288a
hdac1: HDA Driver Revision: 20120126_0002
hdac1: Config options: on=0x00000000 off=0x00000000
hdac1: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 283 to local APIC 12 vector 48
hdac1: using IRQ 283 for MSI
hdac1: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
acpi_button0: <Power Button> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart2: <16x50 with 256 byte FIFO> iomem 0xfedc9000-0xfedc9fff,0xfedc7000-0xfedc7fff irq 3 on acpi0
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 14 vector 48
uart2: fast interrupt
uart2: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart3: <16x50 with 256 byte FIFO> iomem 0xfedca000-0xfedcafff,0xfedc8000-0xfedc8fff irq 4 on acpi0
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 56
uart3: fast interrupt
uart3: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart4: <16x50 with 256 byte FIFO> iomem 0xfedce000-0xfedcefff,0xfedcc000-0xfedccfff irq 3 on acpi0
uart4: fast interrupt
uart4: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart5: <16x50 with 256 byte FIFO> iomem 0xfedcf000-0xfedcffff,0xfedcd000-0xfedcdfff irq 4 on acpi0
uart5: fast interrupt
uart5: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
acpi_syscontainer0: <System Container> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
cpu0: Processor \134_SB_.PLTF.C000 (ACPI ID 0) -> APIC ID 0
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
cpu1: Processor \134_SB_.PLTF.C001 (ACPI ID 1) -> APIC ID 1
cpu1: <ACPI CPU> on acpi0
cpu2: Processor \134_SB_.PLTF.C002 (ACPI ID 2) -> APIC ID 2
cpu2: <ACPI CPU> on acpi0
cpu3: Processor \134_SB_.PLTF.C003 (ACPI ID 3) -> APIC ID 3
cpu3: <ACPI CPU> on acpi0
cpu4: Processor \134_SB_.PLTF.C004 (ACPI ID 4) -> APIC ID 4
cpu4: <ACPI CPU> on acpi0
cpu5: Processor \134_SB_.PLTF.C005 (ACPI ID 5) -> APIC ID 5
cpu5: <ACPI CPU> on acpi0
cpu6: Processor \134_SB_.PLTF.C006 (ACPI ID 6) -> APIC ID 6
cpu6: <ACPI CPU> on acpi0
cpu7: Processor \134_SB_.PLTF.C007 (ACPI ID 7) -> APIC ID 7
cpu7: <ACPI CPU> on acpi0
cpu8: Processor \134_SB_.PLTF.C008 (ACPI ID 8) -> APIC ID 8
cpu8: <ACPI CPU> on acpi0
cpu9: Processor \134_SB_.PLTF.C009 (ACPI ID 9) -> APIC ID 9
cpu9: <ACPI CPU> on acpi0
cpu10: Processor \134_SB_.PLTF.C00A (ACPI ID 10) -> APIC ID 10
cpu10: <ACPI CPU> on acpi0
cpu11: Processor \134_SB_.PLTF.C00B (ACPI ID 11) -> APIC ID 11
cpu11: <ACPI CPU> on acpi0
cpu12: Processor \134_SB_.PLTF.C00C (ACPI ID 12) -> APIC ID 12
cpu12: <ACPI CPU> on acpi0
cpu13: Processor \134_SB_.PLTF.C00D (ACPI ID 13) -> APIC ID 13
cpu13: <ACPI CPU> on acpi0
cpu14: Processor \134_SB_.PLTF.C00E (ACPI ID 14) -> APIC ID 14
cpu14: <ACPI CPU> on acpi0
cpu15: Processor \134_SB_.PLTF.C00F (ACPI ID 15) -> APIC ID 15
cpu15: <ACPI CPU> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: fast interrupt
uart0: PPS capture mode: DCD
ACPI: Enabled 1 GPEs in block 00 to 1F
pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0
pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0
pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0
pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0
pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0000-0xc07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0800-0xc0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1000-0xc17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1800-0xc1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2000-0xc27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2800-0xc2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3000-0xc37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3800-0xc3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4000-0xc47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4800-0xc4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5000-0xc57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5800-0xc5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6000-0xc67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6800-0xc6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7000-0xc77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7800-0xc7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8000-0xc87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8800-0xc8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9000-0xc97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9800-0xc9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xca000-0xca7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xca800-0xcafff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb000-0xcb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb800-0xcbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc000-0xcc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc800-0xccfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd000-0xcd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd800-0xcdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xce000-0xce7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xce800-0xcefff) for rid 0 of orm0
pcib0: allocated type 3 (0xcf000-0xcf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcf800-0xcffff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xda000-0xda7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xda800-0xdafff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd800-0xddfff) for rid 0 of orm0
pcib0: allocated type 3 (0xde000-0xde7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xde800-0xdefff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf800-0xdffff) for rid 0 of orm0
ahc_isa_identify 0: ioport 0xc00 alloc failed
ahc_isa_identify 1: ioport 0x1c00 alloc failed
ahc_isa_identify 2: ioport 0x2c00 alloc failed
ahc_isa_identify 3: ioport 0x3c00 alloc failed
ahc_isa_identify 4: ioport 0x4c00 alloc failed
ahc_isa_identify 5: ioport 0x5c00 alloc failed
ahc_isa_identify 6: ioport 0x6c00 alloc failed
ahc_isa_identify 7: ioport 0x7c00 alloc failed
ahc_isa_identify 8: ioport 0x8c00 alloc failed
ahc_isa_identify 9: ioport 0x9c00 alloc failed
ahc_isa_identify 10: ioport 0xac00 alloc failed
ahc_isa_identify 11: ioport 0xbc00 alloc failed
ahc_isa_identify 12: ioport 0xcc00 alloc failed
ahc_isa_identify 13: ioport 0xdc00 alloc failed
ahc_isa_identify 14: ioport 0xec00 alloc failed
isa_probe_children: disabling PnP devices
atrtc: atrtc0 already exists; skipping it
attimer: attimer0 already exists; skipping it
sc: sc0 already exists; skipping it
uart: uart0 already exists; skipping it
isa_probe_children: probing non-PnP devices
sc0 failed to probe on isa0
vga0 failed to probe on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
kbd0: atkbd0, generic (0), config:0x0, flags:0x1f0000
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 2 vector 52
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
atkbdc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 12.
pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0
pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ppc0: cannot reserve I/O port range
ppc0 failed to probe at irq 7 on isa0
pcib0: allocated type 4 (0x2f8-0x2f8) for rid 0 of uart1
uart1 failed to probe at port 0x2f8 irq 3 on isa0
isa_probe_children: probing PnP devices
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
Device configuration finished.
procfs registered
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
lo0: bpf attached
vlan: initialized, using hash tables with chaining
IPsec: Initialized Security Association Processing.
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 131072
AcpiOsExecute: enqueue 16 pending tasks
hpt27xx: no controller detected.
hptnr: no controller detected.
hptrr: no controller detected.
ahcich0: AHCI reset...
hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0
hdaa0: <ATI R6xx Audio Function Group> at nid 1ahcich0:  on hdacc0
hdaa0: Subsystem ID: 0x00aa0100
SATA connect time=100us status=00000133
ahcich0: AHCI reset: device found
hdaa0: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0
ahcich1: AHCI reset...
hdaa0: Original pins configuration:
hdaa0: nid   0x    as seq device       conn  jack    loc        color   misc
ahcich1: hdaa0:  3 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  5 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  7 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  9 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0: 11 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0
hdaa0: 13 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0
SATA connect time=100us status=00000133
hdaa0: ahcich1: AHCI reset: device found
Patched pins configuration:
hdaa0: nid   0x    as seq device       conn  jack    loc        color   misc
ahcich2: hdaa0:  3 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  5 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  7 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  9 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0: 11 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
hdaa0: 13 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
hdaa0: 4 associations found:
hdaa0: Association 0 (15) out:
hdaa0:  Pin nid=3 seq=0
hdaa0: Association 1 (15) out:
hdaa0:  Pin nid=5 seq=0
hdaa0: Association 2 (15) out:
hdaa0:  Pin nid=7 seq=0
hdaa0: Association 3 (15) out:
hdaa0:  Pin nid=9 seq=0
hdaa0: Tracing association 0 (15)
hdaa0:  Pin 3 traced to DAC 2
hdaa0: Association 0 (15) trace succeeded
hdaa0: Tracing association 1 (15)
hdaa0:  Pin 5 traced to DAC 4
hdaa0: Association 1 (15) trace succeeded
hdaa0: Tracing association 2 (15)
hdaa0:  Pin 7 traced to DAC 6
hdaa0: Association 2 (15) trace succeeded
hdaa0: Tracing association 3 (15)
hdaa0:  Pin 9 traced to DAC 8
hdaa0: Association 3 (15) trace succeeded
hdaa0: Looking for additional DAC for association 0 (15)
hdaa0: Looking for additional DAC for association 1 (15)
hdaa0: Looking for additional DAC for association 2 (15)
hdaa0: Looking for additional DAC for association 3 (15)
hdaa0: Tracing input monitor
hdaa0: Tracing other input monitors
hdaa0: Tracing beeper
AHCI reset...
hdaa0: Pin sense: nid=3 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=5 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=7 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=9 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0
pcm0: Playback:
pcm0:      Stream cap: 0x00000005 AC3 PCM
pcm0:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm0:             DAC: 2
pcm0:
pcm0:     nid=3 [pin: Digital-out (Jack)]
ahcich2: pcm0:       + <- nid=2 [audio output] [src: pcm]
pcm0:
SATA connect timeout time=10000us status=00000000
pcm0: ahcich2: AHCI reset: device not found
ahcich3: AHCI reset...
Mixer "vol" -> "none": child=0x00000010
pcm0: Mixer "pcm": parent="vol"
pcm0: Soft PCM mixer ENABLED
pcm0: Playback channel set is: Front Left, Front Right,
pcm0: Playback channel matrix is: 2.0 (disconnected)
pcm1: <ATI R6xx (HDMI)> at nid 5 on hdaa0
pcm1: Playback:
ahcich3: pcm1:      Stream cap: 0x00000005 AC3 PCM
pcm1:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm1:             DAC: 4
pcm1: SATA connect timeout time=10000us status=00000000
ahcich3: AHCI reset: device not found
ahcich4: AHCI reset...

pcm1:     nid=5 [pin: Digital-out (Jack)]
pcm1:       + <- nid=4 [audio output] [src: pcm]
pcm1:
pcm1: Mixer "vol" -> "none": child=0x00000010
pcm1: Mixer "pcm": parent="vol"
pcm1: Soft PCM mixer ENABLED
ahcich4: SATA connect timeout time=10000us status=00000000
pcm1: ahcich4: AHCI reset: device not found
ahcich5: AHCI reset...
Playback channel set is: Front Left, Front Right,
pcm1: Playback channel matrix is: 2.0 (disconnected)
pcm2: <ATI R6xx (HDMI)> at nid 7 on hdaa0
pcm2: Playback:
pcm2:      Stream cap: 0x00000005 AC3 PCM
pcm2:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm2:             DAC: 6
pcm2:
pcm2:     nid=7 [pin: Digital-out (Jack)]
pcm2:       + <- nid=6 [audio output] [src: pcm]
pcm2:
ahcich5: SATA connect timeout time=10000us status=00000000
pcm2: ahcich5: AHCI reset: device not found
Mixer "vol" -> "none": child=0x00000010
pcm2: Mixer "pcm": parent="vol"
pcm2: Soft PCM mixer ENABLED
pcm2: Playback channel set is: Front Left, Front Right,
pcm2: Playback channel matrix is: 2.0 (disconnected)
pcm3: <ATI R6xx (HDMI)> at nid 9 on hdaa0
pcm3: Playback:
pcm3:      Stream cap: 0x00000005 AC3 PCM
pcm3:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm3:             DAC: 8
pcm3:
pcm3:     nid=9 [pin: Digital-out (Jack)]
pcm3:       + <- nid=8 [audio output] [src: pcm]
pcm3:
pcm3: Mixer "vol" -> "none": child=0x00000010
pcm3: Mixer "pcm": parent="vol"
pcm3: Soft PCM mixer ENABLED
pcm3: Playback channel set is: Front Left, Front Right,
pcm3: Playback channel matrix is: 2.0 (disconnected)
hdacc1: <Realtek ALC887 HDA CODEC> at cad 0 on hdac1
hdaa1: <Realtek ALC887 Audio Function Group> at nid 1 on hdacc1
hdaa1: Subsystem ID: 0x1849288a
hdaa1: NumGPIO=2 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdaa1:  GPIO0: disabled
hdaa1:  GPIO1: disabled
hdaa1: Original pins configuration:
hdaa1: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa1: 17 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0
hdaa1: 18 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 20 01014010 1  0  Line-out      Jack  1/8     Rear       Green   0
hdaa1: 21 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 22 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 23 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 24 01a19030 3  0  Mic           Jack  1/8     Rear       Pink    0
hdaa1: 25 02a19040 4  0  Mic           Jack  1/8     Front      Pink    0
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214020 2  0  Headphones    Jack  1/8     Front      Green   0
hdaa1: 28 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 29 4026c629 2  9  Headphones    None  Digital 0x00       Res.C   6
hdaa1: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 31 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: Patching widget caps nid=29 0x00400400 -> 0x00700400
hdaa1: Patched pins configuration:
hdaa1: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa1: 17 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0 DISA
hdaa1: 18 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 20 01014010 1  0  Line-out      Jack  1/8     Rear       Green   0
hdaa1: 21 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 22 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 23 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 24 01a19030 3  0  Mic           Jack  1/8     Rear       Pink    0
hdaa1: 25 02a19040 4  0  Mic           Jack  1/8     Front      Pink    0
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214020 2  0  Headphones    Jack  1/8     Front      Green   0
hdaa1: 28 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 31 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 4 associations found:
hdaa1: Association 0 (1) out:
hdaa1:  Pin nid=20 seq=0
hdaa1: Association 1 (2) out:
hdaa1:  Pin nid=27 seq=0
hdaa1: Association 2 (3) in:
hdaa1:  Pin nid=24 seq=0
hdaa1:  Pin nid=26 seq=15
hdaa1: Association 3 (4) in:
hdaa1:  Pin nid=25 seq=0
hdaa1: Tracing association 0 (1)
hdaa1:  Pin 20 traced to DAC 2
hdaa1: Association 0 (1) trace succeeded
hdaa1: Tracing association 1 (2)
hdaa1:  Pin 27 traced to DAC 3
hdaa1: Association 1 (2) trace succeeded
hdaa1: Tracing association 2 (3)
hdaa1:  Pin 24 traced to ADC 8
hdaa1:  Pin 26 traced to ADC 8
hdaa1: Association 2 (3) trace succeeded
hdaa1: Tracing association 3 (4)
hdaa1:  Pin 25 traced to ADC 9
hdaa1: Association 3 (4) trace succeeded
hdaa1: Looking for additional DAC for association 0 (1)
hdaa1: Looking for additional DAC for association 1 (2)
hdaa1: Looking for additional ADC for association 2 (3)
hdaa1: Looking for additional ADC for association 3 (4)
hdaa1: Tracing input monitor
hdaa1:  Tracing nid 11 to out
hdaa1:  nid 11 is input monitor
hdaa1:  Tracing nid 34 to out
hdaa1:  Tracing nid 35 to out
hdaa1: Tracing other input monitors
hdaa1:  Tracing nid 24 to out
hdaa1:  Tracing nid 25 to out
hdaa1:  Tracing nid 26 to out
hdaa1: Tracing beeper
hdaa1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
pcm4: <Realtek ALC887 (Rear Analog)> at nid 20 and 24,26 on hdaa1
pcm4: Playback:
pcm4:      Stream cap: 0x00000001 PCM
pcm4:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm4:             DAC: 2
pcm4:
pcm4:     nid=20 [pin: Line-out (Green Jack)]
pcm4:       + <- nid=12 [audio mixer] [src: pcm, mix]
pcm4:              + <- nid=2 [audio output] [src: pcm]
pcm4:              + <- nid=11 [audio mixer] [src: mix]
pcm4:
pcm4: Record:
pcm4:      Stream cap: 0x00000001 PCM
pcm4:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm4:             ADC: 8
pcm4:
pcm4:     nid=8 [audio input]
pcm4:       + <- nid=35 [audio mixer] [src: speaker, line, mic, mix]
pcm4:              + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm4:              + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm4:              + <- nid=29 [beep widget] [src: speaker]
pcm4:              + <- nid=11 [audio mixer] [src: mix]
pcm4:
pcm4: Input Mix:
pcm4:
pcm4:     nid=11 [audio mixer]
pcm4:       + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm4:       + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm4:       + <- nid=29 [beep widget] [src: speaker]
pcm4:
pcm4: Master Volume (OSS: vol): -64/0dB
pcm4:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm4:    +- ctl 17 (nid  12 in   0): mute
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:    +- ctl 25 (nid  20 in ):    mute
pcm4:
pcm4: PCM Volume (OSS: pcm): -64/0dB
pcm4:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm4:    +- ctl 17 (nid  12 in   0): mute
pcm4:
pcm4: Microphone Volume (OSS: mic): 0/30dB
pcm4:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm4:    +- ctl 30 (nid  24 out):    0/30dB (4 steps)
pcm4:    +- ctl 49 (nid  35 in   0): mute
pcm4:
pcm4: Line-in Volume (OSS: line): 0/30dB
pcm4:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm4:    +- ctl 34 (nid  26 out):    0/30dB (4 steps)
pcm4:    +- ctl 51 (nid  35 in   2): mute
pcm4:
pcm4: Speaker/Beep Volume (OSS: speaker): -34/12dB
pcm4:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm4:    +- ctl 54 (nid  35 in   5): mute
pcm4:
pcm4: Recording Level (OSS: rec): -16/30dB
pcm4:    +- ctl  5 (nid   8 in   0): -16/30dB (47 steps) + mute
pcm4:    +- ctl 49 (nid  35 in   0): mute
pcm4:    +- ctl 51 (nid  35 in   2): mute
pcm4:    +- ctl 54 (nid  35 in   5): mute
pcm4:    +- ctl 59 (nid  35 in  10): mute
pcm4:
pcm4: Input Mix Level (OSS: mix): -34/12dB
pcm4:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm4:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm4:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:    +- ctl 59 (nid  35 in  10): mute
pcm4:
pcm4: Input Monitoring Level (OSS: igain): 0/0dB
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:
pcm4: Mixer "vol":
pcm4: Mixer "pcm":
pcm4: Mixer "speaker":
pcm4: Mixer "line":
pcm4: Mixer "mic":
pcm4: Mixer "mix":
pcm4: Mixer "rec":
pcm4: Mixer "igain":
pcm4: Mixer "ogain":
pcm4: Playback channel set is: Front Left, Front Right,
pcm4: Playback channel matrix is: 2.0 (disconnected)
pcm4: Recording channel set is: Front Left, Front Right,
pcm4: Recording channel matrix is: 2.0 (disconnected)
pcm5: <Realtek ALC887 (Front Analog)> at nid 27 and 25 on hdaa1
pcm5: Playback:
pcm5:      Stream cap: 0x00000001 PCM
pcm5:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm5:             DAC: 3
pcm5:
pcm5:     nid=27 [pin: Headphones (Green Jack)]
pcm5:       + <- nid=13 [audio mixer] [src: pcm, mix]
pcm5:              + <- nid=3 [audio output] [src: pcm]
pcm5:              + <- nid=11 [audio mixer] [src: mix]
pcm5:
pcm5: Record:
pcm5:      Stream cap: 0x00000001 PCM
pcm5:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm5:             ADC: 9
pcm5:
pcm5:     nid=9 [audio input]
pcm5:       + <- nid=34 [audio mixer] [src: speaker, monitor]
pcm5:              + <- nid=25 [pin: Mic (Pink Jack)] [src: monitor]
pcm5:              + <- nid=29 [beep widget] [src: speaker]
pcm5:
pcm5: Master Volume (OSS: vol): -64/0dB
pcm5:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm5:    +- ctl 19 (nid  13 in   0): mute
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:    +- ctl 35 (nid  27 in ):    mute
pcm5:
pcm5: PCM Volume (OSS: pcm): -64/0dB
pcm5:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm5:    +- ctl 19 (nid  13 in   0): mute
pcm5:
pcm5: Microphone2 Volume (OSS: monitor): 0/30dB
pcm5:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm5:    +- ctl 38 (nid  34 in   1): mute
pcm5:
pcm5: Speaker/Beep Volume (OSS: speaker)
pcm5:    +- ctl 42 (nid  34 in   5): mute
pcm5:
pcm5: Recording Level (OSS: rec): -16/30dB
pcm5:    +- ctl  6 (nid   9 in   0): -16/30dB (47 steps) + mute
pcm5:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm5:    +- ctl 38 (nid  34 in   1): mute
pcm5:    +- ctl 42 (nid  34 in   5): mute
pcm5:
pcm5: Input Mix Level (OSS: mix)
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:
pcm5: Input Monitoring Level (OSS: igain): 0/0dB
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:
pcm5: Mixer "vol":
pcm5: Mixer "pcm":
pcm5: Mixer "rec":
pcm5: Mixer "igain":
pcm5: Mixer "ogain":
pcm5: Mixer "monitor":
pcm5: Playback channel set is: Front Left, Front Right,
pcm5: Playback channel matrix is: 2.0 (disconnected)
pcm5: Recording channel set is: Front Left, Front Right,
pcm5: Recording channel matrix is: 2.0 (disconnected)
ugen0.1: <0x1022 XHCI root HUB> at usbus0
ahcich0: ugen2.1: <0x1022 XHCI root HUB> at usbus2
ugen1.1: <0x1022 XHCI root HUB> at usbus1
AHCI reset: device ready after 100ms
uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
ahcich1: AHCI reset: device ready after 100ms
uhub1: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
uhub2: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus2
pass0 at ahcich0 bus 0 scbus0 target 0 lun 0
pass0: <CHN 25SATA01M 030 P0921A> ACS-2 ATA SATA 3.x device
pass0: Serial Number A130CI02070114
pass0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
pass0: Command Queueing enabled
pass1 at ahcich1 bus 0 scbus1 target 0 lun 0
pass1: <ST2000DM001-1CH164 CC29> ACS-2 ATA SATA 3.x device
pass1: Serial Number W1E37816
pass1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
pass1: Command Queueing enabled
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <CHN 25SATA01M 030 P0921A> ACS-2 ATA SATA 3.x device
ada0: Serial Number A130CI02070114
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada0: Command Queueing enabled
ada0: 28626MB (58626288 512 byte sectors)
GEOM: new disk ada0
ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada1: <ST2000DM001-1CH164 CC29> ACS-2 ATA SATA 3.x device
ada1: Serial Number W1E37816
ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada1: Command Queueing enabled
ada1: 1907729MB (3907029168 512 byte sectors)
ada1: quirks=0x1<4K>
GEOM: new disk ada1
Trying to mount root from zfs:zroot/ROOT/default []...
GEOM: ada1: the primary GPT table is corrupt or invalid.
GEOM: ada1: using the secondary instead -- recovery strongly advised.
Root mount waiting for: usbus2 usbus1 usbus0
uhub1: 6 ports with 6 removable, self powered
uhub2: 6 ports with 6 removable, self powered
uhub0: 14 ports with 14 removable, self powered
ugen1.2: <vendor 0x04f3 OM> at usbus1
Root mount waiting for: usbus1 usbus0
ugen0.2: <ASRock LED Controller> at usbus0
ugen1.3: <Chicony Generic USB Hub> at usbus1
uhub3 on uhub1
uhub3: <Chicony Generic USB Hub, class 9/0, rev 1.10/1.00, addr 2> on usbus1
uhub3: 3 ports with 2 removable, bus powered
ugen0.3: <vendor 0x8087 product 0x0aa7> at usbus0
ugen1.4: <Chicony PFU-65 USB Keyboard> at usbus1
ukbd0 on uhub3
ukbd0: <Chicony PFU-65 USB Keyboard, class 0/0, rev 1.10/1.00, addr 3> on usbus1
kbd2 at ukbd0
kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000
efirtc0: providing initial system time
start_init: trying /sbin/init
lo0: link state changed to UP
re0: link state changed to DOWN
pci0: driver added
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:20:0: reprobing on driver added
pci1: driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
found->	vendor=0x8086, dev=0x24fb, revid=0x10
	domain=0, bus=6, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci0:6:0:0: reprobing on driver added
iwm0: <Intel(R) Dual Band Wireless AC 3168> mem 0xfcd00000-0xfcd01fff at device 0.0 on pci5
iwm0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 284 to local APIC 4 vector 51
iwm0: using IRQ 284 for MSI
firmware: 'iwm3168fw' version 0: 1028032 bytes loaded at 0xffffffff83410000
iwm0: hw rev 0x220, fw ver 22.361476.0, address c8:58:c0:b3:1b:36
iwm0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
iwm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
iwm0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
pci6: driver added
pci7: driver added
pci8: driver added
pci9: driver added
pci10: driver added
pci11: driver added
pci12: driver added
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
pci0:13:0:2: reprobing on driver added
pci0: driver added
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:20:0: reprobing on driver added
intsmb0: <AMD FCH SMBus Controller> at device 20.0 on pci0
pcib0: allocated type 4 (0xcd6-0xcd7) for rid 0 of intsmb0
pcib0: allocated type 4 (0xb00-0xb0f) for rid 0 of intsmb0
smbus0: <System Management Bus> on intsmb0
pci1: driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
pci6: driver added
pci7: driver added
pci8: driver added
pci9: driver added
pci10: driver added
pci11: driver added
pci12: driver added
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
pci0:13:0:2: reprobing on driver added
ums0 on uhub1
ums0: <vendor 0x04f3 OM, class 0/0, rev 1.10/24.58, addr 1> on usbus1
ums0: 3 buttons and [XYZ] coordinates ID=0
uhid0 on uhub0
uhid0: <ASRock LED Controller, class 0/0, rev 1.10/0.00, addr 1> on usbus0
ubt0 on uhub0
ubt0: <vendor 0x8087 product 0x0aa7, class 224/1, rev 2.00/0.01, addr 2> on usbus0
WARNING: attempt to domain_add(bluetooth) after domainfinalize()
WARNING: attempt to domain_add(netgraph) after domainfinalize()
messages
Aug 19 22:27:50 subamd seirios[1297]: ==iovctl -C==
Aug 19 22:27:57 subamd kernel: pcib1: allocated prefetch range (0xe0300000-0xe030ffff) for rid 184 of ix1
Aug 19 22:27:57 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x184 type 3 at 0xe0300000
Aug 19 22:27:57 subamd kernel: pcib1: allocated prefetch range (0xe0310000-0xe031ffff) for rid 190 of ix1
Aug 19 22:27:57 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x190 type 3 at 0xe0310000
Aug 19 22:28:00 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:28:00 subamd kernel: 	domain=0, bus=1, slot=0, func=129
Aug 19 22:28:00 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:28:00 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:28:00 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:28:00 subamd kernel: 	intpin=_, irq=255
Aug 19 22:28:00 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:28:00 subamd kernel: 	domain=0, bus=1, slot=0, func=131
Aug 19 22:28:00 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:28:00 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:28:00 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:28:00 subamd kernel: 	intpin=_, irq=255
Aug 19 22:28:00 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:28:00 subamd kernel: 	domain=0, bus=1, slot=0, func=133
Aug 19 22:28:00 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:28:00 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:28:00 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:28:00 subamd kernel: 	intpin=_, irq=255
Aug 19 22:28:00 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:28:00 subamd kernel: 	domain=0, bus=1, slot=0, func=135
Aug 19 22:28:00 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:28:00 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:28:00 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:28:00 subamd kernel: 	intpin=_, irq=255
Aug 19 22:28:00 subamd kernel: pci1: <unknown> at device 0.129 (no driver attached)
Aug 19 22:28:00 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.131 on pci1
Aug 19 22:28:00 subamd kernel: ixv0: Using 2048 TX descriptors and 2048 RX descriptors
Aug 19 22:28:00 subamd kernel: ixv0: msix_init qsets capped at 1
Aug 19 22:28:00 subamd kernel: ixv0: MSI-X not supported or disabled
Aug 19 22:28:00 subamd kernel: ixv0: Using a Legacy interrupt
Aug 19 22:28:00 subamd kernel: ixv0: allocated for 1 queues
Aug 19 22:28:00 subamd kernel: ixv0: allocated for 1 rx queues
Aug 19 22:28:00 subamd kernel: pcib1: no PRT entry for 1.0.INT?
Aug 19 22:28:00 subamd kernel: ixv0: failed to allocate IRQ for rid 0, name irq0.
Aug 19 22:28:00 subamd kernel: ixv0: iflib_legacy_setup failed 12
Aug 19 22:28:00 subamd kernel: device_attach: ixv0 attach returned 12
Aug 19 22:28:00 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.133 on pci1
Aug 19 22:28:00 subamd kernel: ixv0: Using 2048 TX descriptors and 2048 RX descriptors
Aug 19 22:28:00 subamd kernel: ixv0: msix_init qsets capped at 1
Aug 19 22:28:00 subamd kernel: ixv0: MSI-X not supported or disabled
Aug 19 22:28:00 subamd kernel: ixv0: Using a Legacy interrupt
Aug 19 22:28:00 subamd kernel: ixv0: allocated for 1 queues
Aug 19 22:28:00 subamd kernel: ixv0: allocated for 1 rx queues
Aug 19 22:28:00 subamd kernel: pcib1: no PRT entry for 1.0.INT?
Aug 19 22:28:00 subamd kernel: ixv0: failed to allocate IRQ for rid 0, name irq0.
Aug 19 22:28:00 subamd kernel: ixv0: iflib_legacy_setup failed 12
Aug 19 22:28:00 subamd kernel: device_attach: ixv0 attach returned 12
Aug 19 22:28:00 subamd kernel: pci1: <unknown> at device 0.135 (no driver attached)
Aug 19 22:28:19 subamd seirios[1313]: ==iovctl -D==
Aug 19 22:28:22 subamd seirios[1314]: ==iovctl -C==
Aug 19 22:28:27 subamd kernel: pcib1: allocated prefetch range (0xe0300000-0xe030ffff) for rid 184 of ix1
Aug 19 22:28:27 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x184 type 3 at 0xe0300000
Aug 19 22:28:27 subamd kernel: pcib1: allocated prefetch range (0xe0310000-0xe031ffff) for rid 190 of ix1
Aug 19 22:28:27 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x190 type 3 at 0xe0310000
Aug 19 22:28:31 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:28:31 subamd kernel: 	domain=0, bus=1, slot=0, func=129
Aug 19 22:28:31 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:28:31 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:28:31 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:28:31 subamd kernel: 	intpin=_, irq=255
Aug 19 22:28:31 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:28:31 subamd kernel: 	domain=0, bus=1, slot=0, func=131
Aug 19 22:28:31 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:28:31 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:28:31 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:28:31 subamd kernel: 	intpin=_, irq=255
Aug 19 22:28:31 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:28:31 subamd kernel: 	domain=0, bus=1, slot=0, func=133
Aug 19 22:28:31 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:28:31 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:28:31 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:28:31 subamd kernel: 	intpin=_, irq=255
Aug 19 22:28:31 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 19 22:28:31 subamd kernel: 	domain=0, bus=1, slot=0, func=135
Aug 19 22:28:31 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 19 22:28:31 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 19 22:28:31 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 19 22:28:31 subamd kernel: 	intpin=_, irq=255
Aug 19 22:28:31 subamd kernel: pci1: <unknown> at device 0.129 (no driver attached)
Aug 19 22:28:31 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.131 on pci1
Aug 19 22:28:31 subamd kernel: ixv0: Using 2048 TX descriptors and 2048 RX descriptors
Aug 19 22:28:31 subamd kernel: ixv0: msix_init qsets capped at 1
Aug 19 22:28:31 subamd kernel: ixv0: MSI-X not supported or disabled
Aug 19 22:28:31 subamd kernel: ixv0: Using a Legacy interrupt
Aug 19 22:28:31 subamd kernel: ixv0: allocated for 1 queues
Aug 19 22:28:31 subamd kernel: ixv0: allocated for 1 rx queues
Aug 19 22:28:31 subamd kernel: pcib1: no PRT entry for 1.0.INT?
Aug 19 22:28:31 subamd kernel: ixv0: failed to allocate IRQ for rid 0, name irq0.
Aug 19 22:28:31 subamd kernel: ixv0: iflib_legacy_setup failed 12
Aug 19 22:28:31 subamd kernel: device_attach: ixv0 attach returned 12
Aug 19 22:28:31 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.133 on pci1
Aug 19 22:28:31 subamd kernel: ixv0: Using 2048 TX descriptors and 2048 RX descriptors
Aug 19 22:28:31 subamd kernel: ixv0: msix_init qsets capped at 1
Aug 19 22:28:31 subamd kernel: ixv0: MSI-X not supported or disabled
Aug 19 22:28:31 subamd kernel: ixv0: Using a Legacy interrupt
Aug 19 22:28:31 subamd kernel: ixv0: allocated for 1 queues
Aug 19 22:28:31 subamd kernel: ixv0: allocated for 1 rx queues
Aug 19 22:28:31 subamd kernel: pcib1: no PRT entry for 1.0.INT?
Aug 19 22:28:31 subamd kernel: ixv0: failed to allocate IRQ for rid 0, name irq0.
Aug 19 22:28:31 subamd kernel: ixv0: iflib_legacy_setup failed 12
Aug 19 22:28:31 subamd kernel: device_attach: ixv0 attach returned 12
Aug 19 22:28:31 subamd kernel: pci1: <unknown> at device 0.135 (no driver attached)

560SFP+ ko replaced

dmesg.boot
APIC: CPU 5 has ACPI ID 5
APIC: CPU 6 has ACPI ID 6
APIC: CPU 7 has ACPI ID 7
APIC: CPU 8 has ACPI ID 8
APIC: CPU 9 has ACPI ID 9
APIC: CPU 10 has ACPI ID 10
APIC: CPU 11 has ACPI ID 11
APIC: CPU 12 has ACPI ID 12
APIC: CPU 13 has ACPI ID 13
APIC: CPU 14 has ACPI ID 14
APIC: CPU 15 has ACPI ID 15
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 7
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 8
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 9
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 10
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 11
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 12
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 13
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 14
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 17
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 18
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 19
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 20
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 27
Pentium Pro MTRR support enabled
x86bios:  IVT 0x000000-0x0004ff at 0xfffff80000000000
x86bios: SSEG 0x09e000-0x09efff at 0xfffffe0003ff4000
x86bios:  ROM 0x0a0000-0x0fefff at 0xfffff800000a0000
random: read 3840 bytes from preloaded cache
random: unblocking device.
arc4random: read 32 bytes from preloaded cache
VIMAGE (virtualized network stack) enabled
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
ULE: setup cpu 4
ULE: setup cpu 5
ULE: setup cpu 6
ULE: setup cpu 7
ULE: setup cpu 8
ULE: setup cpu 9
ULE: setup cpu 10
ULE: setup cpu 11
ULE: setup cpu 12
ULE: setup cpu 13
ULE: setup cpu 14
ULE: setup cpu 15
ACPI: RSDP 0x00000000CBFF5014 000024 (v02 ALASKA)
ACPI: XSDT 0x00000000CBFF4728 0000DC (v01 ALASKA A M I    01072009 AMI  01000013)
ACPI: FACP 0x00000000CAA32000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
ACPI: DSDT 0x00000000CAA2B000 006218 (v02 ALASKA A M I    01072009 INTL 20120913)
ACPI: FACS 0x00000000CAFEF000 000040
ACPI: SSDT 0x00000000CAA38000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
ACPI: SSDT 0x00000000CAA34000 003A78 (v01 AMD    AMD AOD  00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA33000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
ACPI: FIDT 0x00000000CAA2A000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: MCFG 0x00000000CAA29000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
ACPI: AAFT 0x00000000CAA28000 0000ED (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
ACPI: HPET 0x00000000CAA27000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
ACPI: VFCT 0x00000000CAA19000 00D484 (v01 ALASKA A M I    00000001 AMD  31504F47)
ACPI: BGRT 0x00000000CAA18000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x00000000CAA14000 0035A4 (v02 AMD    AmdTable 00000001 AMD  00000001)
ACPI: CRAT 0x00000000CAA13000 000F28 (v01 AMD    AmdTable 00000001 AMD  00000001)
ACPI: CDIT 0x00000000CAA12000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
ACPI: SSDT 0x00000000CAA11000 000D37 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA0F000 0010A5 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA0B000 00326A (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: WSMT 0x00000000CAA0A000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: APIC 0x00000000CAA09000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x00000000CAA08000 000517 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA07000 00007D (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA05000 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA04000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
ACPI: FPDT 0x00000000CAA03000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
MADT: Found IO APIC ID 17, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 17
ioapic0: ver 0x21 maxredir 0x17
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 18, Interrupt 24 at 0xfec01000
ioapic1: Changing APIC ID to 18
ioapic1: ver 0x21 maxredir 0x1f
lapic: Routing NMI -> LINT1
lapic: LINT1 trigger: edge
lapic: LINT1 polarity: high
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
ioapic0: intpin 9 polarity: low
ioapic0 <Version 2.1> irqs 0-23 on motherboard
ioapic1 <Version 2.1> irqs 24-55 on motherboard
lapic: Divisor 2, Frequency 49907320 Hz
cpu0 BSP:
     ID: 0x00000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #14 Launched!
cpu14 AP:
     ID: 0x0e000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #13 Launched!
cpu13 AP:
     ID: 0x0d000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #15 Launched!
cpu15 AP:
     ID: 0x0f000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #11 Launched!
cpu11 AP:
     ID: 0x0b000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #10 Launched!
cpu10 AP:
     ID: 0x0a000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #7 Launched!
cpu7 AP:
     ID: 0x07000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #2 Launched!
cpu2 AP:
     ID: 0x02000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x01000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #4 Launched!
cpu4 AP:
     ID: 0x04000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #8 Launched!
cpu8 AP:
     ID: 0x08000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #3 Launched!
cpu3 AP:
     ID: 0x03000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #5 Launched!
cpu5 AP:
     ID: 0x05000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #6 Launched!
cpu6 AP:
     ID: 0x06000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #12 Launched!
cpu12 AP:
     ID: 0x0c000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #9 Launched!
cpu9 AP:
     ID: 0x09000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
SMP: failed TSC synchronization test
TSC timecounter discards lower 1 bit(s)
Timecounter "TSC-low" frequency 1796663556 Hz quality -100
random: entropy device external interface
wlan: <802.11 Link Layer>
snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=2 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
000.000023 [4335] netmap_init               netmap: loaded module
null: <full device, null device, zero device>
[ath_hal] loaded
nfslock: pseudo-device
crypto: <crypto core>
tcp_log: tcp_log device
module_register_init: MOD_LOAD (vesa, 0xffffffff8112e0f0, 0) error 19
io: <I/O>
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
hpt27xx: RocketRAID 27xx controller driver v1.2.8
hptnr: R750/DC7280 controller driver v1.1.5
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
nexus0
efirtc0: <EFI Realtime Clock> on motherboard
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0: <software crypto> on motherboard
crypto: assign cryptosoft0 driver id 0, flags 0x6000000
crypto: cryptosoft0 registers alg 1 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 2 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 3 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 4 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 5 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 16 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 6 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 7 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 32 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 18 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 19 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 20 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 8 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 15 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 9 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 10 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 13 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 14 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 34 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 35 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 36 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 37 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 11 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 22 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 23 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 25 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 24 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 26 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 27 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 28 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 21 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 29 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 30 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 31 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 40 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 39 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 38 flags 0 maxoplen 0
acpi0: <ALASKA A M I > on motherboard
ACPI: 12 ACPI AML tables successfully acquired and loaded
PCIe: Memory Mapped configuration base @ 0xf0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xfffffe0003fff000 pa 0x9c000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 2 vector 48
Event timer "i8254" frequency 1193182 Hz quality 100
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 4 vector 48
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 49
Event timer "RTC" frequency 32768 Hz quality 0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
hpet0: vendor 0x1022, rev 0x1, 14318180Hz, 3 timers, legacy route
hpet0:  t0: irqs 0x00c00000 (0), MSI, periodic
hpet0:  t1: irqs 0x00c00000 (0), MSI, periodic
hpet0:  t2: irqs 0x00c00000 (0), MSI, periodic
Timecounter "HPET" frequency 14318180 Hz quality 950
msi: routing MSI-X IRQ 256 to local APIC 6 vector 48
msi: routing MSI-X IRQ 257 to local APIC 8 vector 48
msi: routing MSI-X IRQ 258 to local APIC 10 vector 48
msi: Assigning MSI-X IRQ 256 to local APIC 0 vector 50
msi: Assigning MSI-X IRQ 257 to local APIC 0 vector 51
msi: Assigning MSI-X IRQ 258 to local APIC 0 vector 52
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 350
Event timer "HPET2" frequency 14318180 Hz quality 350
ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/2 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: decoding 5 range 0-0xff
pcib0: decoding 4 range 0-0x3af
pcib0: decoding 4 range 0x3e0-0xcf7
pcib0: decoding 4 range 0x3b0-0x3df
pcib0: decoding 4 range 0xd00-0xffff
pcib0: decoding 3 range 0xa0000-0xbffff
pcib0: decoding 3 range 0xc0000-0xdffff
pcib0: decoding 3 range 0xd0000000-0xfec2ffff
pcib0: decoding 3 range 0xfee00000-0xffffffff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found->	vendor=0x1022, dev=0x1630, revid=0x00
	domain=0, bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=1, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1633, revid=0x00
	domain=0, bus=0, slot=1, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=1, subbus=2
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=2, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1634, revid=0x00
	domain=0, bus=0, slot=2, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=3, subbus=12
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=8, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1635, revid=0x00
	domain=0, bus=0, slot=8, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=13, subbus=13
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x790e, revid=0x51
	domain=0, bus=0, slot=20, func=3
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1448, revid=0x00
	domain=0, bus=0, slot=24, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1449, revid=0x00
	domain=0, bus=0, slot=24, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144a, revid=0x00
	domain=0, bus=0, slot=24, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144b, revid=0x00
	domain=0, bus=0, slot=24, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144c, revid=0x00
	domain=0, bus=0, slot=24, func=4
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144d, revid=0x00
	domain=0, bus=0, slot=24, func=5
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144e, revid=0x00
	domain=0, bus=0, slot=24, func=6
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144f, revid=0x00
	domain=0, bus=0, slot=24, func=7
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pcib1: <ACPI PCI-PCI bridge> at device 1.1 on pci0
pcib0: allocated type 4 (0xf000-0xffff) for rid 1c of pcib1
pcib0: allocated type 3 (0xfc900000-0xfccfffff) for rid 20 of pcib1
pcib0: allocated type 3 (0xe0300000-0xe06fffff) for rid 24 of pcib1
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   2
pcib1:   I/O decode        0xf000-0xffff
pcib1:   memory decode     0xfc900000-0xfccfffff
pcib1:   prefetched decode 0xe0300000-0xe06fffff
pci1: <ACPI PCI bus> on pcib1
pcib1: allocated bus range (1-1) for rid 0 of pci1
pci1: domain=0, physical bus=1
found->	vendor=0x8086, dev=0x10fb, revid=0x01
	domain=0, bus=1, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	MSI-X supports 64 messages in map 0x20
	map[10]: type Memory, range 64, base 0xfca00000, size 20, memory disabled
pcib1: allocated memory range (0xfca00000-0xfcafffff) for rid 10 of pci0:1:0:0
	map[18]: type I/O Port, range 32, base 0xf020, size  5, port disabled
pcib1: allocated I/O port range (0xf020-0xf03f) for rid 18 of pci0:1:0:0
	map[20]: type Memory, range 64, base 0xfcc04000, size 14, enabled
pcib1: allocated memory range (0xfcc04000-0xfcc07fff) for rid 20 of pci0:1:0:0
found->	vendor=0x8086, dev=0x10fb, revid=0x01
	domain=0, bus=1, slot=0, func=1
	class=02-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	MSI-X supports 64 messages in map 0x20
	map[10]: type Memory, range 64, base 0xfc900000, size 20, memory disabled
pcib1: allocated memory range (0xfc900000-0xfc9fffff) for rid 10 of pci0:1:0:1
	map[18]: type I/O Port, range 32, base 0xf000, size  5, port disabled
pcib1: allocated I/O port range (0xf000-0xf01f) for rid 18 of pci0:1:0:1
	map[20]: type Memory, range 64, base 0xfcc00000, size 14, enabled
pcib1: allocated memory range (0xfcc00000-0xfcc03fff) for rid 20 of pci0:1:0:1
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver> port 0xf020-0xf03f mem 0xfca00000-0xfcafffff,0xfcc04000-0xfcc07fff at device 0.0 on pci1
ixgbe_attach: begin
ix0: Using 2048 TX descriptors and 2048 RX descriptors
ix0: msix_init qsets capped at 16
ix0: intr CPUs: 8 queue msgs: 63 admincnt: 1
ix0: Using 8 RX queues 8 TX queues
ix0: attempting to allocate 9 MSI-X vectors (64 supported)
msi: routing MSI-X IRQ 259 to local APIC 12 vector 48
msi: routing MSI-X IRQ 260 to local APIC 14 vector 48
msi: routing MSI-X IRQ 261 to local APIC 0 vector 53
msi: routing MSI-X IRQ 262 to local APIC 2 vector 49
msi: routing MSI-X IRQ 263 to local APIC 4 vector 48
msi: routing MSI-X IRQ 264 to local APIC 6 vector 48
msi: routing MSI-X IRQ 265 to local APIC 8 vector 48
msi: routing MSI-X IRQ 266 to local APIC 10 vector 48
msi: routing MSI-X IRQ 267 to local APIC 12 vector 49
ix0: using IRQs 259-267 for MSI-X
ix0: Using MSI-X interrupts with 9 vectors
ix0: allocated for 8 queues
ix0: allocated for 8 rx queues
msi: Assigning MSI-X IRQ 259 to local APIC 0 vector 54
msi: Assigning MSI-X IRQ 260 to local APIC 2 vector 50
msi: Assigning MSI-X IRQ 261 to local APIC 4 vector 49
msi: Assigning MSI-X IRQ 262 to local APIC 6 vector 49
msi: Assigning MSI-X IRQ 263 to local APIC 8 vector 49
msi: Assigning MSI-X IRQ 264 to local APIC 10 vector 49
msi: Assigning MSI-X IRQ 265 to local APIC 12 vector 48
msi: Assigning MSI-X IRQ 266 to local APIC 14 vector 48
msi: Assigning MSI-X IRQ 259 to local APIC 1 vector 48
msi: Assigning MSI-X IRQ 260 to local APIC 3 vector 48
msi: Assigning MSI-X IRQ 261 to local APIC 5 vector 48
msi: Assigning MSI-X IRQ 262 to local APIC 7 vector 48
msi: Assigning MSI-X IRQ 263 to local APIC 9 vector 48
msi: Assigning MSI-X IRQ 264 to local APIC 11 vector 48
msi: Assigning MSI-X IRQ 265 to local APIC 13 vector 48
msi: Assigning MSI-X IRQ 266 to local APIC 15 vector 48
ix0: bpf attached
ix0: Ethernet address: 38:ea:a7:8e:91:38
ixgbe_setup_interface: begin
ix0: PCI Express Bus: Speed 5.0GT/s Width x8
ix0: netmap queues/slots: TX 8/2048, RX 8/2048
ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver> port 0xf000-0xf01f mem 0xfc900000-0xfc9fffff,0xfcc00000-0xfcc03fff at device 0.1 on pci1
ixgbe_attach: begin
ix1: Using 2048 TX descriptors and 2048 RX descriptors
ix1: msix_init qsets capped at 16
ix1: intr CPUs: 8 queue msgs: 63 admincnt: 1
ix1: Using 8 RX queues 8 TX queues
ix1: attempting to allocate 9 MSI-X vectors (64 supported)
msi: routing MSI-X IRQ 268 to local APIC 14 vector 48
msi: routing MSI-X IRQ 269 to local APIC 0 vector 53
msi: routing MSI-X IRQ 270 to local APIC 2 vector 49
msi: routing MSI-X IRQ 271 to local APIC 4 vector 48
msi: routing MSI-X IRQ 272 to local APIC 6 vector 48
msi: routing MSI-X IRQ 273 to local APIC 8 vector 48
msi: routing MSI-X IRQ 274 to local APIC 10 vector 48
msi: routing MSI-X IRQ 275 to local APIC 12 vector 48
msi: routing MSI-X IRQ 276 to local APIC 14 vector 49
ix1: using IRQs 268-276 for MSI-X
ix1: Using MSI-X interrupts with 9 vectors
ix1: allocated for 8 queues
ix1: allocated for 8 rx queues
msi: Assigning MSI-X IRQ 268 to local APIC 0 vector 54
msi: Assigning MSI-X IRQ 269 to local APIC 2 vector 50
msi: Assigning MSI-X IRQ 270 to local APIC 4 vector 49
msi: Assigning MSI-X IRQ 271 to local APIC 6 vector 49
msi: Assigning MSI-X IRQ 272 to local APIC 8 vector 49
msi: Assigning MSI-X IRQ 273 to local APIC 10 vector 49
msi: Assigning MSI-X IRQ 274 to local APIC 12 vector 50
msi: Assigning MSI-X IRQ 275 to local APIC 14 vector 48
msi: Assigning MSI-X IRQ 268 to local APIC 1 vector 49
msi: Assigning MSI-X IRQ 269 to local APIC 3 vector 49
msi: Assigning MSI-X IRQ 270 to local APIC 5 vector 49
msi: Assigning MSI-X IRQ 271 to local APIC 7 vector 49
msi: Assigning MSI-X IRQ 272 to local APIC 9 vector 49
msi: Assigning MSI-X IRQ 273 to local APIC 11 vector 49
msi: Assigning MSI-X IRQ 274 to local APIC 13 vector 49
msi: Assigning MSI-X IRQ 275 to local APIC 15 vector 49
ix1: bpf attached
ix1: Ethernet address: 38:ea:a7:8e:91:39
ixgbe_setup_interface: begin
ix1: PCI Express Bus: Speed 5.0GT/s Width x8
ix1: netmap queues/slots: TX 8/2048, RX 8/2048
pcib2: <ACPI PCI-PCI bridge> at device 2.1 on pci0
pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2
pcib0: allocated type 3 (0xfcd00000-0xfcffffff) for rid 20 of pcib2
pcib2:   domain            0
pcib2:   secondary bus     3
pcib2:   subordinate bus   12
pcib2:   I/O decode        0xe000-0xefff
pcib2:   memory decode     0xfcd00000-0xfcffffff
pci2: <ACPI PCI bus> on pcib2
pcib2: allocated bus range (3-3) for rid 0 of pci2
pci2: domain=0, physical bus=3
found->	vendor=0x1022, dev=0x43ee, revid=0x00
	domain=0, bus=3, slot=0, func=0
	class=0c-03-30, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfcfa0000, size 15, enabled
pcib2: allocated memory range (0xfcfa0000-0xfcfa7fff) for rid 10 of pci0:3:0:0
found->	vendor=0x1022, dev=0x43eb, revid=0x00
	domain=0, bus=3, slot=0, func=1
	class=01-06-01, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[24]: type Memory, range 32, base 0xfcf80000, size 17, enabled
pcib2: allocated memory range (0xfcf80000-0xfcf9ffff) for rid 24 of pci0:3:0:1
found->	vendor=0x1022, dev=0x43e9, revid=0x00
	domain=0, bus=3, slot=0, func=2
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=4, subbus=12
pcib2: allocated bus range (4-12) for rid 0 of pci0:3:0:2
xhci0: <XHCI (generic) USB 3.0 controller> mem 0xfcfa0000-0xfcfa7fff at device 0.0 on pci2
xhci0: 32 bytes context size, 64-bit DMA
xhci0: Unable to map MSI-X table
xhci0: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 277 to local APIC 0 vector 53
xhci0: using IRQ 277 for MSI
xhci0: MSI enabled
usbus0 on xhci0
xhci0: usbpf: Attached
usbus0: 5.0Gbps Super Speed USB v3.0
ahci0: <AHCI SATA controller> mem 0xfcf80000-0xfcf9ffff at device 0.1 on pci2
ahci0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 278 to local APIC 2 vector 49
ahci0: using IRQ 278 for MSI
ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier supported
ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 6Gbps PM PMD SSC PSC 32cmd eSATA 6ports
ahci0: Caps2: DESO SADM SDS APST
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: Caps: HPCP
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich1: Caps: HPCP
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich2: Caps: HPCP
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich3: Caps: HPCP
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich4: Caps: HPCP
ahcich5: <AHCI channel> at channel 5 on ahci0
ahcich5: Caps: HPCP
pcib3: <ACPI PCI-PCI bridge> at device 0.2 on pci2
pcib2: allocated I/O port range (0xe000-0xefff) for rid 1c of pcib3
pcib2: allocated memory range (0xfcd00000-0xfcefffff) for rid 20 of pcib3
pcib3:   domain            0
pcib3:   secondary bus     4
pcib3:   subordinate bus   12
pcib3:   I/O decode        0xe000-0xefff
pcib3:   memory decode     0xfcd00000-0xfcefffff
pcib3: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02 - AE_NOT_FOUND
pci3: <ACPI PCI bus> on pcib3
pcib3: allocated bus range (4-4) for rid 0 of pci3
pci3: domain=0, physical bus=4
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=0, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=5, subbus=5
pcib3: allocated bus range (5-5) for rid 0 of pci0:4:0:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=6, subbus=6
pcib3: allocated bus range (6-6) for rid 0 of pci0:4:1:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=2, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=7, subbus=7
pcib3: allocated bus range (7-7) for rid 0 of pci0:4:2:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=3, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=8, subbus=8
pcib3: allocated bus range (8-8) for rid 0 of pci0:4:3:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=6, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=9, subbus=9
pcib3: allocated bus range (9-9) for rid 0 of pci0:4:6:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=7, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=10, subbus=10
pcib3: allocated bus range (10-10) for rid 0 of pci0:4:7:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=8, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=11, subbus=11
pcib3: allocated bus range (11-11) for rid 0 of pci0:4:8:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=9, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=12, subbus=12
pcib3: allocated bus range (12-12) for rid 0 of pci0:4:9:0
pcib4: <ACPI PCI-PCI bridge> at device 0.0 on pci3
pcib3: allocated I/O port range (0xe000-0xefff) for rid 1c of pcib4
pcib3: allocated memory range (0xfce00000-0xfcefffff) for rid 20 of pcib4
pcib4:   domain            0
pcib4:   secondary bus     5
pcib4:   subordinate bus   5
pcib4:   I/O decode        0xe000-0xefff
pcib4:   memory decode     0xfce00000-0xfcefffff
pcib4: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT20 - AE_NOT_FOUND
pci4: <ACPI PCI bus> on pcib4
pcib4: allocated bus range (5-5) for rid 0 of pci4
pci4: domain=0, physical bus=5
found->	vendor=0x10ec, dev=0x8168, revid=0x15
	domain=0, bus=5, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D1 D2 D3  current D0
	MSI supports 1 message, 64 bit
	MSI-X supports 4 messages in map 0x20
	map[10]: type I/O Port, range 32, base 0xe000, size  8, enabled
pcib4: allocated I/O port range (0xe000-0xe0ff) for rid 10 of pci0:5:0:0
	map[18]: type Memory, range 64, base 0xfce04000, size 12, enabled
pcib4: allocated memory range (0xfce04000-0xfce04fff) for rid 18 of pci0:5:0:0
	map[20]: type Memory, range 64, base 0xfce00000, size 14, enabled
pcib4: allocated memory range (0xfce00000-0xfce03fff) for rid 20 of pci0:5:0:0
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0xfce04000-0xfce04fff,0xfce00000-0xfce03fff at device 0.0 on pci4
re0: MSI count : 1
re0: MSI-X count : 4
re0: attempting to allocate 1 MSI-X vectors (4 supported)
msi: routing MSI-X IRQ 279 to local APIC 4 vector 48
re0: using IRQ 279 for MSI-X
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0: OUI 0x00e04c, model 0x0000, rev. 0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: bpf attached
re0: Ethernet address: a8:a1:59:34:3f:7f
re0: netmap queues/slots: TX 1/256, RX 1/256
pcib5: <ACPI PCI-PCI bridge> at device 1.0 on pci3
pcib3: allocated memory range (0xfcd00000-0xfcdfffff) for rid 20 of pcib5
pcib5:   domain            0
pcib5:   secondary bus     6
pcib5:   subordinate bus   6
pcib5:   memory decode     0xfcd00000-0xfcdfffff
pcib5: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT21 - AE_NOT_FOUND
pci5: <ACPI PCI bus> on pcib5
pcib5: allocated bus range (6-6) for rid 0 of pci5
pci5: domain=0, physical bus=6
found->	vendor=0x8086, dev=0x24fb, revid=0x10
	domain=0, bus=6, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 64, base 0xfcd00000, size 13, memory disabled
pcib5: allocated memory range (0xfcd00000-0xfcd01fff) for rid 10 of pci0:6:0:0
pci5: <network> at device 0.0 (no driver attached)
pcib6: <ACPI PCI-PCI bridge> at device 2.0 on pci3
pcib6:   domain            0
pcib6:   secondary bus     7
pcib6:   subordinate bus   7
pcib6: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT22 - AE_NOT_FOUND
pci6: <ACPI PCI bus> on pcib6
pcib6: allocated bus range (7-7) for rid 0 of pci6
pci6: domain=0, physical bus=7
pcib7: <ACPI PCI-PCI bridge> at device 3.0 on pci3
pcib7:   domain            0
pcib7:   secondary bus     8
pcib7:   subordinate bus   8
pcib7: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT23 - AE_NOT_FOUND
pci7: <ACPI PCI bus> on pcib7
pcib7: allocated bus range (8-8) for rid 0 of pci7
pci7: domain=0, physical bus=8
pcib8: <ACPI PCI-PCI bridge> at device 6.0 on pci3
pcib8:   domain            0
pcib8:   secondary bus     9
pcib8:   subordinate bus   9
pcib8: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT26 - AE_NOT_FOUND
pci8: <ACPI PCI bus> on pcib8
pcib8: allocated bus range (9-9) for rid 0 of pci8
pci8: domain=0, physical bus=9
pcib9: <ACPI PCI-PCI bridge> at device 7.0 on pci3
pcib9:   domain            0
pcib9:   secondary bus     10
pcib9:   subordinate bus   10
pcib9: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT27 - AE_NOT_FOUND
pci9: <ACPI PCI bus> on pcib9
pcib9: allocated bus range (10-10) for rid 0 of pci9
pci9: domain=0, physical bus=10
pcib10: <ACPI PCI-PCI bridge> at device 8.0 on pci3
pcib10:   domain            0
pcib10:   secondary bus     11
pcib10:   subordinate bus   11
pcib10: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT28 - AE_NOT_FOUND
pci10: <ACPI PCI bus> on pcib10
pcib10: allocated bus range (11-11) for rid 0 of pci10
pci10: domain=0, physical bus=11
pcib11: <ACPI PCI-PCI bridge> at device 9.0 on pci3
pcib11:   domain            0
pcib11:   secondary bus     12
pcib11:   subordinate bus   12
pcib11: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT29 - AE_NOT_FOUND
pci11: <ACPI PCI bus> on pcib11
pcib11: allocated bus range (12-12) for rid 0 of pci11
pci11: domain=0, physical bus=12
pcib12: <ACPI PCI-PCI bridge> at device 8.1 on pci0
pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib12
pcib0: allocated type 3 (0xfc500000-0xfc8fffff) for rid 20 of pcib12
pcib0: allocated type 3 (0xd0000000-0xe01fffff) for rid 24 of pcib12
pcib12:   domain            0
pcib12:   secondary bus     13
pcib12:   subordinate bus   13
pcib12:   I/O decode        0xd000-0xdfff
pcib12:   memory decode     0xfc500000-0xfc8fffff
pcib12:   prefetched decode 0xd0000000-0xe01fffff
pci12: <ACPI PCI bus> on pcib12
pcib12: allocated bus range (13-13) for rid 0 of pci12
pci12: domain=0, physical bus=13
found->	vendor=0x1002, dev=0x1636, revid=0xd8
	domain=0, bus=13, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 4 messages, 64 bit
	MSI-X supports 4 messages in map 0x24
	map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled
pcib12: allocated prefetch range (0xd0000000-0xdfffffff) for rid 10 of pci0:13:0:0
	map[18]: type Prefetchable Memory, range 64, base 0xe0000000, size 21, enabled
pcib12: allocated prefetch range (0xe0000000-0xe01fffff) for rid 18 of pci0:13:0:0
	map[20]: type I/O Port, range 32, base 0xd000, size  8, port disabled
pcib12: allocated I/O port range (0xd000-0xd0ff) for rid 20 of pci0:13:0:0
	map[24]: type Memory, range 32, base 0xfc800000, size 19, enabled
pcib12: allocated memory range (0xfc800000-0xfc87ffff) for rid 24 of pci0:13:0:0
found->	vendor=0x1002, dev=0x1637, revid=0x00
	domain=0, bus=13, slot=0, func=1
	class=04-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfc888000, size 14, memory disabled
pcib12: allocated memory range (0xfc888000-0xfc88bfff) for rid 10 of pci0:13:0:1
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
	map[18]: type Memory, range 32, base 0xfc700000, size 20, memory disabled
pcib12: allocated memory range (0xfc700000-0xfc7fffff) for rid 18 of pci0:13:0:2
	map[24]: type Memory, range 32, base 0xfc88c000, size 13, enabled
pcib12: allocated memory range (0xfc88c000-0xfc88dfff) for rid 24 of pci0:13:0:2
found->	vendor=0x1022, dev=0x1639, revid=0x00
	domain=0, bus=13, slot=0, func=3
	class=0c-03-30, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfc600000, size 20, enabled
pcib12: allocated memory range (0xfc600000-0xfc6fffff) for rid 10 of pci0:13:0:3
found->	vendor=0x1022, dev=0x1639, revid=0x00
	domain=0, bus=13, slot=0, func=4
	class=0c-03-30, 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=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfc500000, size 20, enabled
pcib12: allocated memory range (0xfc500000-0xfc5fffff) for rid 10 of pci0:13:0:4
found->	vendor=0x1022, dev=0x15e3, revid=0x00
	domain=0, bus=13, slot=0, func=6
	class=04-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfc880000, size 15, memory disabled
pcib12: allocated memory range (0xfc880000-0xfc887fff) for rid 10 of pci0:13:0:6
vgapci0: <VGA-compatible display> port 0xd000-0xd0ff mem 0xd0000000-0xdfffffff,0xe0000000-0xe01fffff,0xfc800000-0xfc87ffff at device 0.0 on pci12
hdac0: <ATI (0x1637) HDA Controller> mem 0xfc888000-0xfc88bfff at device 0.1 on pci12
hdac0: PCI card vendor: 0x1002, device: 0x1637
hdac0: HDA Driver Revision: 20120126_0002
hdac0: Config options: on=0x00000000 off=0x00000000
hdac0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 280 to local APIC 6 vector 48
hdac0: using IRQ 280 for MSI
hdac0: Caps: OSS 4, ISS 0, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
pci12: <encrypt/decrypt> at device 0.2 (no driver attached)
xhci1: <XHCI (generic) USB 3.0 controller> mem 0xfc600000-0xfc6fffff at device 0.3 on pci12
xhci1: 64 bytes context size, 64-bit DMA
xhci1: Unable to map MSI-X table
xhci1: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 281 to local APIC 8 vector 48
xhci1: using IRQ 281 for MSI
xhci1: MSI enabled
usbus1 on xhci1
xhci1: usbpf: Attached
usbus1: 5.0Gbps Super Speed USB v3.0
xhci2: <XHCI (generic) USB 3.0 controller> mem 0xfc500000-0xfc5fffff at device 0.4 on pci12
xhci2: 64 bytes context size, 64-bit DMA
xhci2: Unable to map MSI-X table
xhci2: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 282 to local APIC 10 vector 48
xhci2: using IRQ 282 for MSI
xhci2: MSI enabled
usbus2 on xhci2
xhci2: usbpf: Attached
usbus2: 5.0Gbps Super Speed USB v3.0
hdac1: <AMD (0x15e3) HDA Controller> mem 0xfc880000-0xfc887fff at device 0.6 on pci12
hdac1: PCI card vendor: 0x1849, device: 0x288a
hdac1: HDA Driver Revision: 20120126_0002
hdac1: Config options: on=0x00000000 off=0x00000000
hdac1: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 283 to local APIC 12 vector 48
hdac1: using IRQ 283 for MSI
hdac1: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
acpi_button0: <Power Button> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart2: <16x50 with 256 byte FIFO> iomem 0xfedc9000-0xfedc9fff,0xfedc7000-0xfedc7fff irq 3 on acpi0
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 14 vector 48
uart2: fast interrupt
uart2: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart3: <16x50 with 256 byte FIFO> iomem 0xfedca000-0xfedcafff,0xfedc8000-0xfedc8fff irq 4 on acpi0
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 54
uart3: fast interrupt
uart3: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart4: <16x50 with 256 byte FIFO> iomem 0xfedce000-0xfedcefff,0xfedcc000-0xfedccfff irq 3 on acpi0
uart4: fast interrupt
uart4: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart5: <16x50 with 256 byte FIFO> iomem 0xfedcf000-0xfedcffff,0xfedcd000-0xfedcdfff irq 4 on acpi0
uart5: fast interrupt
uart5: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
acpi_syscontainer0: <System Container> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
cpu0: Processor \134_SB_.PLTF.C000 (ACPI ID 0) -> APIC ID 0
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
cpu1: Processor \134_SB_.PLTF.C001 (ACPI ID 1) -> APIC ID 1
cpu1: <ACPI CPU> on acpi0
cpu2: Processor \134_SB_.PLTF.C002 (ACPI ID 2) -> APIC ID 2
cpu2: <ACPI CPU> on acpi0
cpu3: Processor \134_SB_.PLTF.C003 (ACPI ID 3) -> APIC ID 3
cpu3: <ACPI CPU> on acpi0
cpu4: Processor \134_SB_.PLTF.C004 (ACPI ID 4) -> APIC ID 4
cpu4: <ACPI CPU> on acpi0
cpu5: Processor \134_SB_.PLTF.C005 (ACPI ID 5) -> APIC ID 5
cpu5: <ACPI CPU> on acpi0
cpu6: Processor \134_SB_.PLTF.C006 (ACPI ID 6) -> APIC ID 6
cpu6: <ACPI CPU> on acpi0
cpu7: Processor \134_SB_.PLTF.C007 (ACPI ID 7) -> APIC ID 7
cpu7: <ACPI CPU> on acpi0
cpu8: Processor \134_SB_.PLTF.C008 (ACPI ID 8) -> APIC ID 8
cpu8: <ACPI CPU> on acpi0
cpu9: Processor \134_SB_.PLTF.C009 (ACPI ID 9) -> APIC ID 9
cpu9: <ACPI CPU> on acpi0
cpu10: Processor \134_SB_.PLTF.C00A (ACPI ID 10) -> APIC ID 10
cpu10: <ACPI CPU> on acpi0
cpu11: Processor \134_SB_.PLTF.C00B (ACPI ID 11) -> APIC ID 11
cpu11: <ACPI CPU> on acpi0
cpu12: Processor \134_SB_.PLTF.C00C (ACPI ID 12) -> APIC ID 12
cpu12: <ACPI CPU> on acpi0
cpu13: Processor \134_SB_.PLTF.C00D (ACPI ID 13) -> APIC ID 13
cpu13: <ACPI CPU> on acpi0
cpu14: Processor \134_SB_.PLTF.C00E (ACPI ID 14) -> APIC ID 14
cpu14: <ACPI CPU> on acpi0
cpu15: Processor \134_SB_.PLTF.C00F (ACPI ID 15) -> APIC ID 15
cpu15: <ACPI CPU> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: fast interrupt
uart0: PPS capture mode: DCD
ACPI: Enabled 1 GPEs in block 00 to 1F
pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0
pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0
pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0
pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0
pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0000-0xc07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0800-0xc0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1000-0xc17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1800-0xc1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2000-0xc27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2800-0xc2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3000-0xc37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3800-0xc3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4000-0xc47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4800-0xc4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5000-0xc57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5800-0xc5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6000-0xc67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6800-0xc6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7000-0xc77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7800-0xc7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8000-0xc87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8800-0xc8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9000-0xc97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9800-0xc9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xca000-0xca7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xca800-0xcafff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb000-0xcb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb800-0xcbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc000-0xcc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc800-0xccfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd000-0xcd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd800-0xcdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xce000-0xce7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xce800-0xcefff) for rid 0 of orm0
pcib0: allocated type 3 (0xcf000-0xcf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcf800-0xcffff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xda000-0xda7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xda800-0xdafff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd800-0xddfff) for rid 0 of orm0
pcib0: allocated type 3 (0xde000-0xde7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xde800-0xdefff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf800-0xdffff) for rid 0 of orm0
ahc_isa_identify 0: ioport 0xc00 alloc failed
ahc_isa_identify 1: ioport 0x1c00 alloc failed
ahc_isa_identify 2: ioport 0x2c00 alloc failed
ahc_isa_identify 3: ioport 0x3c00 alloc failed
ahc_isa_identify 4: ioport 0x4c00 alloc failed
ahc_isa_identify 5: ioport 0x5c00 alloc failed
ahc_isa_identify 6: ioport 0x6c00 alloc failed
ahc_isa_identify 7: ioport 0x7c00 alloc failed
ahc_isa_identify 8: ioport 0x8c00 alloc failed
ahc_isa_identify 9: ioport 0x9c00 alloc failed
ahc_isa_identify 10: ioport 0xac00 alloc failed
ahc_isa_identify 11: ioport 0xbc00 alloc failed
ahc_isa_identify 12: ioport 0xcc00 alloc failed
ahc_isa_identify 13: ioport 0xdc00 alloc failed
ahc_isa_identify 14: ioport 0xec00 alloc failed
isa_probe_children: disabling PnP devices
atrtc: atrtc0 already exists; skipping it
attimer: attimer0 already exists; skipping it
sc: sc0 already exists; skipping it
uart: uart0 already exists; skipping it
isa_probe_children: probing non-PnP devices
sc0 failed to probe on isa0
vga0 failed to probe on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
kbd0: atkbd0, generic (0), config:0x0, flags:0x1f0000
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 2 vector 50
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
atkbdc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 12.
pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0
pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ppc0: cannot reserve I/O port range
ppc0 failed to probe at irq 7 on isa0
pcib0: allocated type 4 (0x2f8-0x2f8) for rid 0 of uart1
uart1 failed to probe at port 0x2f8 irq 3 on isa0
isa_probe_children: probing PnP devices
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
Device configuration finished.
procfs registered
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
lo0: bpf attached
vlan: initialized, using hash tables with chaining
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 131072
IPsec: Initialized Security Association Processing.
AcpiOsExecute: enqueue 16 pending tasks
hpt27xx: no controller detected.
hptnr: no controller detected.
hptrr: no controller detected.
ahcich0: AHCI reset...
hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0
hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0
ahcich0: hdaa0: Subsystem ID: 0x00aa0100
SATA connect time=100us status=00000133
ahcich0: AHCI reset: device found
hdaa0: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0
ahcich1: AHCI reset...
hdaa0: Original pins configuration:
hdaa0: nid   0x    as seq device       conn  jack    loc        color   misc
ahcich1: hdaa0:  3 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  5 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  7 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  9 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0: 11 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0
hdaa0: 13 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0
SATA connect time=100us status=00000133
hdaa0: ahcich1: AHCI reset: device found
Patched pins configuration:
hdaa0: nid   0x    as seq device       conn  jack    loc        color   misc
ahcich2: hdaa0:  3 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  5 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  7 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  9 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0: 11 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
hdaa0: 13 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
hdaa0: 4 associations found:
hdaa0: Association 0 (15) out:
hdaa0:  Pin nid=3 seq=0
hdaa0: Association 1 (15) out:
hdaa0:  Pin nid=5 seq=0
hdaa0: Association 2 (15) out:
hdaa0:  Pin nid=7 seq=0
hdaa0: Association 3 (15) out:
hdaa0:  Pin nid=9 seq=0
hdaa0: Tracing association 0 (15)
hdaa0:  Pin 3 traced to DAC 2
hdaa0: Association 0 (15) trace succeeded
hdaa0: Tracing association 1 (15)
hdaa0:  Pin 5 traced to DAC 4
hdaa0: Association 1 (15) trace succeeded
hdaa0: Tracing association 2 (15)
hdaa0:  Pin 7 traced to DAC 6
hdaa0: Association 2 (15) trace succeeded
hdaa0: Tracing association 3 (15)
hdaa0:  Pin 9 traced to DAC 8
hdaa0: Association 3 (15) trace succeeded
hdaa0: Looking for additional DAC for association 0 (15)
hdaa0: Looking for additional DAC for association 1 (15)
hdaa0: Looking for additional DAC for association 2 (15)
hdaa0: Looking for additional DAC for association 3 (15)
hdaa0: Tracing input monitor
hdaa0: Tracing other input monitors
hdaa0: Tracing beeper
AHCI reset...
hdaa0: Pin sense: nid=3 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=5 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=7 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=9 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0
pcm0: Playback:
pcm0:      Stream cap: 0x00000005 AC3 PCM
pcm0:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm0:             DAC: 2
pcm0:
pcm0:     nid=3 [pin: Digital-out (Jack)]
ahcich2: pcm0:       + <- nid=2 [audio output] [src: pcm]
pcm0:
SATA connect timeout time=10000us status=00000000
pcm0: ahcich2: AHCI reset: device not found
ahcich3: Mixer "vol" -> "none":AHCI reset...
 child=0x00000010
pcm0: Mixer "pcm": parent="vol"
pcm0: Soft PCM mixer ENABLED
pcm0: Playback channel set is: Front Left, Front Right,
pcm0: Playback channel matrix is: 2.0 (disconnected)
pcm1: <ATI R6xx (HDMI)> at nid 5 on hdaa0
pcm1: Playback:
ahcich3: pcm1:      Stream cap: 0x00000005 AC3 PCM
pcm1:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm1:             DAC: 4
pcm1:
pcm1:     nid=5 [pin: Digital-out (Jack)]
pcm1:       + <- nid=4 [audio output] [src: pcm]
pcm1:
SATA connect timeout time=10000us status=00000000
pcm1: ahcich3: AHCI reset: device not found
ahcich4: Mixer "vol" -> "none": child=0x00000010
pcm1: Mixer "pcm": parent="vol"
pcm1: Soft PCM mixer ENABLED
AHCI reset...
pcm1: Playback channel set is: Front Left, Front Right,
pcm1: Playback channel matrix is: 2.0 (disconnected)
pcm2: <ATI R6xx (HDMI)> at nid 7 on hdaa0
pcm2: Playback:
pcm2:      Stream cap: 0x00000005 AC3 PCM
pcm2:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm2:             DAC: 6
ahcich4: pcm2:
pcm2:     nid=7 [pin: Digital-out (Jack)]
pcm2:       + <- nid=6 [audio output] [src: pcm]
pcm2:
SATA connect timeout time=10000us status=00000000
pcm2: ahcich4: AHCI reset: device not found
ahcich5: AHCI reset...
Mixer "vol" -> "none": child=0x00000010
pcm2: Mixer "pcm": parent="vol"
pcm2: Soft PCM mixer ENABLED
pcm2: Playback channel set is: Front Left, Front Right,
pcm2: Playback channel matrix is: 2.0 (disconnected)
pcm3: <ATI R6xx (HDMI)> at nid 9 on hdaa0
ahcich5: pcm3: Playback:
pcm3:      Stream cap: 0x00000005 AC3 PCM
pcm3:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm3:             DAC: 8
pcm3:
pcm3:     nid=9 [pin: Digital-out (Jack)]
pcm3:       + <- nid=8 [audio output] [src: pcm]
pcm3:
SATA connect timeout time=10000us status=00000000
pcm3: ahcich5: AHCI reset: device not found
Mixer "vol" -> "none": child=0x00000010
pcm3: Mixer "pcm": parent="vol"
pcm3: Soft PCM mixer ENABLED
pcm3: Playback channel set is: Front Left, Front Right,
pcm3: Playback channel matrix is: 2.0 (disconnected)
hdacc1: <Realtek ALC887 HDA CODEC> at cad 0 on hdac1
hdaa1: <Realtek ALC887 Audio Function Group> at nid 1 on hdacc1
hdaa1: Subsystem ID: 0x1849288a
hdaa1: NumGPIO=2 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdaa1:  GPIO0: disabled
hdaa1:  GPIO1: disabled
hdaa1: Original pins configuration:
hdaa1: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa1: 17 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0
hdaa1: 18 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 20 01014010 1  0  Line-out      Jack  1/8     Rear       Green   0
hdaa1: 21 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 22 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 23 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 24 01a19030 3  0  Mic           Jack  1/8     Rear       Pink    0
hdaa1: 25 02a19040 4  0  Mic           Jack  1/8     Front      Pink    0
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214020 2  0  Headphones    Jack  1/8     Front      Green   0
hdaa1: 28 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 29 4026c629 2  9  Headphones    None  Digital 0x00       Res.C   6
hdaa1: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 31 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: Patching widget caps nid=29 0x00400400 -> 0x00700400
hdaa1: Patched pins configuration:
hdaa1: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa1: 17 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0 DISA
hdaa1: 18 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 20 01014010 1  0  Line-out      Jack  1/8     Rear       Green   0
hdaa1: 21 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 22 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 23 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 24 01a19030 3  0  Mic           Jack  1/8     Rear       Pink    0
hdaa1: 25 02a19040 4  0  Mic           Jack  1/8     Front      Pink    0
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214020 2  0  Headphones    Jack  1/8     Front      Green   0
hdaa1: 28 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 31 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 4 associations found:
hdaa1: Association 0 (1) out:
hdaa1:  Pin nid=20 seq=0
hdaa1: Association 1 (2) out:
hdaa1:  Pin nid=27 seq=0
hdaa1: Association 2 (3) in:
hdaa1:  Pin nid=24 seq=0
hdaa1:  Pin nid=26 seq=15
hdaa1: Association 3 (4) in:
hdaa1:  Pin nid=25 seq=0
hdaa1: Tracing association 0 (1)
hdaa1:  Pin 20 traced to DAC 2
hdaa1: Association 0 (1) trace succeeded
hdaa1: Tracing association 1 (2)
hdaa1:  Pin 27 traced to DAC 3
hdaa1: Association 1 (2) trace succeeded
hdaa1: Tracing association 2 (3)
hdaa1:  Pin 24 traced to ADC 8
hdaa1:  Pin 26 traced to ADC 8
hdaa1: Association 2 (3) trace succeeded
hdaa1: Tracing association 3 (4)
hdaa1:  Pin 25 traced to ADC 9
hdaa1: Association 3 (4) trace succeeded
hdaa1: Looking for additional DAC for association 0 (1)
hdaa1: Looking for additional DAC for association 1 (2)
hdaa1: Looking for additional ADC for association 2 (3)
hdaa1: Looking for additional ADC for association 3 (4)
hdaa1: Tracing input monitor
hdaa1:  Tracing nid 11 to out
hdaa1:  nid 11 is input monitor
hdaa1:  Tracing nid 34 to out
hdaa1:  Tracing nid 35 to out
hdaa1: Tracing other input monitors
hdaa1:  Tracing nid 24 to out
hdaa1:  Tracing nid 25 to out
hdaa1:  Tracing nid 26 to out
hdaa1: Tracing beeper
hdaa1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
pcm4: <Realtek ALC887 (Rear Analog)> at nid 20 and 24,26 on hdaa1
pcm4: Playback:
pcm4:      Stream cap: 0x00000001 PCM
pcm4:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm4:             DAC: 2
pcm4:
pcm4:     nid=20 [pin: Line-out (Green Jack)]
pcm4:       + <- nid=12 [audio mixer] [src: pcm, mix]
pcm4:              + <- nid=2 [audio output] [src: pcm]
pcm4:              + <- nid=11 [audio mixer] [src: mix]
pcm4:
pcm4: Record:
pcm4:      Stream cap: 0x00000001 PCM
pcm4:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm4:             ADC: 8
pcm4:
pcm4:     nid=8 [audio input]
pcm4:       + <- nid=35 [audio mixer] [src: speaker, line, mic, mix]
pcm4:              + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm4:              + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm4:              + <- nid=29 [beep widget] [src: speaker]
pcm4:              + <- nid=11 [audio mixer] [src: mix]
pcm4:
pcm4: Input Mix:
pcm4:
pcm4:     nid=11 [audio mixer]
pcm4:       + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm4:       + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm4:       + <- nid=29 [beep widget] [src: speaker]
pcm4:
pcm4: Master Volume (OSS: vol): -64/0dB
pcm4:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm4:    +- ctl 17 (nid  12 in   0): mute
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:    +- ctl 25 (nid  20 in ):    mute
pcm4:
pcm4: PCM Volume (OSS: pcm): -64/0dB
pcm4:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm4:    +- ctl 17 (nid  12 in   0): mute
pcm4:
pcm4: Microphone Volume (OSS: mic): 0/30dB
pcm4:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm4:    +- ctl 30 (nid  24 out):    0/30dB (4 steps)
pcm4:    +- ctl 49 (nid  35 in   0): mute
pcm4:
pcm4: Line-in Volume (OSS: line): 0/30dB
pcm4:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm4:    +- ctl 34 (nid  26 out):    0/30dB (4 steps)
pcm4:    +- ctl 51 (nid  35 in   2): mute
pcm4:
pcm4: Speaker/Beep Volume (OSS: speaker): -34/12dB
pcm4:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm4:    +- ctl 54 (nid  35 in   5): mute
pcm4:
pcm4: Recording Level (OSS: rec): -16/30dB
pcm4:    +- ctl  5 (nid   8 in   0): -16/30dB (47 steps) + mute
pcm4:    +- ctl 49 (nid  35 in   0): mute
pcm4:    +- ctl 51 (nid  35 in   2): mute
pcm4:    +- ctl 54 (nid  35 in   5): mute
pcm4:    +- ctl 59 (nid  35 in  10): mute
pcm4:
pcm4: Input Mix Level (OSS: mix): -34/12dB
pcm4:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm4:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm4:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:    +- ctl 59 (nid  35 in  10): mute
pcm4:
pcm4: Input Monitoring Level (OSS: igain): 0/0dB
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:
pcm4: Mixer "vol":
pcm4: Mixer "pcm":
pcm4: Mixer "speaker":
pcm4: Mixer "line":
pcm4: Mixer "mic":
pcm4: Mixer "mix":
pcm4: Mixer "rec":
pcm4: Mixer "igain":
pcm4: Mixer "ogain":
pcm4: Playback channel set is: Front Left, Front Right,
pcm4: Playback channel matrix is: 2.0 (disconnected)
pcm4: Recording channel set is: Front Left, Front Right,
pcm4: Recording channel matrix is: 2.0 (disconnected)
pcm5: <Realtek ALC887 (Front Analog)> at nid 27 and 25 on hdaa1
pcm5: Playback:
pcm5:      Stream cap: 0x00000001 PCM
pcm5:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm5:             DAC: 3
pcm5:
pcm5:     nid=27 [pin: Headphones (Green Jack)]
pcm5:       + <- nid=13 [audio mixer] [src: pcm, mix]
pcm5:              + <- nid=3 [audio output] [src: pcm]
pcm5:              + <- nid=11 [audio mixer] [src: mix]
pcm5:
pcm5: Record:
pcm5:      Stream cap: 0x00000001 PCM
pcm5:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm5:             ADC: 9
pcm5:
pcm5:     nid=9 [audio input]
pcm5:       + <- nid=34 [audio mixer] [src: speaker, monitor]
pcm5:              + <- nid=25 [pin: Mic (Pink Jack)] [src: monitor]
pcm5:              + <- nid=29 [beep widget] [src: speaker]
pcm5:
pcm5: Master Volume (OSS: vol): -64/0dB
pcm5:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm5:    +- ctl 19 (nid  13 in   0): mute
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:    +- ctl 35 (nid  27 in ):    mute
pcm5:
pcm5: PCM Volume (OSS: pcm): -64/0dB
pcm5:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm5:    +- ctl 19 (nid  13 in   0): mute
pcm5:
pcm5: Microphone2 Volume (OSS: monitor): 0/30dB
pcm5:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm5:    +- ctl 38 (nid  34 in   1): mute
pcm5:
pcm5: Speaker/Beep Volume (OSS: speaker)
pcm5:    +- ctl 42 (nid  34 in   5): mute
pcm5:
pcm5: Recording Level (OSS: rec): -16/30dB
pcm5:    +- ctl  6 (nid   9 in   0): -16/30dB (47 steps) + mute
pcm5:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm5:    +- ctl 38 (nid  34 in   1): mute
pcm5:    +- ctl 42 (nid  34 in   5): mute
pcm5:
pcm5: Input Mix Level (OSS: mix)
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:
pcm5: Input Monitoring Level (OSS: igain): 0/0dB
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:
pcm5: Mixer "vol":
pcm5: Mixer "pcm":
pcm5: Mixer "rec":
pcm5: Mixer "igain":
pcm5: Mixer "ogain":
pcm5: Mixer "monitor":
pcm5: Playback channel set is: Front Left, Front Right,
pcm5: Playback channel matrix is: 2.0 (disconnected)
pcm5: Recording channel set is: Front Left, Front Right,
pcm5: Recording channel matrix is: 2.0 (disconnected)
ugen0.1: <0x1022 XHCI root HUB> at usbus0
ahcich0: ugen1.1: <0x1022 XHCI root HUB> at usbus1
ugen2.1: <0x1022 XHCI root HUB> at usbus2
uhub0: AHCI reset: device ready after 100ms
ahcich1: AHCI reset: device ready after 100ms
<0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
uhub1: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus2
uhub2: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
pass0 at ahcich0 bus 0 scbus0 target 0 lun 0
pass0: <CHN 25SATA01M 030 P0921A> ACS-2 ATA SATA 3.x device
pass0: Serial Number A130CI02070114
pass0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
pass0: Command Queueing enabled
pass1 at ahcich1 bus 0 scbus1 target 0 lun 0
pass1: <ST2000DM001-1CH164 CC29> ACS-2 ATA SATA 3.x device
pass1: Serial Number W1E37816
pass1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
pass1: Command Queueing enabled
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <CHN 25SATA01M 030 P0921A> ACS-2 ATA SATA 3.x device
ada0: Serial Number A130CI02070114
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada0: Command Queueing enabled
ada0: 28626MB (58626288 512 byte sectors)
GEOM: new disk ada0
ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada1: <ST2000DM001-1CH164 CC29> ACS-2 ATA SATA 3.x device
ada1: Serial Number W1E37816
ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada1: Command Queueing enabled
ada1: 1907729MB (3907029168 512 byte sectors)
ada1: quirks=0x1<4K>
Trying to mount root from zfs:zroot/ROOT/default []...
GEOM: new disk ada1
GEOM: ada1: the primary GPT table is corrupt or invalid.
GEOM: ada1: using the secondary instead -- recovery strongly advised.
Root mount waiting for: usbus2 usbus1 usbus0
uhub1: 6 ports with 6 removable, self powered
uhub2: 6 ports with 6 removable, self powered
uhub0: 14 ports with 14 removable, self powered
ugen1.2: <vendor 0x04f3 OM> at usbus1
Root mount waiting for: usbus1 usbus0
ugen0.2: <ASRock LED Controller> at usbus0
ugen1.3: <Chicony Generic USB Hub> at usbus1
uhub3 on uhub2
uhub3: <Chicony Generic USB Hub, class 9/0, rev 1.10/1.00, addr 2> on usbus1
uhub3: 3 ports with 2 removable, bus powered
ugen0.3: <vendor 0x8087 product 0x0aa7> at usbus0
ugen1.4: <Chicony PFU-65 USB Keyboard> at usbus1
ukbd0 on uhub3
ukbd0: <Chicony PFU-65 USB Keyboard, class 0/0, rev 1.10/1.00, addr 3> on usbus1
kbd2 at ukbd0
kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000
efirtc0: providing initial system time
start_init: trying /sbin/init
lo0: link state changed to UP
re0: link state changed to DOWN
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
pci0: driver added
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:20:0: reprobing on driver added
pci1: driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
found->	vendor=0x8086, dev=0x24fb, revid=0x10
	domain=0, bus=6, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci0:6:0:0: reprobing on driver added
iwm0: <Intel(R) Dual Band Wireless AC 3168> mem 0xfcd00000-0xfcd01fff at device 0.0 on pci5
iwm0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 284 to local APIC 4 vector 49
iwm0: using IRQ 284 for MSI
firmware: 'iwm3168fw' version 0: 1028032 bytes loaded at 0xffffffff83410000
iwm0: hw rev 0x220, fw ver 22.361476.0, address c8:58:c0:b3:1b:36
iwm0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
iwm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
iwm0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
pci6: driver added
pci7: driver added
pci8: driver added
pci9: driver added
pci10: driver added
pci11: driver added
pci12: driver added
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
pci0:13:0:2: reprobing on driver added
pci0: driver added
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:20:0: reprobing on driver added
intsmb0: <AMD FCH SMBus Controller> at device 20.0 on pci0
pcib0: allocated type 4 (0xcd6-0xcd7) for rid 0 of intsmb0
pcib0: allocated type 4 (0xb00-0xb0f) for rid 0 of intsmb0
smbus0: <System Management Bus> on intsmb0
pci1: driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
pci6: driver added
pci7: driver added
pci8: driver added
pci9: driver added
pci10: driver added
pci11: driver added
pci12: driver added
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
pci0:13:0:2: reprobing on driver added
ums0 on uhub2
ums0: <vendor 0x04f3 OM, class 0/0, rev 1.10/24.58, addr 1> on usbus1
ums0: 3 buttons and [XYZ] coordinates ID=0
uhid0 on uhub0
uhid0: <ASRock LED Controller, class 0/0, rev 1.10/0.00, addr 1> on usbus0
ubt0 on uhub0
ubt0: <vendor 0x8087 product 0x0aa7, class 224/1, rev 2.00/0.01, addr 2> on usbus0
WARNING: attempt to domain_add(bluetooth) after domainfinalize()
WARNING: attempt to domain_add(netgraph) after domainfinalize()
messages
Aug 20 00:01:19 subamd seirios[1316]: ==iovctl -C==
Aug 20 00:01:27 subamd kernel: ixgbe_if_init: begin
Aug 20 00:01:27 subamd kernel: ixgbe_if_multi_set: begin
Aug 20 00:01:27 subamd kernel: pcib1: allocated prefetch range (0xe0300000-0xe030ffff) for rid 184 of ix1
Aug 20 00:01:27 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x184 type 3 at 0xe0300000
Aug 20 00:01:27 subamd kernel: pcib1: allocated prefetch range (0xe0310000-0xe031ffff) for rid 190 of ix1
Aug 20 00:01:27 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x190 type 3 at 0xe0310000
Aug 20 00:01:28 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:01:28 subamd kernel: 	domain=0, bus=1, slot=0, func=129
Aug 20 00:01:28 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:01:28 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:01:28 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:01:28 subamd kernel: 	intpin=_, irq=255
Aug 20 00:01:28 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:01:28 subamd kernel: 	domain=0, bus=1, slot=0, func=131
Aug 20 00:01:28 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:01:28 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:01:28 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:01:28 subamd kernel: 	intpin=_, irq=255
Aug 20 00:01:28 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:01:28 subamd kernel: 	domain=0, bus=1, slot=0, func=133
Aug 20 00:01:28 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:01:28 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:01:28 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:01:28 subamd kernel: 	intpin=_, irq=255
Aug 20 00:01:28 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:01:28 subamd kernel: 	domain=0, bus=1, slot=0, func=135
Aug 20 00:01:28 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:01:28 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:01:28 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:01:28 subamd kernel: 	intpin=_, irq=255
Aug 20 00:01:28 subamd kernel: pci1: <unknown> at device 0.129 (no driver attached)
Aug 20 00:01:29 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.131 on pci1
Aug 20 00:01:29 subamd kernel: ixv0: ...reset_hw() failure: Reset Failed!
Aug 20 00:01:29 subamd kernel: ixv0: IFDI_ATTACH_PRE failed 5
Aug 20 00:01:29 subamd kernel: device_attach: ixv0 attach returned 5
Aug 20 00:01:29 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.133 on pci1
Aug 20 00:01:29 subamd kernel: ixv0: ...reset_hw() failure: Reset Failed!
Aug 20 00:01:29 subamd kernel: ixv0: IFDI_ATTACH_PRE failed 5
Aug 20 00:01:29 subamd kernel: device_attach: ixv0 attach returned 5
Aug 20 00:01:29 subamd kernel: pci1: <unknown> at device 0.135 (no driver attached)
Aug 20 00:01:41 subamd seirios[1330]: ==iovctl -D==
Aug 20 00:01:51 subamd seirios[1332]: ==iovctl -C==
Aug 20 00:01:57 subamd kernel: ixgbe_if_init: begin
Aug 20 00:01:57 subamd kernel: ixgbe_if_multi_set: begin
Aug 20 00:01:57 subamd kernel: pcib1: allocated prefetch range (0xe0300000-0xe030ffff) for rid 184 of ix1
Aug 20 00:01:57 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x184 type 3 at 0xe0300000
Aug 20 00:01:57 subamd kernel: pcib1: allocated prefetch range (0xe0310000-0xe031ffff) for rid 190 of ix1
Aug 20 00:01:57 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x190 type 3 at 0xe0310000
Aug 20 00:01:58 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:01:58 subamd kernel: 	domain=0, bus=1, slot=0, func=129
Aug 20 00:01:58 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:01:58 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:01:58 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:01:58 subamd kernel: 	intpin=_, irq=255
Aug 20 00:01:58 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:01:58 subamd kernel: 	domain=0, bus=1, slot=0, func=131
Aug 20 00:01:58 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:01:58 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:01:58 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:01:58 subamd kernel: 	intpin=_, irq=255
Aug 20 00:01:58 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:01:58 subamd kernel: 	domain=0, bus=1, slot=0, func=133
Aug 20 00:01:58 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:01:58 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:01:58 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:01:58 subamd kernel: 	intpin=_, irq=255
Aug 20 00:01:58 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:01:58 subamd kernel: 	domain=0, bus=1, slot=0, func=135
Aug 20 00:01:58 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:01:58 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:01:58 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:01:58 subamd kernel: 	intpin=_, irq=255
Aug 20 00:01:58 subamd kernel: pci1: <unknown> at device 0.129 (no driver attached)
Aug 20 00:01:58 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.131 on pci1
Aug 20 00:01:58 subamd kernel: ixv0: ...reset_hw() failure: Reset Failed!
Aug 20 00:01:58 subamd kernel: ixv0: IFDI_ATTACH_PRE failed 5
Aug 20 00:01:58 subamd kernel: device_attach: ixv0 attach returned 5
Aug 20 00:01:58 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.133 on pci1
Aug 20 00:01:58 subamd kernel: ixv0: ...reset_hw() failure: Reset Failed!
Aug 20 00:01:58 subamd kernel: ixv0: IFDI_ATTACH_PRE failed 5
Aug 20 00:01:58 subamd kernel: device_attach: ixv0 attach returned 5
Aug 20 00:01:58 subamd kernel: pci1: <unknown> at device 0.135 (no driver attached)

/boot/kernel以下全部置き換えた

dmesg
APIC: CPU 2 has ACPI ID 2
APIC: CPU 3 has ACPI ID 3
APIC: CPU 4 has ACPI ID 4
APIC: CPU 5 has ACPI ID 5
APIC: CPU 6 has ACPI ID 6
APIC: CPU 7 has ACPI ID 7
APIC: CPU 8 has ACPI ID 8
APIC: CPU 9 has ACPI ID 9
APIC: CPU 10 has ACPI ID 10
APIC: CPU 11 has ACPI ID 11
APIC: CPU 12 has ACPI ID 12
APIC: CPU 13 has ACPI ID 13
APIC: CPU 14 has ACPI ID 14
APIC: CPU 15 has ACPI ID 15
x86bios:  IVT 0x000000-0x0004ff at 0xfffff80000000000
x86bios: SSEG 0x09e000-0x09efff at 0xfffffe0003fb4000
x86bios:  ROM 0x0a0000-0x0fefff at 0xfffff800000a0000
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 7
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 8
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 9
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 10
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 11
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 12
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 13
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 14
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 17
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 18
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 19
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 20
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 27
Pentium Pro MTRR support enabled
random: read 3840 bytes from preloaded cache
random: unblocking device.
arc4random: read 32 bytes from preloaded cache
VIMAGE (virtualized network stack) enabled
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
ULE: setup cpu 4
ULE: setup cpu 5
ULE: setup cpu 6
ULE: setup cpu 7
ULE: setup cpu 8
ULE: setup cpu 9
ULE: setup cpu 10
ULE: setup cpu 11
ULE: setup cpu 12
ULE: setup cpu 13
ULE: setup cpu 14
ULE: setup cpu 15
ACPI: RSDP 0x00000000CBFF5014 000024 (v02 ALASKA)
ACPI: XSDT 0x00000000CBFF4728 0000DC (v01 ALASKA A M I    01072009 AMI  01000013)
ACPI: FACP 0x00000000CAA32000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
ACPI: DSDT 0x00000000CAA2B000 006218 (v02 ALASKA A M I    01072009 INTL 20120913)
ACPI: FACS 0x00000000CAFEF000 000040
ACPI: SSDT 0x00000000CAA38000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
ACPI: SSDT 0x00000000CAA34000 003A78 (v01 AMD    AMD AOD  00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA33000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
ACPI: FIDT 0x00000000CAA2A000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: MCFG 0x00000000CAA29000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
ACPI: AAFT 0x00000000CAA28000 0000ED (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
ACPI: HPET 0x00000000CAA27000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
ACPI: VFCT 0x00000000CAA19000 00D484 (v01 ALASKA A M I    00000001 AMD  31504F47)
ACPI: BGRT 0x00000000CAA18000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x00000000CAA14000 0035A4 (v02 AMD    AmdTable 00000001 AMD  00000001)
ACPI: CRAT 0x00000000CAA13000 000F28 (v01 AMD    AmdTable 00000001 AMD  00000001)
ACPI: CDIT 0x00000000CAA12000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
ACPI: SSDT 0x00000000CAA11000 000D37 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA0F000 0010A5 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA0B000 00326A (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: WSMT 0x00000000CAA0A000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: APIC 0x00000000CAA09000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x00000000CAA08000 000517 (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA07000 00007D (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA05000 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
ACPI: SSDT 0x00000000CAA04000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
ACPI: FPDT 0x00000000CAA03000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
MADT: Found IO APIC ID 17, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 17
ioapic0: ver 0x21 maxredir 0x17
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 18, Interrupt 24 at 0xfec01000
ioapic1: Changing APIC ID to 18
ioapic1: ver 0x21 maxredir 0x1f
lapic: Routing NMI -> LINT1
lapic: LINT1 trigger: edge
lapic: LINT1 polarity: high
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
ioapic0: intpin 9 polarity: low
ioapic0 <Version 2.1> irqs 0-23 on motherboard
ioapic1 <Version 2.1> irqs 24-55 on motherboard
lapic: Divisor 2, Frequency 49907238 Hz
cpu0 BSP:
     ID: 0x00000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic11: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #11 Launched!
cpu11 AP:
     ID: 0x0b000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic7: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #7 Launched!
cpu7 AP:
     ID: 0x07000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic10: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #10 Launched!
cpu10 AP:
     ID: 0x0a000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic9: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #9 Launched!
cpu9 AP:
     ID: 0x09000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic15: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #15 Launched!
cpu15 AP:
     ID: 0x0f000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic14: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #14 Launched!
cpu14 AP:
     ID: 0x0e000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic13: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #13 Launched!
cpu13 AP:
     ID: 0x0d000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic5: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #5 Launched!
cpu5 AP:
     ID: 0x05000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic12: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #12 Launched!
cpu12 AP:
     ID: 0x0c000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic1: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x01000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic3: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #3 Launched!
cpu3 AP:
     ID: 0x03000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic6: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #6 Launched!
cpu6 AP:
     ID: 0x06000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic2: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #2 Launched!
cpu2 AP:
     ID: 0x02000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic4: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #4 Launched!
cpu4 AP:
     ID: 0x04000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 0
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 1
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 2
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 3
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 5
lapic8: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 6
SMP: AP CPU #8 Launched!
cpu8 AP:
     ID: 0x08000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   AMD ext features: 0x00040007
   AMD elvt0: 0x00010000
   AMD elvt1: 0x000000f2
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
SMP: failed TSC synchronization test
TSC timecounter discards lower 1 bit(s)
Timecounter "TSC-low" frequency 1796660568 Hz quality -100
snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=2 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
wlan: <802.11 Link Layer>
random: entropy device external interface
[ath_hal] loaded
nfslock: pseudo-device
crypto: <crypto core>
tcp_log: tcp_log device
module_register_init: MOD_LOAD (vesa, 0xffffffff811527b0, 0) error 19
io: <I/O>
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
000.000065 [4335] netmap_init               netmap: loaded module
null: <full device, null device, zero device>
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
hpt27xx: RocketRAID 27xx controller driver v1.2.8
hptnr: R750/DC7280 controller driver v1.1.5
nexus0
efirtc0: <EFI Realtime Clock> on motherboard
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0: <software crypto> on motherboard
crypto: assign cryptosoft0 driver id 0, flags 0x6000000
crypto: cryptosoft0 registers alg 1 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 2 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 3 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 4 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 5 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 16 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 6 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 7 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 32 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 18 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 19 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 20 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 8 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 15 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 9 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 10 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 13 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 14 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 34 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 35 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 36 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 37 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 11 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 22 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 23 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 25 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 24 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 26 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 27 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 28 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 21 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 29 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 30 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 31 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 40 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 39 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 38 flags 0 maxoplen 0
acpi0: <ALASKA A M I > on motherboard
ACPI: 12 ACPI AML tables successfully acquired and loaded
PCIe: Memory Mapped configuration base @ 0xf0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xfffffe0003fff000 pa 0x9c000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 2 vector 48
Event timer "i8254" frequency 1193182 Hz quality 100
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 4 vector 48
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 49
Event timer "RTC" frequency 32768 Hz quality 0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
hpet0: vendor 0x1022, rev 0x1, 14318180Hz, 3 timers, legacy route
hpet0:  t0: irqs 0x00c00000 (0), MSI, periodic
hpet0:  t1: irqs 0x00c00000 (0), MSI, periodic
hpet0:  t2: irqs 0x00c00000 (0), MSI, periodic
Timecounter "HPET" frequency 14318180 Hz quality 950
msi: routing MSI-X IRQ 256 to local APIC 6 vector 48
msi: routing MSI-X IRQ 257 to local APIC 8 vector 48
msi: routing MSI-X IRQ 258 to local APIC 10 vector 48
msi: Assigning MSI-X IRQ 256 to local APIC 0 vector 50
msi: Assigning MSI-X IRQ 257 to local APIC 0 vector 51
msi: Assigning MSI-X IRQ 258 to local APIC 0 vector 52
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 350
Event timer "HPET2" frequency 14318180 Hz quality 350
ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/2 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  4 5 7 10 11 14 15
  Validation          0  255   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: decoding 5 range 0-0xff
pcib0: decoding 4 range 0-0x3af
pcib0: decoding 4 range 0x3e0-0xcf7
pcib0: decoding 4 range 0x3b0-0x3df
pcib0: decoding 4 range 0xd00-0xffff
pcib0: decoding 3 range 0xa0000-0xbffff
pcib0: decoding 3 range 0xc0000-0xdffff
pcib0: decoding 3 range 0xd0000000-0xfec2ffff
pcib0: decoding 3 range 0xfee00000-0xffffffff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found->	vendor=0x1022, dev=0x1630, revid=0x00
	domain=0, bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=1, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1633, revid=0x00
	domain=0, bus=0, slot=1, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=1, subbus=2
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=2, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1634, revid=0x00
	domain=0, bus=0, slot=2, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=3, subbus=12
found->	vendor=0x1022, dev=0x1632, revid=0x00
	domain=0, bus=0, slot=8, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1635, revid=0x00
	domain=0, bus=0, slot=8, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=13, subbus=13
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x790e, revid=0x51
	domain=0, bus=0, slot=20, func=3
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1448, revid=0x00
	domain=0, bus=0, slot=24, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1449, revid=0x00
	domain=0, bus=0, slot=24, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144a, revid=0x00
	domain=0, bus=0, slot=24, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144b, revid=0x00
	domain=0, bus=0, slot=24, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144c, revid=0x00
	domain=0, bus=0, slot=24, func=4
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144d, revid=0x00
	domain=0, bus=0, slot=24, func=5
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144e, revid=0x00
	domain=0, bus=0, slot=24, func=6
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x144f, revid=0x00
	domain=0, bus=0, slot=24, func=7
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pcib1: <ACPI PCI-PCI bridge> at device 1.1 on pci0
pcib0: allocated type 4 (0xf000-0xffff) for rid 1c of pcib1
pcib0: allocated type 3 (0xfc900000-0xfccfffff) for rid 20 of pcib1
pcib0: allocated type 3 (0xe0300000-0xe06fffff) for rid 24 of pcib1
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   2
pcib1:   I/O decode        0xf000-0xffff
pcib1:   memory decode     0xfc900000-0xfccfffff
pcib1:   prefetched decode 0xe0300000-0xe06fffff
pci1: <ACPI PCI bus> on pcib1
pcib1: allocated bus range (1-1) for rid 0 of pci1
pci1: domain=0, physical bus=1
found->	vendor=0x8086, dev=0x10fb, revid=0x01
	domain=0, bus=1, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	MSI-X supports 64 messages in map 0x20
	map[10]: type Memory, range 64, base 0xfca00000, size 20, memory disabled
pcib1: allocated memory range (0xfca00000-0xfcafffff) for rid 10 of pci0:1:0:0
	map[18]: type I/O Port, range 32, base 0xf020, size  5, port disabled
pcib1: allocated I/O port range (0xf020-0xf03f) for rid 18 of pci0:1:0:0
	map[20]: type Memory, range 64, base 0xfcc04000, size 14, enabled
pcib1: allocated memory range (0xfcc04000-0xfcc07fff) for rid 20 of pci0:1:0:0
found->	vendor=0x8086, dev=0x10fb, revid=0x01
	domain=0, bus=1, slot=0, func=1
	class=02-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	MSI-X supports 64 messages in map 0x20
	map[10]: type Memory, range 64, base 0xfc900000, size 20, memory disabled
pcib1: allocated memory range (0xfc900000-0xfc9fffff) for rid 10 of pci0:1:0:1
	map[18]: type I/O Port, range 32, base 0xf000, size  5, port disabled
pcib1: allocated I/O port range (0xf000-0xf01f) for rid 18 of pci0:1:0:1
	map[20]: type Memory, range 64, base 0xfcc00000, size 14, enabled
pcib1: allocated memory range (0xfcc00000-0xfcc03fff) for rid 20 of pci0:1:0:1
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver> port 0xf020-0xf03f mem 0xfca00000-0xfcafffff,0xfcc04000-0xfcc07fff at device 0.0 on pci1
ixgbe_attach: begin
ix0: Using 2048 TX descriptors and 2048 RX descriptors
ix0: msix_init qsets capped at 16
ix0: intr CPUs: 8 queue msgs: 63 admincnt: 1
ix0: Using 8 RX queues 8 TX queues
ix0: attempting to allocate 9 MSI-X vectors (64 supported)
msi: routing MSI-X IRQ 259 to local APIC 12 vector 48
msi: routing MSI-X IRQ 260 to local APIC 14 vector 48
msi: routing MSI-X IRQ 261 to local APIC 0 vector 53
msi: routing MSI-X IRQ 262 to local APIC 2 vector 49
msi: routing MSI-X IRQ 263 to local APIC 4 vector 48
msi: routing MSI-X IRQ 264 to local APIC 6 vector 48
msi: routing MSI-X IRQ 265 to local APIC 8 vector 48
msi: routing MSI-X IRQ 266 to local APIC 10 vector 48
msi: routing MSI-X IRQ 267 to local APIC 12 vector 49
ix0: using IRQs 259-267 for MSI-X
ix0: Using MSI-X interrupts with 9 vectors
ix0: allocated for 8 queues
ix0: allocated for 8 rx queues
msi: Assigning MSI-X IRQ 259 to local APIC 0 vector 54
msi: Assigning MSI-X IRQ 260 to local APIC 2 vector 50
msi: Assigning MSI-X IRQ 261 to local APIC 4 vector 49
msi: Assigning MSI-X IRQ 262 to local APIC 6 vector 49
msi: Assigning MSI-X IRQ 263 to local APIC 8 vector 49
msi: Assigning MSI-X IRQ 264 to local APIC 10 vector 49
msi: Assigning MSI-X IRQ 265 to local APIC 12 vector 48
msi: Assigning MSI-X IRQ 266 to local APIC 14 vector 48
msi: Assigning MSI-X IRQ 259 to local APIC 1 vector 48
msi: Assigning MSI-X IRQ 260 to local APIC 3 vector 48
msi: Assigning MSI-X IRQ 261 to local APIC 5 vector 48
msi: Assigning MSI-X IRQ 262 to local APIC 7 vector 48
msi: Assigning MSI-X IRQ 263 to local APIC 9 vector 48
msi: Assigning MSI-X IRQ 264 to local APIC 11 vector 48
msi: Assigning MSI-X IRQ 265 to local APIC 13 vector 48
msi: Assigning MSI-X IRQ 266 to local APIC 15 vector 48
ix0: bpf attached
ix0: Ethernet address: 38:ea:a7:8e:91:38
ixgbe_setup_interface: begin
ix0: PCI Express Bus: Speed 5.0GT/s Width x8
ix0: netmap queues/slots: TX 8/2048, RX 8/2048
ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver> port 0xf000-0xf01f mem 0xfc900000-0xfc9fffff,0xfcc00000-0xfcc03fff at device 0.1 on pci1
ixgbe_attach: begin
ix1: Using 2048 TX descriptors and 2048 RX descriptors
ix1: msix_init qsets capped at 16
ix1: intr CPUs: 8 queue msgs: 63 admincnt: 1
ix1: Using 8 RX queues 8 TX queues
ix1: attempting to allocate 9 MSI-X vectors (64 supported)
msi: routing MSI-X IRQ 268 to local APIC 14 vector 48
msi: routing MSI-X IRQ 269 to local APIC 0 vector 53
msi: routing MSI-X IRQ 270 to local APIC 2 vector 49
msi: routing MSI-X IRQ 271 to local APIC 4 vector 48
msi: routing MSI-X IRQ 272 to local APIC 6 vector 48
msi: routing MSI-X IRQ 273 to local APIC 8 vector 48
msi: routing MSI-X IRQ 274 to local APIC 10 vector 48
msi: routing MSI-X IRQ 275 to local APIC 12 vector 48
msi: routing MSI-X IRQ 276 to local APIC 14 vector 49
ix1: using IRQs 268-276 for MSI-X
ix1: Using MSI-X interrupts with 9 vectors
ix1: allocated for 8 queues
ix1: allocated for 8 rx queues
msi: Assigning MSI-X IRQ 268 to local APIC 0 vector 54
msi: Assigning MSI-X IRQ 269 to local APIC 2 vector 50
msi: Assigning MSI-X IRQ 270 to local APIC 4 vector 49
msi: Assigning MSI-X IRQ 271 to local APIC 6 vector 49
msi: Assigning MSI-X IRQ 272 to local APIC 8 vector 49
msi: Assigning MSI-X IRQ 273 to local APIC 10 vector 49
msi: Assigning MSI-X IRQ 274 to local APIC 12 vector 50
msi: Assigning MSI-X IRQ 275 to local APIC 14 vector 48
msi: Assigning MSI-X IRQ 268 to local APIC 1 vector 49
msi: Assigning MSI-X IRQ 269 to local APIC 3 vector 49
msi: Assigning MSI-X IRQ 270 to local APIC 5 vector 49
msi: Assigning MSI-X IRQ 271 to local APIC 7 vector 49
msi: Assigning MSI-X IRQ 272 to local APIC 9 vector 49
msi: Assigning MSI-X IRQ 273 to local APIC 11 vector 49
msi: Assigning MSI-X IRQ 274 to local APIC 13 vector 49
msi: Assigning MSI-X IRQ 275 to local APIC 15 vector 49
ix1: bpf attached
ix1: Ethernet address: 38:ea:a7:8e:91:39
ixgbe_setup_interface: begin
ix1: PCI Express Bus: Speed 5.0GT/s Width x8
ix1: netmap queues/slots: TX 8/2048, RX 8/2048
pcib2: <ACPI PCI-PCI bridge> at device 2.1 on pci0
pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2
pcib0: allocated type 3 (0xfcd00000-0xfcffffff) for rid 20 of pcib2
pcib2:   domain            0
pcib2:   secondary bus     3
pcib2:   subordinate bus   12
pcib2:   I/O decode        0xe000-0xefff
pcib2:   memory decode     0xfcd00000-0xfcffffff
pci2: <ACPI PCI bus> on pcib2
pcib2: allocated bus range (3-3) for rid 0 of pci2
pci2: domain=0, physical bus=3
found->	vendor=0x1022, dev=0x43ee, revid=0x00
	domain=0, bus=3, slot=0, func=0
	class=0c-03-30, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfcfa0000, size 15, enabled
pcib2: allocated memory range (0xfcfa0000-0xfcfa7fff) for rid 10 of pci0:3:0:0
found->	vendor=0x1022, dev=0x43eb, revid=0x00
	domain=0, bus=3, slot=0, func=1
	class=01-06-01, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[24]: type Memory, range 32, base 0xfcf80000, size 17, enabled
pcib2: allocated memory range (0xfcf80000-0xfcf9ffff) for rid 24 of pci0:3:0:1
found->	vendor=0x1022, dev=0x43e9, revid=0x00
	domain=0, bus=3, slot=0, func=2
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=4, subbus=12
pcib2: allocated bus range (4-12) for rid 0 of pci0:3:0:2
xhci0: <XHCI (generic) USB 3.0 controller> mem 0xfcfa0000-0xfcfa7fff at device 0.0 on pci2
xhci0: 32 bytes context size, 64-bit DMA
xhci0: Unable to map MSI-X table
xhci0: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 277 to local APIC 0 vector 53
xhci0: using IRQ 277 for MSI
xhci0: MSI enabled
usbus0 on xhci0
xhci0: usbpf: Attached
usbus0: 5.0Gbps Super Speed USB v3.0
ahci0: <AHCI SATA controller> mem 0xfcf80000-0xfcf9ffff at device 0.1 on pci2
ahci0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 278 to local APIC 2 vector 49
ahci0: using IRQ 278 for MSI
ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier supported
ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 6Gbps PM PMD SSC PSC 32cmd eSATA 6ports
ahci0: Caps2: DESO SADM SDS APST
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: Caps: HPCP
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich1: Caps: HPCP
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich2: Caps: HPCP
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich3: Caps: HPCP
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich4: Caps: HPCP
ahcich5: <AHCI channel> at channel 5 on ahci0
ahcich5: Caps: HPCP
pcib3: <ACPI PCI-PCI bridge> at device 0.2 on pci2
pcib2: allocated I/O port range (0xe000-0xefff) for rid 1c of pcib3
pcib2: allocated memory range (0xfcd00000-0xfcefffff) for rid 20 of pcib3
pcib3:   domain            0
pcib3:   secondary bus     4
pcib3:   subordinate bus   12
pcib3:   I/O decode        0xe000-0xefff
pcib3:   memory decode     0xfcd00000-0xfcefffff
pcib3: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02 - AE_NOT_FOUND
pci3: <ACPI PCI bus> on pcib3
pcib3: allocated bus range (4-4) for rid 0 of pci3
pci3: domain=0, physical bus=4
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=0, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=5, subbus=5
pcib3: allocated bus range (5-5) for rid 0 of pci0:4:0:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=6, subbus=6
pcib3: allocated bus range (6-6) for rid 0 of pci0:4:1:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=2, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=7, subbus=7
pcib3: allocated bus range (7-7) for rid 0 of pci0:4:2:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=3, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=8, subbus=8
pcib3: allocated bus range (8-8) for rid 0 of pci0:4:3:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=6, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=9, subbus=9
pcib3: allocated bus range (9-9) for rid 0 of pci0:4:6:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=7, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=10, subbus=10
pcib3: allocated bus range (10-10) for rid 0 of pci0:4:7:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=8, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=11, subbus=11
pcib3: allocated bus range (11-11) for rid 0 of pci0:4:8:0
found->	vendor=0x1022, dev=0x43ea, revid=0x00
	domain=0, bus=4, slot=9, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	secbus=12, subbus=12
pcib3: allocated bus range (12-12) for rid 0 of pci0:4:9:0
pcib4: <ACPI PCI-PCI bridge> at device 0.0 on pci3
pcib3: allocated I/O port range (0xe000-0xefff) for rid 1c of pcib4
pcib3: allocated memory range (0xfce00000-0xfcefffff) for rid 20 of pcib4
pcib4:   domain            0
pcib4:   secondary bus     5
pcib4:   subordinate bus   5
pcib4:   I/O decode        0xe000-0xefff
pcib4:   memory decode     0xfce00000-0xfcefffff
pcib4: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT20 - AE_NOT_FOUND
pci4: <ACPI PCI bus> on pcib4
pcib4: allocated bus range (5-5) for rid 0 of pci4
pci4: domain=0, physical bus=5
found->	vendor=0x10ec, dev=0x8168, revid=0x15
	domain=0, bus=5, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D1 D2 D3  current D0
	MSI supports 1 message, 64 bit
	MSI-X supports 4 messages in map 0x20
	map[10]: type I/O Port, range 32, base 0xe000, size  8, enabled
pcib4: allocated I/O port range (0xe000-0xe0ff) for rid 10 of pci0:5:0:0
	map[18]: type Memory, range 64, base 0xfce04000, size 12, enabled
pcib4: allocated memory range (0xfce04000-0xfce04fff) for rid 18 of pci0:5:0:0
	map[20]: type Memory, range 64, base 0xfce00000, size 14, enabled
pcib4: allocated memory range (0xfce00000-0xfce03fff) for rid 20 of pci0:5:0:0
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0xfce04000-0xfce04fff,0xfce00000-0xfce03fff at device 0.0 on pci4
re0: MSI count : 1
re0: MSI-X count : 4
re0: attempting to allocate 1 MSI-X vectors (4 supported)
msi: routing MSI-X IRQ 279 to local APIC 4 vector 48
re0: using IRQ 279 for MSI-X
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0: OUI 0x00e04c, model 0x0000, rev. 0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: bpf attached
re0: Ethernet address: a8:a1:59:34:3f:7f
re0: netmap queues/slots: TX 1/256, RX 1/256
pcib5: <ACPI PCI-PCI bridge> at device 1.0 on pci3
pcib3: allocated memory range (0xfcd00000-0xfcdfffff) for rid 20 of pcib5
pcib5:   domain            0
pcib5:   secondary bus     6
pcib5:   subordinate bus   6
pcib5:   memory decode     0xfcd00000-0xfcdfffff
pcib5: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT21 - AE_NOT_FOUND
pci5: <ACPI PCI bus> on pcib5
pcib5: allocated bus range (6-6) for rid 0 of pci5
pci5: domain=0, physical bus=6
found->	vendor=0x8086, dev=0x24fb, revid=0x10
	domain=0, bus=6, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 64, base 0xfcd00000, size 13, memory disabled
pcib5: allocated memory range (0xfcd00000-0xfcd01fff) for rid 10 of pci0:6:0:0
pci5: <network> at device 0.0 (no driver attached)
pcib6: <ACPI PCI-PCI bridge> at device 2.0 on pci3
pcib6:   domain            0
pcib6:   secondary bus     7
pcib6:   subordinate bus   7
pcib6: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT22 - AE_NOT_FOUND
pci6: <ACPI PCI bus> on pcib6
pcib6: allocated bus range (7-7) for rid 0 of pci6
pci6: domain=0, physical bus=7
pcib7: <ACPI PCI-PCI bridge> at device 3.0 on pci3
pcib7:   domain            0
pcib7:   secondary bus     8
pcib7:   subordinate bus   8
pcib7: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT23 - AE_NOT_FOUND
pci7: <ACPI PCI bus> on pcib7
pcib7: allocated bus range (8-8) for rid 0 of pci7
pci7: domain=0, physical bus=8
pcib8: <ACPI PCI-PCI bridge> at device 6.0 on pci3
pcib8:   domain            0
pcib8:   secondary bus     9
pcib8:   subordinate bus   9
pcib8: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT26 - AE_NOT_FOUND
pci8: <ACPI PCI bus> on pcib8
pcib8: allocated bus range (9-9) for rid 0 of pci8
pci8: domain=0, physical bus=9
pcib9: <ACPI PCI-PCI bridge> at device 7.0 on pci3
pcib9:   domain            0
pcib9:   secondary bus     10
pcib9:   subordinate bus   10
pcib9: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT27 - AE_NOT_FOUND
pci9: <ACPI PCI bus> on pcib9
pcib9: allocated bus range (10-10) for rid 0 of pci9
pci9: domain=0, physical bus=10
pcib10: <ACPI PCI-PCI bridge> at device 8.0 on pci3
pcib10:   domain            0
pcib10:   secondary bus     11
pcib10:   subordinate bus   11
pcib10: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT28 - AE_NOT_FOUND
pci10: <ACPI PCI bus> on pcib10
pcib10: allocated bus range (11-11) for rid 0 of pci10
pci10: domain=0, physical bus=11
pcib11: <ACPI PCI-PCI bridge> at device 9.0 on pci3
pcib11:   domain            0
pcib11:   secondary bus     12
pcib11:   subordinate bus   12
pcib11: could not get PCI interrupt routing table for \134_SB_.PCI0.GPP3.PT02.PT29 - AE_NOT_FOUND
pci11: <ACPI PCI bus> on pcib11
pcib11: allocated bus range (12-12) for rid 0 of pci11
pci11: domain=0, physical bus=12
pcib12: <ACPI PCI-PCI bridge> at device 8.1 on pci0
pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib12
pcib0: allocated type 3 (0xfc500000-0xfc8fffff) for rid 20 of pcib12
pcib0: allocated type 3 (0xd0000000-0xe01fffff) for rid 24 of pcib12
pcib12:   domain            0
pcib12:   secondary bus     13
pcib12:   subordinate bus   13
pcib12:   I/O decode        0xd000-0xdfff
pcib12:   memory decode     0xfc500000-0xfc8fffff
pcib12:   prefetched decode 0xd0000000-0xe01fffff
pci12: <ACPI PCI bus> on pcib12
pcib12: allocated bus range (13-13) for rid 0 of pci12
pci12: domain=0, physical bus=13
found->	vendor=0x1002, dev=0x1636, revid=0xd8
	domain=0, bus=13, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 4 messages, 64 bit
	MSI-X supports 4 messages in map 0x24
	map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled
pcib12: allocated prefetch range (0xd0000000-0xdfffffff) for rid 10 of pci0:13:0:0
	map[18]: type Prefetchable Memory, range 64, base 0xe0000000, size 21, enabled
pcib12: allocated prefetch range (0xe0000000-0xe01fffff) for rid 18 of pci0:13:0:0
	map[20]: type I/O Port, range 32, base 0xd000, size  8, port disabled
pcib12: allocated I/O port range (0xd000-0xd0ff) for rid 20 of pci0:13:0:0
	map[24]: type Memory, range 32, base 0xfc800000, size 19, enabled
pcib12: allocated memory range (0xfc800000-0xfc87ffff) for rid 24 of pci0:13:0:0
found->	vendor=0x1002, dev=0x1637, revid=0x00
	domain=0, bus=13, slot=0, func=1
	class=04-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfc888000, size 14, memory disabled
pcib12: allocated memory range (0xfc888000-0xfc88bfff) for rid 10 of pci0:13:0:1
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
	map[18]: type Memory, range 32, base 0xfc700000, size 20, memory disabled
pcib12: allocated memory range (0xfc700000-0xfc7fffff) for rid 18 of pci0:13:0:2
	map[24]: type Memory, range 32, base 0xfc88c000, size 13, enabled
pcib12: allocated memory range (0xfc88c000-0xfc88dfff) for rid 24 of pci0:13:0:2
found->	vendor=0x1022, dev=0x1639, revid=0x00
	domain=0, bus=13, slot=0, func=3
	class=0c-03-30, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfc600000, size 20, enabled
pcib12: allocated memory range (0xfc600000-0xfc6fffff) for rid 10 of pci0:13:0:3
found->	vendor=0x1022, dev=0x1639, revid=0x00
	domain=0, bus=13, slot=0, func=4
	class=0c-03-30, 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=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	MSI-X supports 8 messages in map 0x10
	map[10]: type Memory, range 64, base 0xfc500000, size 20, enabled
pcib12: allocated memory range (0xfc500000-0xfc5fffff) for rid 10 of pci0:13:0:4
found->	vendor=0x1022, dev=0x15e3, revid=0x00
	domain=0, bus=13, slot=0, func=6
	class=04-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfc880000, size 15, memory disabled
pcib12: allocated memory range (0xfc880000-0xfc887fff) for rid 10 of pci0:13:0:6
vgapci0: <VGA-compatible display> port 0xd000-0xd0ff mem 0xd0000000-0xdfffffff,0xe0000000-0xe01fffff,0xfc800000-0xfc87ffff at device 0.0 on pci12
hdac0: <ATI (0x1637) HDA Controller> mem 0xfc888000-0xfc88bfff at device 0.1 on pci12
hdac0: PCI card vendor: 0x1002, device: 0x1637
hdac0: HDA Driver Revision: 20120126_0002
hdac0: Config options: on=0x00000000 off=0x00000000
hdac0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 280 to local APIC 6 vector 48
hdac0: using IRQ 280 for MSI
hdac0: Caps: OSS 4, ISS 0, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
pci12: <encrypt/decrypt> at device 0.2 (no driver attached)
xhci1: <XHCI (generic) USB 3.0 controller> mem 0xfc600000-0xfc6fffff at device 0.3 on pci12
xhci1: 64 bytes context size, 64-bit DMA
xhci1: Unable to map MSI-X table
xhci1: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 281 to local APIC 8 vector 48
xhci1: using IRQ 281 for MSI
xhci1: MSI enabled
usbus1 on xhci1
xhci1: usbpf: Attached
usbus1: 5.0Gbps Super Speed USB v3.0
xhci2: <XHCI (generic) USB 3.0 controller> mem 0xfc500000-0xfc5fffff at device 0.4 on pci12
xhci2: 64 bytes context size, 64-bit DMA
xhci2: Unable to map MSI-X table
xhci2: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 282 to local APIC 10 vector 48
xhci2: using IRQ 282 for MSI
xhci2: MSI enabled
usbus2 on xhci2
xhci2: usbpf: Attached
usbus2: 5.0Gbps Super Speed USB v3.0
hdac1: <AMD (0x15e3) HDA Controller> mem 0xfc880000-0xfc887fff at device 0.6 on pci12
hdac1: PCI card vendor: 0x1849, device: 0x288a
hdac1: HDA Driver Revision: 20120126_0002
hdac1: Config options: on=0x00000000 off=0x00000000
hdac1: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 283 to local APIC 12 vector 48
hdac1: using IRQ 283 for MSI
hdac1: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
acpi_button0: <Power Button> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart2: <16x50 with 256 byte FIFO> iomem 0xfedc9000-0xfedc9fff,0xfedc7000-0xfedc7fff irq 3 on acpi0
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 14 vector 48
uart2: fast interrupt
uart2: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart3: <16x50 with 256 byte FIFO> iomem 0xfedca000-0xfedcafff,0xfedc8000-0xfedc8fff irq 4 on acpi0
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 54
uart3: fast interrupt
uart3: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart4: <16x50 with 256 byte FIFO> iomem 0xfedce000-0xfedcefff,0xfedcc000-0xfedccfff irq 3 on acpi0
uart4: fast interrupt
uart4: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart5: <16x50 with 256 byte FIFO> iomem 0xfedcf000-0xfedcffff,0xfedcd000-0xfedcdfff irq 4 on acpi0
uart5: fast interrupt
uart5: PPS capture mode: DCD
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
acpi_syscontainer0: <System Container> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
cpu0: Processor \134_SB_.PLTF.C000 (ACPI ID 0) -> APIC ID 0
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
cpu1: Processor \134_SB_.PLTF.C001 (ACPI ID 1) -> APIC ID 1
cpu1: <ACPI CPU> on acpi0
cpu2: Processor \134_SB_.PLTF.C002 (ACPI ID 2) -> APIC ID 2
cpu2: <ACPI CPU> on acpi0
cpu3: Processor \134_SB_.PLTF.C003 (ACPI ID 3) -> APIC ID 3
cpu3: <ACPI CPU> on acpi0
cpu4: Processor \134_SB_.PLTF.C004 (ACPI ID 4) -> APIC ID 4
cpu4: <ACPI CPU> on acpi0
cpu5: Processor \134_SB_.PLTF.C005 (ACPI ID 5) -> APIC ID 5
cpu5: <ACPI CPU> on acpi0
cpu6: Processor \134_SB_.PLTF.C006 (ACPI ID 6) -> APIC ID 6
cpu6: <ACPI CPU> on acpi0
cpu7: Processor \134_SB_.PLTF.C007 (ACPI ID 7) -> APIC ID 7
cpu7: <ACPI CPU> on acpi0
cpu8: Processor \134_SB_.PLTF.C008 (ACPI ID 8) -> APIC ID 8
cpu8: <ACPI CPU> on acpi0
cpu9: Processor \134_SB_.PLTF.C009 (ACPI ID 9) -> APIC ID 9
cpu9: <ACPI CPU> on acpi0
cpu10: Processor \134_SB_.PLTF.C00A (ACPI ID 10) -> APIC ID 10
cpu10: <ACPI CPU> on acpi0
cpu11: Processor \134_SB_.PLTF.C00B (ACPI ID 11) -> APIC ID 11
cpu11: <ACPI CPU> on acpi0
cpu12: Processor \134_SB_.PLTF.C00C (ACPI ID 12) -> APIC ID 12
cpu12: <ACPI CPU> on acpi0
cpu13: Processor \134_SB_.PLTF.C00D (ACPI ID 13) -> APIC ID 13
cpu13: <ACPI CPU> on acpi0
cpu14: Processor \134_SB_.PLTF.C00E (ACPI ID 14) -> APIC ID 14
cpu14: <ACPI CPU> on acpi0
cpu15: Processor \134_SB_.PLTF.C00F (ACPI ID 15) -> APIC ID 15
cpu15: <ACPI CPU> on acpi0
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
Table 'FACP' at 0xcaa32000
FACP: Found table at 0xcaa32000
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: fast interrupt
uart0: PPS capture mode: DCD
ACPI: Enabled 1 GPEs in block 00 to 1F
ahc_isa_identify 0: ioport 0xc00 alloc failed
ahc_isa_identify 1: ioport 0x1c00 alloc failed
ahc_isa_identify 2: ioport 0x2c00 alloc failed
ahc_isa_identify 3: ioport 0x3c00 alloc failed
ahc_isa_identify 4: ioport 0x4c00 alloc failed
ahc_isa_identify 5: ioport 0x5c00 alloc failed
ahc_isa_identify 6: ioport 0x6c00 alloc failed
ahc_isa_identify 7: ioport 0x7c00 alloc failed
ahc_isa_identify 8: ioport 0x8c00 alloc failed
ahc_isa_identify 9: ioport 0x9c00 alloc failed
ahc_isa_identify 10: ioport 0xac00 alloc failed
ahc_isa_identify 11: ioport 0xbc00 alloc failed
ahc_isa_identify 12: ioport 0xcc00 alloc failed
ahc_isa_identify 13: ioport 0xdc00 alloc failed
ahc_isa_identify 14: ioport 0xec00 alloc failed
pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0
pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0
pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0
pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0
pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0000-0xc07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0800-0xc0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1000-0xc17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1800-0xc1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2000-0xc27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2800-0xc2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3000-0xc37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3800-0xc3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4000-0xc47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4800-0xc4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5000-0xc57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5800-0xc5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6000-0xc67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6800-0xc6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7000-0xc77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7800-0xc7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8000-0xc87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8800-0xc8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9000-0xc97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9800-0xc9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xca000-0xca7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xca800-0xcafff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb000-0xcb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb800-0xcbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc000-0xcc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc800-0xccfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd000-0xcd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd800-0xcdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xce000-0xce7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xce800-0xcefff) for rid 0 of orm0
pcib0: allocated type 3 (0xcf000-0xcf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcf800-0xcffff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xda000-0xda7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xda800-0xdafff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd800-0xddfff) for rid 0 of orm0
pcib0: allocated type 3 (0xde000-0xde7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xde800-0xdefff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf800-0xdffff) for rid 0 of orm0
isa_probe_children: disabling PnP devices
atrtc: atrtc0 already exists; skipping it
attimer: attimer0 already exists; skipping it
sc: sc0 already exists; skipping it
uart: uart0 already exists; skipping it
isa_probe_children: probing non-PnP devices
sc0 failed to probe on isa0
vga0 failed to probe on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
kbd0: atkbd0, generic (0), config:0x0, flags:0x1f0000
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 2 vector 50
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0
pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ppc0: cannot reserve I/O port range
ppc0 failed to probe at irq 7 on isa0
pcib0: allocated type 4 (0x2f8-0x2f8) for rid 0 of uart1
uart1 failed to probe at port 0x2f8 irq 3 on isa0
isa_probe_children: probing PnP devices
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
Device configuration finished.
procfs registered
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
vlan: initialized, using hash tables with chaining
lo0: bpf attached
IPsec: Initialized Security Association Processing.
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
arc4random: read 32 bytes from preloaded cache
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 131072
AcpiOsExecute: enqueue 16 pending tasks
hptrr: no controller detected.
hpt27xx: no controller detected.
hptnr: no controller detected.
ahcich0: AHCI reset...
hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0
hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0
ahcich0: hdaa0: Subsystem ID: 0x00aa0100
SATA connect time=100us status=00000133
ahcich0: AHCI reset: device found
hdaa0: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0
ahcich1: AHCI reset...
hdaa0: Original pins configuration:
hdaa0: nid   0x    as seq device       conn  jack    loc        color   misc
ahcich1: hdaa0:  3 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  5 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  7 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
SATA connect time=100us status=00000133
ahcich1: AHCI reset: device found
hdaa0:  9 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
ahcich2: hdaa0: 11 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0
hdaa0: 13 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0
AHCI reset...
hdaa0: Patched pins configuration:
hdaa0: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa0:  3 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  5 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  7 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0:  9 185600f0 15 0  Digital-out   Jack  Digital 0x18       Unknown 0
hdaa0: 11 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
hdaa0: 13 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
hdaa0: 4 associations found:
hdaa0: Association 0 (15) out:
hdaa0:  Pin nid=3 seq=0
hdaa0: Association 1 (15) out:
hdaa0:  Pin nid=5 seq=0
hdaa0: Association 2 (15) out:
ahcich2: hdaa0:  Pin nid=7 seq=0
hdaa0: Association 3 (15) out:
hdaa0:  Pin nid=9 seq=0
hdaa0: Tracing association 0 (15)
hdaa0:  Pin 3 traced to DAC 2
hdaa0: Association 0 (15) trace succeeded
hdaa0: Tracing association 1 (15)
hdaa0:  Pin 5 traced to DAC 4
hdaa0: Association 1 (15) trace succeeded
hdaa0: Tracing association 2 (15)
hdaa0:  Pin 7 traced to DAC 6
hdaa0: Association 2 (15) trace succeeded
hdaa0: Tracing association 3 (15)
hdaa0:  Pin 9 traced to DAC 8
hdaa0: Association 3 (15) trace succeeded
hdaa0: Looking for additional DAC for association 0 (15)
hdaa0: Looking for additional DAC for association 1 (15)
hdaa0: Looking for additional DAC for association 2 (15)
hdaa0: Looking for additional DAC for association 3 (15)
hdaa0: Tracing input monitor
hdaa0: Tracing other input monitors
hdaa0: Tracing beeper
SATA connect timeout time=10000us status=00000000
hdaa0: ahcich2: AHCI reset: device not found
ahcich3: AHCI reset...
Pin sense: nid=3 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=5 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=7 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: Pin sense: nid=9 sense=0x7fffffff (disconnected, ELD valid)
hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0
pcm0: Playback:
pcm0:      Stream cap: 0x00000005 AC3 PCM
pcm0:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm0:             DAC: 2
pcm0:
ahcich3: pcm0:     nid=3 [pin: Digital-out (Jack)]
pcm0:       + <- nid=2 [audio output] [src: pcm]
pcm0:
SATA connect timeout time=10000us status=00000000
pcm0: ahcich3: AHCI reset: device not found
ahcich4: AHCI reset...
Mixer "vol" -> "none": child=0x00000010
pcm0: Mixer "pcm": parent="vol"
pcm0: Soft PCM mixer ENABLED
pcm0: Playback channel set is: Front Left, Front Right,
pcm0: Playback channel matrix is: 2.0 (disconnected)
pcm1: <ATI R6xx (HDMI)> at nid 5 on hdaa0
pcm1: Playback:
ahcich4: pcm1:      Stream cap: 0x00000005SATA connect timeout time=10000us status=00000000
ahcich4: AHCI reset: device not found
ahcich5: AHCI reset...
 AC3 PCM
pcm1:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm1:             DAC: 4
pcm1:
pcm1:     nid=5 [pin: Digital-out (Jack)]
pcm1:       + <- nid=4 [audio output] [src: pcm]
pcm1:
pcm1: Mixer "vol" -> "none": child=0x00000010
pcm1: Mixer "pcm": parent="vol"
pcm1: Soft PCM mixer ENABLED
ahcich5: SATA connect timeout time=10000us status=00000000
ahcich5: AHCI reset: device not found
pcm1: Playback channel set is: Front Left, Front Right,
pcm1: Playback channel matrix is: 2.0 (disconnected)
pcm2: <ATI R6xx (HDMI)> at nid 7 on hdaa0
pcm2: Playback:
pcm2:      Stream cap: 0x00000005 AC3 PCM
pcm2:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm2:             DAC: 6
pcm2:
pcm2:     nid=7 [pin: Digital-out (Jack)]
pcm2:       + <- nid=6 [audio output] [src: pcm]
pcm2:
pcm2: Mixer "vol" -> "none": child=0x00000010
pcm2: Mixer "pcm": parent="vol"
pcm2: Soft PCM mixer ENABLED
pcm2: Playback channel set is: Front Left, Front Right,
pcm2: Playback channel matrix is: 2.0 (disconnected)
pcm3: <ATI R6xx (HDMI)> at nid 9 on hdaa0
pcm3: Playback:
pcm3:      Stream cap: 0x00000005 AC3 PCM
pcm3:         PCM cap: 0x00020070 16 bits, 32 44 48 KHz
pcm3:             DAC: 8
pcm3:
pcm3:     nid=9 [pin: Digital-out (Jack)]
pcm3:       + <- nid=8 [audio output] [src: pcm]
pcm3:
pcm3: Mixer "vol" -> "none": child=0x00000010
pcm3: Mixer "pcm": parent="vol"
pcm3: Soft PCM mixer ENABLED
pcm3: Playback channel set is: Front Left, Front Right,
pcm3: Playback channel matrix is: 2.0 (disconnected)
hdacc1: <Realtek ALC887 HDA CODEC> at cad 0 on hdac1
hdaa1: <Realtek ALC887 Audio Function Group> at nid 1 on hdacc1
hdaa1: Subsystem ID: 0x1849288a
hdaa1: NumGPIO=2 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdaa1:  GPIO0: disabled
hdaa1:  GPIO1: disabled
hdaa1: Original pins configuration:
hdaa1: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa1: 17 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0
hdaa1: 18 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 20 01014010 1  0  Line-out      Jack  1/8     Rear       Green   0
hdaa1: 21 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 22 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 23 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 24 01a19030 3  0  Mic           Jack  1/8     Rear       Pink    0
hdaa1: 25 02a19040 4  0  Mic           Jack  1/8     Front      Pink    0
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214020 2  0  Headphones    Jack  1/8     Front      Green   0
hdaa1: 28 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 29 4026c629 2  9  Headphones    None  Digital 0x00       Res.C   6
hdaa1: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 31 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: Patching widget caps nid=29 0x00400400 -> 0x00700400
hdaa1: Patched pins configuration:
hdaa1: nid   0x    as seq device       conn  jack    loc        color   misc
hdaa1: 17 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0 DISA
hdaa1: 18 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 20 01014010 1  0  Line-out      Jack  1/8     Rear       Green   0
hdaa1: 21 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 22 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 23 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 24 01a19030 3  0  Mic           Jack  1/8     Rear       Pink    0
hdaa1: 25 02a19040 4  0  Mic           Jack  1/8     Front      Pink    0
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214020 2  0  Headphones    Jack  1/8     Front      Green   0
hdaa1: 28 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 31 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 DISA
hdaa1: 4 associations found:
hdaa1: Association 0 (1) out:
hdaa1:  Pin nid=20 seq=0
hdaa1: Association 1 (2) out:
hdaa1:  Pin nid=27 seq=0
hdaa1: Association 2 (3) in:
hdaa1:  Pin nid=24 seq=0
hdaa1:  Pin nid=26 seq=15
hdaa1: Association 3 (4) in:
hdaa1:  Pin nid=25 seq=0
hdaa1: Tracing association 0 (1)
hdaa1:  Pin 20 traced to DAC 2
hdaa1: Association 0 (1) trace succeeded
hdaa1: Tracing association 1 (2)
hdaa1:  Pin 27 traced to DAC 3
hdaa1: Association 1 (2) trace succeeded
hdaa1: Tracing association 2 (3)
hdaa1:  Pin 24 traced to ADC 8
hdaa1:  Pin 26 traced to ADC 8
hdaa1: Association 2 (3) trace succeeded
hdaa1: Tracing association 3 (4)
hdaa1:  Pin 25 traced to ADC 9
hdaa1: Association 3 (4) trace succeeded
hdaa1: Looking for additional DAC for association 0 (1)
hdaa1: Looking for additional DAC for association 1 (2)
hdaa1: Looking for additional ADC for association 2 (3)
hdaa1: Looking for additional ADC for association 3 (4)
hdaa1: Tracing input monitor
hdaa1:  Tracing nid 11 to out
hdaa1:  nid 11 is input monitor
hdaa1:  Tracing nid 34 to out
hdaa1:  Tracing nid 35 to out
hdaa1: Tracing other input monitors
hdaa1:  Tracing nid 24 to out
hdaa1:  Tracing nid 25 to out
hdaa1:  Tracing nid 26 to out
hdaa1: Tracing beeper
hdaa1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
pcm4: <Realtek ALC887 (Rear Analog)> at nid 20 and 24,26 on hdaa1
pcm4: Playback:
pcm4:      Stream cap: 0x00000001 PCM
pcm4:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm4:             DAC: 2
pcm4:
pcm4:     nid=20 [pin: Line-out (Green Jack)]
pcm4:       + <- nid=12 [audio mixer] [src: pcm, mix]
pcm4:              + <- nid=2 [audio output] [src: pcm]
pcm4:              + <- nid=11 [audio mixer] [src: mix]
pcm4:
pcm4: Record:
pcm4:      Stream cap: 0x00000001 PCM
pcm4:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm4:             ADC: 8
pcm4:
pcm4:     nid=8 [audio input]
pcm4:       + <- nid=35 [audio mixer] [src: speaker, line, mic, mix]
pcm4:              + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm4:              + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm4:              + <- nid=29 [beep widget] [src: speaker]
pcm4:              + <- nid=11 [audio mixer] [src: mix]
pcm4:
pcm4: Input Mix:
pcm4:
pcm4:     nid=11 [audio mixer]
pcm4:       + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm4:       + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm4:       + <- nid=29 [beep widget] [src: speaker]
pcm4:
pcm4: Master Volume (OSS: vol): -64/0dB
pcm4:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm4:    +- ctl 17 (nid  12 in   0): mute
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:    +- ctl 25 (nid  20 in ):    mute
pcm4:
pcm4: PCM Volume (OSS: pcm): -64/0dB
pcm4:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm4:    +- ctl 17 (nid  12 in   0): mute
pcm4:
pcm4: Microphone Volume (OSS: mic): 0/30dB
pcm4:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm4:    +- ctl 30 (nid  24 out):    0/30dB (4 steps)
pcm4:    +- ctl 49 (nid  35 in   0): mute
pcm4:
pcm4: Line-in Volume (OSS: line): 0/30dB
pcm4:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm4:    +- ctl 34 (nid  26 out):    0/30dB (4 steps)
pcm4:    +- ctl 51 (nid  35 in   2): mute
pcm4:
pcm4: Speaker/Beep Volume (OSS: speaker): -34/12dB
pcm4:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm4:    +- ctl 54 (nid  35 in   5): mute
pcm4:
pcm4: Recording Level (OSS: rec): -16/30dB
pcm4:    +- ctl  5 (nid   8 in   0): -16/30dB (47 steps) + mute
pcm4:    +- ctl 49 (nid  35 in   0): mute
pcm4:    +- ctl 51 (nid  35 in   2): mute
pcm4:    +- ctl 54 (nid  35 in   5): mute
pcm4:    +- ctl 59 (nid  35 in  10): mute
pcm4:
pcm4: Input Mix Level (OSS: mix): -34/12dB
pcm4:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm4:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm4:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:    +- ctl 59 (nid  35 in  10): mute
pcm4:
pcm4: Input Monitoring Level (OSS: igain): 0/0dB
pcm4:    +- ctl 18 (nid  12 in   1): mute
pcm4:
pcm4: Mixer "vol":
pcm4: Mixer "pcm":
pcm4: Mixer "speaker":
pcm4: Mixer "line":
pcm4: Mixer "mic":
pcm4: Mixer "mix":
pcm4: Mixer "rec":
pcm4: Mixer "igain":
pcm4: Mixer "ogain":
pcm4: Playback channel set is: Front Left, Front Right,
pcm4: Playback channel matrix is: 2.0 (disconnected)
pcm4: Recording channel set is: Front Left, Front Right,
pcm4: Recording channel matrix is: 2.0 (disconnected)
pcm5: <Realtek ALC887 (Front Analog)> at nid 27 and 25 on hdaa1
pcm5: Playback:
pcm5:      Stream cap: 0x00000001 PCM
pcm5:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm5:             DAC: 3
pcm5:
pcm5:     nid=27 [pin: Headphones (Green Jack)]
pcm5:       + <- nid=13 [audio mixer] [src: pcm, mix]
pcm5:              + <- nid=3 [audio output] [src: pcm]
pcm5:              + <- nid=11 [audio mixer] [src: mix]
pcm5:
pcm5: Record:
pcm5:      Stream cap: 0x00000001 PCM
pcm5:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm5:             ADC: 9
pcm5:
pcm5:     nid=9 [audio input]
pcm5:       + <- nid=34 [audio mixer] [src: speaker, monitor]
pcm5:              + <- nid=25 [pin: Mic (Pink Jack)] [src: monitor]
pcm5:              + <- nid=29 [beep widget] [src: speaker]
pcm5:
pcm5: Master Volume (OSS: vol): -64/0dB
pcm5:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm5:    +- ctl 19 (nid  13 in   0): mute
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:    +- ctl 35 (nid  27 in ):    mute
pcm5:
pcm5: PCM Volume (OSS: pcm): -64/0dB
pcm5:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm5:    +- ctl 19 (nid  13 in   0): mute
pcm5:
pcm5: Microphone2 Volume (OSS: monitor): 0/30dB
pcm5:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm5:    +- ctl 38 (nid  34 in   1): mute
pcm5:
pcm5: Speaker/Beep Volume (OSS: speaker)
pcm5:    +- ctl 42 (nid  34 in   5): mute
pcm5:
pcm5: Recording Level (OSS: rec): -16/30dB
pcm5:    +- ctl  6 (nid   9 in   0): -16/30dB (47 steps) + mute
pcm5:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm5:    +- ctl 38 (nid  34 in   1): mute
pcm5:    +- ctl 42 (nid  34 in   5): mute
pcm5:
pcm5: Input Mix Level (OSS: mix)
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:
pcm5: Input Monitoring Level (OSS: igain): 0/0dB
pcm5:    +- ctl 20 (nid  13 in   1): mute
pcm5:
pcm5: Mixer "vol":
pcm5: Mixer "pcm":
pcm5: Mixer "rec":
pcm5: Mixer "igain":
pcm5: Mixer "ogain":
pcm5: Mixer "monitor":
pcm5: Playback channel set is: Front Left, Front Right,
pcm5: Playback channel matrix is: 2.0 (disconnected)
pcm5: Recording channel set is: Front Left, Front Right,
pcm5: Recording channel matrix is: 2.0 (disconnected)
ahcich0: AHCI reset: device ready after 100ms
ugen2.1: <0x1022 XHCI root HUB> at usbus2
ugen1.1: <0x1022 XHCI root HUB> at usbus1
ugen0.1: <0x1022 XHCI root HUB> at usbus0
ahcich1: uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
AHCI reset: device ready after 100ms
uhub1: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus2
uhub2: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
GEOM: new disk ada0
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <CHN 25SATA01M 030 P0921A> ACS-2 ATA SATA 3.x device
ada0: Serial Number A130CI02070114
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada0: Command Queueing enabled
ada0: 28626MB (58626288 512 byte sectors)
ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada1: <ST2000DM001-1CH164 CC29> ACS-2 ATA SATA 3.x device
ada1: Serial Number W1E37816
ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada1: Command Queueing enabled
ada1: 1907729MB (3907029168 512 byte sectors)
ada1: quirks=0x1<4K>
GEOM: new disk ada1
pass0 at ahcich0 bus 0 scbus0 target 0 lun 0
pass0: <CHN 25SATA01M 030 P0921A> ACS-2 ATA SATA 3.x device
pass0: Serial Number A130CI02070114
pass0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
pass0: Command Queueing enabled
pass1 at ahcich1 bus 0 scbus1 target 0 lun 0
pass1: <ST2000DM001-1CH164 CC29> ACS-2 ATA SATA 3.x device
pass1: Serial Number W1E37816
pass1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
pass1: Command Queueing enabled
Trying to mount root from zfs:zroot/ROOT/default []...
GEOM: ada1: the primary GPT table is corrupt or invalid.
GEOM: ada1: using the secondary instead -- recovery strongly advised.
Root mount waiting for: usbus2 usbus1 usbus0
uhub0: 6 ports with 6 removable, self powered
uhub1: 6 ports with 6 removable, self powered
uhub2: 14 ports with 14 removable, self powered
ugen1.2: <vendor 0x04f3 OM> at usbus1
Root mount waiting for: usbus1 usbus0
ugen0.2: <ASRock LED Controller> at usbus0
ugen1.3: <Chicony Generic USB Hub> at usbus1
uhub3 on uhub0
uhub3: <Chicony Generic USB Hub, class 9/0, rev 1.10/1.00, addr 2> on usbus1
uhub3: 3 ports with 2 removable, bus powered
ugen0.3: <vendor 0x8087 product 0x0aa7> at usbus0
ugen1.4: <Chicony PFU-65 USB Keyboard> at usbus1
ukbd0 on uhub3
ukbd0: <Chicony PFU-65 USB Keyboard, class 0/0, rev 1.10/1.00, addr 3> on usbus1
kbd2 at ukbd0
kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000
efirtc0: providing initial system time
start_init: trying /sbin/init
lo0: link state changed to UP
re0: link state changed to DOWN
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
ixgbe_if_media_status: begin
pci0: driver added
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:20:0: reprobing on driver added
pci1: driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
found->	vendor=0x8086, dev=0x24fb, revid=0x10
	domain=0, bus=6, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci0:6:0:0: reprobing on driver added
iwm0: <Intel(R) Dual Band Wireless AC 3168> mem 0xfcd00000-0xfcd01fff at device 0.0 on pci5
iwm0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 284 to local APIC 4 vector 49
iwm0: using IRQ 284 for MSI
firmware: 'iwm3168fw' version 0: 1028032 bytes loaded at 0xffffffff83410000
iwm0: hw rev 0x220, fw ver 22.361476.0, address c8:58:c0:b3:1b:36
iwm0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
iwm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
iwm0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
pci6: driver added
pci7: driver added
pci8: driver added
pci9: driver added
pci10: driver added
pci11: driver added
pci12: driver added
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
pci0:13:0:2: reprobing on driver added
pci0: driver added
found->	vendor=0x1022, dev=0x790b, revid=0x51
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:20:0: reprobing on driver added
intsmb0: <AMD FCH SMBus Controller> at device 20.0 on pci0
pcib0: allocated type 4 (0xcd6-0xcd7) for rid 0 of intsmb0
pcib0: allocated type 4 (0xb00-0xb0f) for rid 0 of intsmb0
smbus0: <System Management Bus> on intsmb0
pci1: driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
pci6: driver added
pci7: driver added
pci8: driver added
pci9: driver added
pci10: driver added
pci11: driver added
pci12: driver added
found->	vendor=0x1022, dev=0x15df, revid=0x00
	domain=0, bus=13, slot=0, func=2
	class=10-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x24
pci0:13:0:2: reprobing on driver added
ums0 on uhub0
ums0: <vendor 0x04f3 OM, class 0/0, rev 1.10/24.58, addr 1> on usbus1
ums0: 3 buttons and [XYZ] coordinates ID=0
uhid0 on uhub2
uhid0: <ASRock LED Controller, class 0/0, rev 1.10/0.00, addr 1> on usbus0
ubt0 on uhub2
ubt0: <vendor 0x8087 product 0x0aa7, class 224/1, rev 2.00/0.01, addr 2> on usbus0
WARNING: attempt to domain_add(bluetooth) after domainfinalize()
WARNING: attempt to domain_add(netgraph) after domainfinalize()
messages
Aug 20 00:31:53 subamd kernel: ixgbe_if_init: begin
Aug 20 00:31:53 subamd kernel: ixgbe_if_multi_set: begin
Aug 20 00:31:53 subamd kernel: pcib1: allocated prefetch range (0xe0300000-0xe030ffff) for rid 184 of ix1
Aug 20 00:31:53 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x184 type 3 at 0xe0300000
Aug 20 00:31:53 subamd kernel: pcib1: allocated prefetch range (0xe0310000-0xe031ffff) for rid 190 of ix1
Aug 20 00:31:53 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x190 type 3 at 0xe0310000
Aug 20 00:31:54 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:31:54 subamd kernel: 	domain=0, bus=1, slot=0, func=129
Aug 20 00:31:54 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:31:54 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:31:54 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:31:54 subamd kernel: 	intpin=_, irq=255
Aug 20 00:31:54 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:31:54 subamd kernel: 	domain=0, bus=1, slot=0, func=131
Aug 20 00:31:54 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:31:54 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:31:54 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:31:54 subamd kernel: 	intpin=_, irq=255
Aug 20 00:31:54 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:31:54 subamd kernel: 	domain=0, bus=1, slot=0, func=133
Aug 20 00:31:54 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:31:54 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:31:54 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:31:54 subamd kernel: 	intpin=_, irq=255
Aug 20 00:31:54 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:31:54 subamd kernel: 	domain=0, bus=1, slot=0, func=135
Aug 20 00:31:54 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:31:54 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:31:54 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:31:54 subamd kernel: 	intpin=_, irq=255
Aug 20 00:31:54 subamd kernel: pci1: <unknown> at device 0.129 (no driver attached)
Aug 20 00:31:54 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.131 on pci1
Aug 20 00:31:54 subamd kernel: ixv_attach: begin
Aug 20 00:31:54 subamd kernel: DEBUG: ixgbe_reset_hw_vf: timeout
Aug 20 00:31:54 subamd kernel: ixv0: ...reset_hw() failure: Reset Failed!
Aug 20 00:31:54 subamd kernel: ixv0: IFDI_ATTACH_PRE failed 5
Aug 20 00:31:54 subamd kernel: device_attach: ixv0 attach returned 5
Aug 20 00:31:54 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.133 on pci1
Aug 20 00:31:54 subamd kernel: ixv_attach: begin
Aug 20 00:31:54 subamd kernel: DEBUG: ixgbe_reset_hw_vf: timeout
Aug 20 00:31:54 subamd kernel: ixv0: ...reset_hw() failure: Reset Failed!
Aug 20 00:31:54 subamd kernel: ixv0: IFDI_ATTACH_PRE failed 5
Aug 20 00:31:54 subamd kernel: device_attach: ixv0 attach returned 5
Aug 20 00:31:54 subamd kernel: pci1: <unknown> at device 0.135 (no driver attached)
Aug 20 00:32:05 subamd kernel: ixgbe_if_media_status: begin
Aug 20 00:32:05 subamd syslogd: last message repeated 5 times
Aug 20 00:32:17 subamd seirios[1315]: ==iovctl -D==
Aug 20 00:32:25 subamd seirios[1317]: ==iovctl -C==
Aug 20 00:32:33 subamd kernel: ixgbe_if_media_status: begin
Aug 20 00:32:33 subamd syslogd: last message repeated 5 times
Aug 20 00:32:42 subamd kernel: ixgbe_if_init: begin
Aug 20 00:32:42 subamd kernel: ixgbe_if_multi_set: begin
Aug 20 00:32:42 subamd kernel: pcib1: allocated prefetch range (0xe0300000-0xe030ffff) for rid 184 of ix1
Aug 20 00:32:42 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x184 type 3 at 0xe0300000
Aug 20 00:32:42 subamd kernel: pcib1: allocated prefetch range (0xe0310000-0xe031ffff) for rid 190 of ix1
Aug 20 00:32:42 subamd kernel: ix1: Lazy allocation of 0x10000 bytes rid 0x190 type 3 at 0xe0310000
Aug 20 00:32:43 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:32:43 subamd kernel: 	domain=0, bus=1, slot=0, func=129
Aug 20 00:32:43 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:32:43 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:32:43 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:32:43 subamd kernel: 	intpin=_, irq=255
Aug 20 00:32:43 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:32:43 subamd kernel: 	domain=0, bus=1, slot=0, func=131
Aug 20 00:32:43 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:32:43 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:32:43 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:32:43 subamd kernel: 	intpin=_, irq=255
Aug 20 00:32:43 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:32:43 subamd kernel: 	domain=0, bus=1, slot=0, func=133
Aug 20 00:32:43 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:32:43 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:32:43 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:32:43 subamd kernel: 	intpin=_, irq=255
Aug 20 00:32:43 subamd kernel: found->	vendor=0x8086, dev=0x10ed, revid=0xff
Aug 20 00:32:43 subamd kernel: 	domain=0, bus=1, slot=0, func=135
Aug 20 00:32:43 subamd kernel: 	class=ff-ff-ff, hdrtype=0x7f, mfdev=1
Aug 20 00:32:43 subamd kernel: 	cmdreg=0xffff, statreg=0xffff, cachelnsz=255 (dwords)
Aug 20 00:32:43 subamd kernel: 	lattimer=0xff (7650 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Aug 20 00:32:43 subamd kernel: 	intpin=_, irq=255
Aug 20 00:32:43 subamd kernel: pci1: <unknown> at device 0.129 (no driver attached)
Aug 20 00:32:43 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.131 on pci1
Aug 20 00:32:43 subamd kernel: ixv_attach: begin
Aug 20 00:32:43 subamd kernel: DEBUG: ixgbe_reset_hw_vf: timeout
Aug 20 00:32:43 subamd kernel: ixv0: ...reset_hw() failure: Reset Failed!
Aug 20 00:32:43 subamd kernel: ixv0: IFDI_ATTACH_PRE failed 5
Aug 20 00:32:43 subamd kernel: device_attach: ixv0 attach returned 5
Aug 20 00:32:43 subamd kernel: ixv0: <Intel(R) PRO/10GbE Virtual Function Network Driver> at device 0.133 on pci1
Aug 20 00:32:43 subamd kernel: ixv_attach: begin
Aug 20 00:32:43 subamd kernel: DEBUG: ixgbe_reset_hw_vf: timeout
Aug 20 00:32:43 subamd kernel: ixv0: ...reset_hw() failure: Reset Failed!
Aug 20 00:32:43 subamd kernel: ixv0: IFDI_ATTACH_PRE failed 5
Aug 20 00:32:43 subamd kernel: device_attach: ixv0 attach returned 5
Aug 20 00:32:43 subamd kernel: pci1: <unknown> at device 0.135 (no driver attached)
Aug 20 00:32:46 subamd kernel: ixgbe_if_media_status: begin

とりあえずのまとめ

現時点では、Intel X520(82599搭載のNIC)に関して、FreeBSD 12.1-RELEASEでSR-IOVが正しく動作していない模様。

  • SR-IOVに関する初期化時にTimeout subamd kernel: DEBUG: ixgbe_reset_hw_vf: timeout
  • ixv?が作成されない
  • ix自体は動作しているように見える

と言う状態であることがわかった。したがって。SR-IOVを利用したNICの多重化に関しては、現時点では、XCP-ngを利用してXCP-ng側でやってみるしか手がない。

このウェブサイトはクッキーを使用しています。 Webサイトを使用することで、あなたはあなたのコンピュータにクッキーを保存することに同意します。 また、あなたはあなたが私たちのプライバシーポリシーを読んで理解したことを認めます。 同意しない場合はウェブサイトを離れてください。クッキーに関する詳細情報
os/freebsd/intel82599.txt · 最終更新: 2020/08/21 18:18 by seirios

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki