AMDGPU Kabini [Radeon HD 8400 / R3 Series] on FreeBSD

Михаил Новоселов, ШЭМ Думалогия mikhailnov at dumalogiya.ru
Thu Nov 16 20:59:23 UTC 2017


Hello, I have Radeon HD 8400 APU which works well under Linux, but it does not under FreeBSD
I have made a forum thread with all information: https://forums.freebsd.org/threads/63275/
Bellow is the same information, copy-pasted.

00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8400 / R3 Series]
is my videocard, it's an APU (video is integrated)

[CODE]
# sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'
hw.machine: amd64
hw.model: AMD Athlon(tm) 5350 APU with Radeon(tm) R3    
hw.ncpu: 4
hw.machine_arch: amd64
[/CODE]

It works well under Linux using the amdgpu driver.

But I can't make it work on FreeBSD. I am using TrueOS. Tries TrueOS stable, it's installer suggested me to use the VESA driver. Now I am at TrueOS CURRENT daily, the installer did suggest to use amdgpu, but it does not work.

[CODE]% uname -a
FreeBSD trueos-5316 12.0-CURRENT FreeBSD 12.0-CURRENT #1 67a4643eb(trueos-master): Wed Nov  8 18:09:27 UTC 2017     root at chimera:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64[/CODE]

Now I have native 1920*1080 resolution, but its running on llvmpipe, not amdgpu or radeon:
[CODE]
% glxinfo | grep OpenGL
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 4.0, 128 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.2.4
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 17.2.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
[/CODE]

The working xorg.conf (llvmpipe) is:
[CODE]
% cat /etc/X11/xorg.conf
# XFree86 configuration file for RoFreeSBIE

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
EndSection

Section "Files"
    ModulePath   "/usr/local/lib/modules"
    ModulePath   "/usr/local/lib/xorg/modules"
    FontPath     "/usr/local/share/fonts/cyrillic/"
    FontPath     "/usr/local/share/fonts/TrueType/"
    FontPath     "/usr/local/share/fonts/illinoy/"
    FontPath     "/usr/local/share/fonts/webfonts/"
    FontPath     "/usr/local/share/fonts/misc/"
    FontPath     "/usr/local/share/fonts/TTF/"
    FontPath     "/usr/local/share/fonts/Speedo/"
    FontPath     "/usr/local/share/fonts/Type1/"
    FontPath     "/usr/local/share/fonts/CID/"
    FontPath     "/usr/local/share/fonts/75dpi/"
    FontPath     "/usr/local/share/fonts/100dpi/"
    FontPath     "/usr/local/share/fonts/dejavu/"
    FontPath     "/usr/local/share/fonts/cyrillic/"
    FontPath     "/usr/local/share/fonts/hebrew/"
    FontPath     "/usr/local/share/fonts/vietnamese/"
    FontPath     "/usr/local/share/fonts/indic/"
    FontPath     "/usr/local/share/fonts/fonts-indic/"
    FontPath     "/usr/local/share/fonts/ae_fonts1/AAHS"
    FontPath     "/usr/local/share/fonts/ae_fonts1/AGA"
    FontPath     "/usr/local/share/fonts/ae_fonts1/FS"
    FontPath     "/usr/local/share/fonts/ae_fonts1/Kasr"
    FontPath     "/usr/local/share/fonts/ae_fonts1/MCS"
    FontPath     "/usr/local/share/fonts/ae_fonts1/Shmookh"
    FontPath     "/usr/local/share/fonts/local/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "record"
        Load  "dbe"
        Load  "glx"
        Load  "dri"
        Load  "dri2"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "scfb"
        # BusID           "scfb"
EndSection
 
[/CODE]

I tried to remove it completely, tried to modify in many different ways, but it does not work.
If I change Driver "scfb" to Driver "amdgpu" or Driver "radeon", Xorg cannot start, and the log is the following:
[CODE]
% cat /var/log/Xorg.1.log
cat: /var/log/Xorg.1.log: No such file or directory
[user2 at trueos-5316 ~]% cat /var/log/Xorg.0.log.1
cat: /var/log/Xorg.0.log.1: No such file or directory
[user2 at trueos-5316 ~]% ls /var/log | grep Xorg
Xorg.0.log
Xorg.0.log.old
[user2 at trueos-5316 ~]% cat /var/log/Xorg.0.log.old
[    90.755]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    90.755] X Protocol Version 11, Revision 0
[    90.755] Build Operating System: FreeBSD 12.0-CURRENT amd64
[    90.755] Current Operating System: FreeBSD trueos-5316 12.0-CURRENT FreeBSD 12.0-CURRENT #1 67a4643eb(trueos-master): Wed Nov  8 18:09:27 UTC 2017     root at chimera:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
[    90.755] Build Date: 12 November 2017  04:58:41AM
[    90.755]
[    90.755] Current version of pixman: 0.34.0
[    90.756]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    90.756] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    90.756] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 16 23:00:17 2017
[    90.756] (==) Using config file: "/etc/X11/xorg.conf"
[    90.756] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[    90.757] (==) ServerLayout "XFree86 Configured"
[    90.757] (**) |-->Screen "Screen0" (0)
[    90.758] (**) |   |-->Monitor "<default monitor>"
[    90.758] (**) |   |-->Device "Card0"
[    90.758] (==) No monitor specified for screen "Screen0".
    Using a default monitor configuration.
[    90.758] (==) Automatically adding devices
[    90.758] (==) Automatically enabling devices
[    90.758] (==) Not automatically adding GPU devices
[    90.758] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    90.758] (WW) The directory "/usr/local/share/fonts/cyrillic/" does not exist.
[    90.758]     Entry deleted from font path.
[    90.758] (WW) The directory "/usr/local/share/fonts/TrueType/" does not exist.
[    90.758]     Entry deleted from font path.
[    90.758] (WW) The directory "/usr/local/share/fonts/illinoy/" does not exist.
[    90.758]     Entry deleted from font path.
[    90.758] (WW) The directory "/usr/local/share/fonts/webfonts/" does not exist.
[    90.758]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/misc/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/Speedo/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/CID/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/cyrillic/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/hebrew/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/vietnamese/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.759] (WW) The directory "/usr/local/share/fonts/indic/" does not exist.
[    90.759]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/fonts-indic/" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/ae_fonts1/AAHS" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/ae_fonts1/AGA" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/ae_fonts1/FS" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/ae_fonts1/Kasr" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/ae_fonts1/MCS" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/ae_fonts1/Shmookh" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/local/" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/misc/" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist.
[    90.760]     Entry deleted from font path.
[    90.760] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist.
[    90.761]     Entry deleted from font path.
[    90.761] (**) FontPath set to:
    /usr/local/share/fonts/TTF/,
    /usr/local/share/fonts/dejavu/,
    /usr/local/share/fonts/TTF/,
    /usr/local/share/fonts/OTF/
[    90.761] (**) ModulePath set to "/usr/local/lib/modules,/usr/local/lib/xorg/modules"
[    90.761] (II) The server relies on devd to provide the list of input devices.
    If no devices become available, reconfigure devd or disable AutoAddDevices.
[    90.761] (II) Loader magic: 0x811d40
[    90.761] (II) Module ABI versions:
[    90.761]     X.Org ANSI C Emulation: 0.4
[    90.761]     X.Org Video Driver: 20.0
[    90.761]     X.Org XInput driver : 22.1
[    90.761]     X.Org Server Extension : 9.0
[    90.761] (--) PCI:*(0:0:1:0) 1002:9830:1043:8623 rev 0, Mem @ 0xc0000000/268435456, 0xd0000000/8388608, 0xfeb00000/262144, I/O @ 0x0000f000/256, BIOS @ 0x????????/65536
[    90.761] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    90.761] (II) LoadModule: "extmod"
[    90.762] (II) Module "extmod" already built-in
[    90.762] (II) LoadModule: "record"
[    90.762] (II) Module "record" already built-in
[    90.762] (II) LoadModule: "dbe"
[    90.762] (II) Module "dbe" already built-in
[    90.762] (II) LoadModule: "glx"
[    90.762] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[    90.765] (II) Module glx: vendor="X.Org Foundation"
[    90.765]     compiled for 1.18.4, module version = 1.0.0
[    90.765]     ABI class: X.Org Server Extension, version 9.0
[    90.765] (==) AIGLX enabled
[    90.765] (II) LoadModule: "dri"
[    90.765] (II) Module "dri" already built-in
[    90.765] (II) LoadModule: "dri2"
[    90.765] (II) Module "dri2" already built-in
[    90.765] (II) LoadModule: "amdgpu"
[    90.766] (II) Loading /usr/local/lib/xorg/modules/drivers/amdgpu_drv.so
[    90.766] (II) Module amdgpu: vendor="X.Org Foundation"
[    90.766]     compiled for 1.18.4, module version = 1.3.0
[    90.766]     Module class: X.Org Video Driver
[    90.766]     ABI class: X.Org Video Driver, version 20.0
[    90.766] (II) AMDGPU: Driver for AMD Radeon:
    All GPUs supported by the amdgpu kernel driver
[    90.767] (--) Using syscons driver with X support (version 2.0)
[    90.767] (--) using VT number 9

[    90.767] (EE) No devices detected.
[    90.767] (EE)
Fatal server error:
[    90.767] (EE) no screens found(EE)
[    90.767] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
[    90.767] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    90.767] (EE)
[    90.768] (EE) Server terminated with error (1). Closing log file.

[/CODE]

ls /dev | grep dri returns nothing.

dmesg
[CODE]
Table 'FACP' at 0x9cc19ed8
Table 'APIC' at 0x9cc19fe8
APIC: Found table at 0x9cc19fe8
APIC: Using the MADT enumerator.
Copyright (c) 1992-2017 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 12.0-CURRENT #1 67a4643eb(trueos-master): Wed Nov  8 18:09:27 UTC 2017
    root at chimera:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
FreeBSD clang version 5.0.0 (tags/RELEASE_500/final 312559) (based on LLVM 5.0.0svn)
Table 'FACP' at 0x9cc19ed8
Table 'APIC' at 0x9cc19fe8
Table 'FPDT' at 0x9cc1a068
Table 'MCFG' at 0x9cc1a0b0
Table 'HPET' at 0x9cc1a0f0
Table 'SSDT' at 0x9cc1fa48
Table 'BGRT' at 0x9cc1a180
Table 'SSDT' at 0x9cc1a1b8
Table 'SSDT' at 0x9cc1b010
Table 'CRAT' at 0x9cc1f6c8
ACPI: No SRAT table found
PPIM 0: PA=0xc0000000, VA=0xffffffff82610000, size=0x7e9000, mode=0x1
VT(efifb): resolution 1920x1080
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff82598000.
Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff8259c1e8.
Preloaded elf obj module "/boot/kernel/opensolaris.ko" at 0xffffffff8259ca50.
Preloaded elf obj module "/boot/kernel/geom_eli.ko" at 0xffffffff8259d080.
Preloaded elf obj module "/boot/kernel/tmpfs.ko" at 0xffffffff8259d730.
Preloaded elf obj module "/boot/kernel/aesni.ko" at 0xffffffff8259ddd8.
Calibrating TSC clock ... TSC clock: 2046203347 Hz
CPU: AMD Athlon(tm) 5350 APU with Radeon(tm) R3      (2046.20-MHz K8-class CPU)
  Origin="AuthenticAMD"  Id=0x700f01  Family=0x16  Model=0x0  Stepping=1
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x3ed8220b<SSE3,PCLMULQDQ,MON,SSSE3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C>
  AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
  AMD Features2=0x154037ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,Topology,PNXC,DBE,PL2I>
  Structured Extended Features=0x8<BMI1>
  XSAVE Features=0x1<XSAVEOPT>
  SVM: Features=0x1cdf<NP,LbrVirt,SVML,NRIPS,TscRateMsr,FlushByAsid,DecodeAssist,PauseFilter,EncryptedMcodePatch,PauseFilterThreshold>
Revision=1, ASIDs=8
  TSC: P-state invariant, performance statistics
L1 2MB data TLB: 8 entries, fully associative
L1 2MB instruction TLB: 8 entries, fully associative
L1 4KB data TLB: 40 entries, fully associative
L1 4KB instruction TLB: 32 entries, fully associative
L1 data cache: 32 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
L1 instruction cache: 32 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 2MB data TLB: 256 entries, 2-way associative
L2 2MB instruction TLB: 0 entries, 2-way associative
L2 4KB data TLB: 512 entries, 4-way associative
L2 4KB instruction TLB: 512 entries, 4-way associative
L2 unified cache: 2048 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative
real memory  = 6442450944 (6144 MB)
Physical memory chunk(s):
0x0000000000010000 - 0x000000000009bfff, 573440 bytes (140 pages)
0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)
0x00000000025e1000 - 0x000000009cbdffff, 2589978624 bytes (632319 pages)
0x000000009e492000 - 0x000000009e492fff, 4096 bytes (1 pages)
0x000000009e49b000 - 0x000000009e8e1fff, 4485120 bytes (1095 pages)
0x000000009eff3000 - 0x000000009effffff, 53248 bytes (13 pages)
0x0000000100000000 - 0x00000001b3dedfff, 3017728000 bytes (736750 pages)
avail memory = 5571547136 (5313 MB)
MADT: Found CPU APIC ID 0 ACPI ID 1: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 2: enabled
SMP: Added CPU 1 (AP)
MADT: Found CPU APIC ID 2 ACPI ID 3: enabled
SMP: Added CPU 2 (AP)
MADT: Found CPU APIC ID 3 ACPI ID 4: enabled
SMP: Added CPU 3 (AP)
Event timer "LAPIC" quality 100
LAPIC: ipi_wait() us multiplier 13 (r 15119949 tsc 2046203347)
ACPI APIC Table: <ALASKA A M I>
Package ID shift: 3
L2 cache ID shift: 2
L1 cache ID shift: 0
Core ID shift: 0
INTR: Adding local APIC 1 as a target
INTR: Adding local APIC 2 as a target
INTR: Adding local APIC 3 as a target
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s)
Package HW ID = 0
    Core HW ID = 0
        CPU0 (BSP): APIC ID: 0
    Core HW ID = 1
        CPU1 (AP): APIC ID: 1
    Core HW ID = 2
        CPU2 (AP): APIC ID: 2
    Core HW ID = 3
        CPU3 (AP): APIC ID: 3
APIC: CPU 0 has ACPI ID 1
APIC: CPU 1 has ACPI ID 2
APIC: CPU 2 has ACPI ID 3
APIC: CPU 3 has ACPI ID 4
Pentium Pro MTRR support enabled
x86bios:  IVT 0x000000-0x0004ff at 0xfffff80000000000
x86bios: SSEG 0x098000-0x098fff at 0xfffffe017d596000
x86bios: EBDA 0x09e000-0x09ffff at 0xfffff8000009e000
x86bios:  ROM 0x0a0000-0x0fefff at 0xfffff800000a0000
lapic0: MCE Thresholding ELVT unmasked
amd_thresholding_monitor: Starting AMD thresholding on bank 4
arc4random: no preloaded entropy cache
VIMAGE (virtualized network stack) enabled
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
ACPI: RSDP 0x000000009CC13000 000024 (v02 ALASKA)
ACPI: XSDT 0x000000009CC13080 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: FACP 0x000000009CC19ED8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20170929/tbfadt-796)
ACPI: DSDT 0x000000009CC13188 006D4C (v02 ALASKA A M I    00000000 INTL 20051117)
ACPI: FACS 0x000000009D172F80 000040
ACPI: APIC 0x000000009CC19FE8 00007E (v03 ALASKA A M I    01072009 AMI  00010013)
ACPI: FPDT 0x000000009CC1A068 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: MCFG 0x000000009CC1A0B0 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
ACPI: HPET 0x000000009CC1A0F0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
ACPI: SSDT 0x000000009CC1FA48 001204 (v01 AMD    CPMCMN   00000001 INTL 20051117)
ACPI: BGRT 0x000000009CC1A180 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x000000009CC1A1B8 000E58 (v01 AMD    AGESA    00000001 AMD  00000001)
ACPI: SSDT 0x000000009CC1B010 0046B7 (v02 AMD    AGESA    00000002 MSFT 04000000)
ACPI: CRAT 0x000000009CC1F6C8 000380 (v01 AMD    AGESA    00000001 AMD  00000001)
MADT: Found IO APIC ID 5, Interrupt 0 at 0xfec00000
ioapic0: ver 0x21 maxredir 0x17
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 6, Interrupt 24 at 0xfec01000
ioapic1: ver 0x21 maxredir 0x1f
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
lapic: Routing NMI -> LINT1
lapic: LINT1 trigger: edge
lapic: LINT1 polarity: high
ioapic0 <Version 2.1> irqs 0-23 on motherboard
ioapic1 <Version 2.1> irqs 24-55 on motherboard
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
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: 0x00010000
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
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: 0x00010000
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
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: 0x00010000
   AMD elvt2: 0x00010000
   AMD elvt3: 0x00010000
SMP: passed TSC synchronization test
Timecounter "TSC" frequency 2046203347 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=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
random: entropy device external interface
netmap: loaded module
null: <full device, null device, zero device>
[ath_hal] loaded
nfslock: pseudo-device
crypto: <crypto core>
module_register_init: MOD_LOAD (vesa, 0xffffffff80fbfd40, 0) error 19
io: <I/O>
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
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
random: harvesting attach, 8 bytes (4 bits) from ram0
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 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 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
random: harvesting attach, 8 bytes (4 bits) from cryptosoft0
aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard
crypto: assign aesni0 driver id 1, flags 0x5000000
crypto: aesni0 registers alg 11 flags 0 maxoplen 0
crypto: aesni0 registers alg 23 flags 0 maxoplen 0
crypto: aesni0 registers alg 25 flags 0 maxoplen 0
crypto: aesni0 registers alg 26 flags 0 maxoplen 0
crypto: aesni0 registers alg 27 flags 0 maxoplen 0
crypto: aesni0 registers alg 28 flags 0 maxoplen 0
crypto: aesni0 registers alg 22 flags 0 maxoplen 0
random: harvesting attach, 8 bytes (4 bits) from aesni0
acpi0: <ALASKA A M I> on motherboard
ACPI: Executed 1 blocks of module-level executable AML code
ACPI: 4 ACPI AML tables successfully acquired and loaded
PCIe: Memory Mapped configuration base @ 0xe0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource0
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource1
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource2
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource3
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource4
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource5
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource6
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource7
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource8
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource9
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource10
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource11
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource12
random: harvesting attach, 8 bytes (4 bits) from acpi_sysresource13
cpu0: Processor \134_PR_.P000 (ACPI ID 1) -> APIC ID 0
cpu0: <ACPI CPU> on acpi0
random: harvesting attach, 8 bytes (4 bits) from cpu0
cpu1: Processor \134_PR_.P001 (ACPI ID 2) -> APIC ID 1
cpu1: <ACPI CPU> on acpi0
random: harvesting attach, 8 bytes (4 bits) from cpu1
cpu2: Processor \134_PR_.P002 (ACPI ID 3) -> APIC ID 2
cpu2: <ACPI CPU> on acpi0
random: harvesting attach, 8 bytes (4 bits) from cpu2
cpu3: Processor \134_PR_.P003 (ACPI ID 4) -> APIC ID 3
cpu3: <ACPI CPU> on acpi0
random: harvesting attach, 8 bytes (4 bits) from cpu3
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 1 vector 48
Event timer "i8254" frequency 1193182 Hz quality 100
random: harvesting attach, 8 bytes (4 bits) from attimer0
atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 2 vector 48
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 49
Event timer "RTC" frequency 32768 Hz quality 0
random: harvesting attach, 8 bytes (4 bits) from atrtc0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
hpet0: vendor 0x1022, rev 0x10, 14318180Hz, 3 timers, legacy route
hpet0:  t0: irqs 0x00c00000 (0), periodic
hpet0:  t1: irqs 0x00c00000 (0), periodic
hpet0:  t2: irqs 0x00c00000 (0), periodic
Timecounter "HPET" frequency 14318180 Hz quality 950
random: harvesting attach, 8 bytes (4 bits) from hpet0
ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
random: harvesting attach, 8 bytes (4 bits) from acpi_timer0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   15   N     0  4 5 7 10 11 14 15
  Validation          0   15   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
random: harvesting attach, 8 bytes (4 bits) from pci_link0
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  4 5 7 10 11 14 15
  Validation          0   10   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
random: harvesting attach, 8 bytes (4 bits) from pci_link1
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   14   N     0  4 5 7 10 11 14 15
  Validation          0   14   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
random: harvesting attach, 8 bytes (4 bits) from pci_link2
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  4 5 7 10 11 14 15
  Validation          0   11   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
random: harvesting attach, 8 bytes (4 bits) from pci_link3
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  4 5 7 10 11 14 15
  Validation          0   11   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
random: harvesting attach, 8 bytes (4 bits) from pci_link4
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  4 5 7 10 11 14 15
  Validation          0   10   N     0  4 5 7 10 11 14 15
  After Disable       0  255   N     0  4 5 7 10 11 14 15
random: harvesting attach, 8 bytes (4 bits) from pci_link5
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
random: harvesting attach, 8 bytes (4 bits) from pci_link6
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
random: harvesting attach, 8 bytes (4 bits) from pci_link7
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 0xc0000000-0xffffffff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found->    vendor=0x1022, dev=0x1536, revid=0x00
    domain=0, bus=0, slot=0, func=0
    class=06-00-00, hdrtype=0x00, mfdev=1
    cmdreg=0x0004, statreg=0x0000, cachelnsz=0 (dwords)
    lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->    vendor=0x1002, dev=0x9830, revid=0x00
    domain=0, bus=0, slot=1, func=0
    class=03-00-00, hdrtype=0x00, mfdev=1
    cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
    lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
    intpin=a, irq=11
    powerspec 3  supports D0 D1 D2 D3  current D0
    MSI supports 1 message, 64 bit
    map[10]: type Prefetchable Memory, range 64, base 0xc0000000, size 28, enabled
pcib0: allocated type 3 (0xc0000000-0xcfffffff) for rid 10 of pci0:0:1:0
    map[18]: type Prefetchable Memory, range 64, base 0xd0000000, size 23, enabled
pcib0: allocated type 3 (0xd0000000-0xd07fffff) for rid 18 of pci0:0:1:0
    map[20]: type I/O Port, range 32, base 0xf000, size  8, enabled
pcib0: allocated type 4 (0xf000-0xf0ff) for rid 20 of pci0:0:1:0
    map[24]: type Memory, range 32, base 0xfeb00000, size 18, enabled
pcib0: allocated type 3 (0xfeb00000-0xfeb3ffff) for rid 24 of pci0:0:1:0
pcib0: matched entry for 0.1.INTA
pcib0: slot 1 INTA hardwired to IRQ 44
found->    vendor=0x1002, dev=0x9840, revid=0x00
    domain=0, bus=0, slot=1, func=1
    class=04-03-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=10
    powerspec 3  supports D0 D1 D2 D3  current D0
    MSI supports 1 message, 64 bit
    map[10]: type Memory, range 64, base 0xfeb64000, size 14, enabled
pcib0: allocated type 3 (0xfeb64000-0xfeb67fff) for rid 10 of pci0:0:1:1
pcib0: matched entry for 0.1.INTB
pcib0: slot 1 INTB hardwired to IRQ 45
found->    vendor=0x1022, dev=0x1538, 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=0x1439, revid=0x00
    domain=0, bus=0, slot=2, func=5
    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=15
    powerspec 3  supports D0 D3  current D0
    MSI supports 1 message, 64 bit
pcib0: matched entry for 0.2.INTA
pcib0: slot 2 INTA hardwired to IRQ 24
    secbus=1, subbus=1
found->    vendor=0x1022, dev=0x7814, revid=0x01
    domain=0, bus=0, slot=16, 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=14
    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 0xfeb68000, size 13, enabled
pcib0: allocated type 3 (0xfeb68000-0xfeb69fff) for rid 10 of pci0:0:16:0
pcib0: matched entry for 0.16.INTA
pcib0: slot 16 INTA hardwired to IRQ 18
found->    vendor=0x1022, dev=0x7801, revid=0x40
    domain=0, bus=0, slot=17, func=0
    class=01-06-01, hdrtype=0x00, mfdev=0
    cmdreg=0x0007, statreg=0x0230, cachelnsz=0 (dwords)
    lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
    intpin=a, irq=11
    powerspec 3  supports D0 D3  current D0
    MSI supports 8 messages, 64 bit
    map[10]: type I/O Port, range 32, base 0xf140, size  3, enabled
pcib0: allocated type 4 (0xf140-0xf147) for rid 10 of pci0:0:17:0
    map[14]: type I/O Port, range 32, base 0xf130, size  2, enabled
pcib0: allocated type 4 (0xf130-0xf133) for rid 14 of pci0:0:17:0
    map[18]: type I/O Port, range 32, base 0xf120, size  3, enabled
pcib0: allocated type 4 (0xf120-0xf127) for rid 18 of pci0:0:17:0
    map[1c]: type I/O Port, range 32, base 0xf110, size  2, enabled
pcib0: allocated type 4 (0xf110-0xf113) for rid 1c of pci0:0:17:0
    map[20]: type I/O Port, range 32, base 0xf100, size  4, enabled
pcib0: allocated type 4 (0xf100-0xf10f) for rid 20 of pci0:0:17:0
    map[24]: type Memory, range 32, base 0xfeb6e000, size 10, enabled
pcib0: allocated type 3 (0xfeb6e000-0xfeb6e3ff) for rid 24 of pci0:0:17:0
pcib0: matched entry for 0.17.INTA
pcib0: slot 17 INTA hardwired to IRQ 19
found->    vendor=0x1022, dev=0x7807, revid=0x39
    domain=0, bus=0, slot=18, func=0
    class=0c-03-10, hdrtype=0x00, mfdev=1
    cmdreg=0x0007, statreg=0x02a0, cachelnsz=16 (dwords)
    lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
    intpin=a, irq=14
    map[10]: type Memory, range 32, base 0xfeb6d000, size 12, enabled
pcib0: allocated type 3 (0xfeb6d000-0xfeb6dfff) for rid 10 of pci0:0:18:0
pcib0: matched entry for 0.18.INTA
pcib0: slot 18 INTA hardwired to IRQ 18
ohci early: SMM active, request owner change
found->    vendor=0x1022, dev=0x7808, revid=0x39
    domain=0, bus=0, slot=18, func=2
    class=0c-03-20, hdrtype=0x00, mfdev=0
    cmdreg=0x0007, statreg=0x02b0, cachelnsz=16 (dwords)
    lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
    intpin=b, irq=10
    powerspec 2  supports D0 D1 D2 D3  current D0
    map[10]: type Memory, range 32, base 0xfeb6c000, size  8, enabled
pcib0: allocated type 3 (0xfeb6c000-0xfeb6c0ff) for rid 10 of pci0:0:18:2
pcib0: matched entry for 0.18.INTB
pcib0: slot 18 INTB hardwired to IRQ 17
ehci early: SMM active, request owner change
found->    vendor=0x1022, dev=0x7807, revid=0x39
    domain=0, bus=0, slot=19, func=0
    class=0c-03-10, hdrtype=0x00, mfdev=1
    cmdreg=0x0007, statreg=0x02a0, cachelnsz=16 (dwords)
    lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
    intpin=a, irq=14
    map[10]: type Memory, range 32, base 0xfeb6b000, size 12, enabled
pcib0: allocated type 3 (0xfeb6b000-0xfeb6bfff) for rid 10 of pci0:0:19:0
pcib0: matched entry for 0.19.INTA
pcib0: slot 19 INTA hardwired to IRQ 18
ohci early: SMM active, request owner change
found->    vendor=0x1022, dev=0x7808, revid=0x39
    domain=0, bus=0, slot=19, func=2
    class=0c-03-20, hdrtype=0x00, mfdev=0
    cmdreg=0x0007, statreg=0x02b0, cachelnsz=16 (dwords)
    lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
    intpin=b, irq=10
    powerspec 2  supports D0 D1 D2 D3  current D0
    map[10]: type Memory, range 32, base 0xfeb6a000, size  8, enabled
pcib0: allocated type 3 (0xfeb6a000-0xfeb6a0ff) for rid 10 of pci0:0:19:2
pcib0: matched entry for 0.19.INTB
pcib0: slot 19 INTB hardwired to IRQ 17
ehci early: SMM active, request owner change
found->    vendor=0x1022, dev=0x780b, revid=0x3a
    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=0x780d, revid=0x02
    domain=0, bus=0, slot=20, func=2
    class=04-03-00, hdrtype=0x00, mfdev=0
    cmdreg=0x0002, statreg=0x0410, cachelnsz=16 (dwords)
    lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
    intpin=a, irq=15
    powerspec 2  supports D0 D3  current D0
    map[10]: type Memory, range 64, base 0xfeb60000, size 14, enabled
pcib0: allocated type 3 (0xfeb60000-0xfeb63fff) for rid 10 of pci0:0:20:2
pcib0: matched entry for 0.20.INTA
pcib0: slot 20 INTA hardwired to IRQ 16
found->    vendor=0x1022, dev=0x780e, revid=0x11
    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=0x1530, revid=0x00
    domain=0, bus=0, slot=24, func=0
    class=06-00-00, hdrtype=0x00, mfdev=1
    cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
    lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->    vendor=0x1022, dev=0x1531, 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=0x1532, 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=0x1533, revid=0x00
    domain=0, bus=0, slot=24, func=3
    class=06-00-00, hdrtype=0x00, mfdev=1
    cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
    lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->    vendor=0x1022, dev=0x1534, 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=0x1535, 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)
random: harvesting attach, 8 bytes (4 bits) from hostb0
vgapci0: <VGA-compatible display> port 0xf000-0xf0ff mem 0xc0000000-0xcfffffff,0xd0000000-0xd07fffff,0xfeb00000-0xfeb3ffff irq 44 at device 1.0 on pci0
vgapci0: Boot video device
random: harvesting attach, 8 bytes (4 bits) from vgapci0
hdac0: <ATI (0x9840) HDA Controller> mem 0xfeb64000-0xfeb67fff irq 45 at device 1.1 on pci0
hdac0: PCI card vendor: 0x1043, device: 0x8623
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 256 to local APIC 3 vector 48
hdac0: using IRQ 256 for MSI
hdac0: Caps: OSS 2, ISS 0, BSS 0, NSDO 2, 64bit, CORB 256, RIRB 256
random: harvesting attach, 8 bytes (4 bits) from hdac0
random: harvesting attach, 8 bytes (4 bits) from hostb1
pcib1: <ACPI PCI-PCI bridge> irq 24 at device 2.5 on pci0
pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib1
pcib0: allocated type 3 (0xfea00000-0xfeafffff) for rid 20 of pcib1
pcib0: allocated type 3 (0xd0800000-0xd08fffff) for rid 24 of pcib1
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xe000-0xefff
pcib1:   memory decode     0xfea00000-0xfeafffff
pcib1:   prefetched decode 0xd0800000-0xd08fffff
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=0x10ec, dev=0x8168, revid=0x11
    domain=0, bus=1, 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=15
    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
pcib1: allocated I/O port range (0xe000-0xe0ff) for rid 10 of pci0:1:0:0
    map[18]: type Memory, range 64, base 0xfea00000, size 12, enabled
pcib1: allocated memory range (0xfea00000-0xfea00fff) for rid 18 of pci0:1:0:0
    map[20]: type Prefetchable Memory, range 64, base 0xd0800000, size 14, enabled
pcib1: allocated prefetch range (0xd0800000-0xd0803fff) for rid 20 of pci0:1:0:0
pcib1: matched entry for 1.0.INTA
pcib1: slot 0 INTA hardwired to IRQ 40
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0xfea00000-0xfea00fff,0xd0800000-0xd0803fff irq 40 at device 0.0 on pci1
re0: MSI count : 1
re0: MSI-X count : 4
re0: attempting to allocate 1 MSI-X vectors (4 supported)
msi: routing MSI-X IRQ 257 to local APIC 0 vector 50
re0: using IRQ 257 for MSI-X
re0: Using 1 MSI-X message
re0: Chip rev. 0x4c000000
re0: MAC rev. 0x00000000
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
random: harvesting attach, 8 bytes (4 bits) from rgephy0
random: harvesting attach, 8 bytes (4 bits) from miibus0
re0: Using defaults for TSO: 65518/35/2048
re0: bpf attached
re0: Ethernet address: 2c:4d:54:59:84:cd
re0: netmap queues/slots: TX 1/256, RX 1/256
random: harvesting attach, 8 bytes (4 bits) from re0
random: harvesting attach, 8 bytes (4 bits) from pci1
random: harvesting attach, 8 bytes (4 bits) from pcib1
xhci0: <AMD FCH USB 3.0 controller> mem 0xfeb68000-0xfeb69fff irq 18 at device 16.0 on pci0
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 258 to local APIC 1 vector 49
xhci0: using IRQ 258 for MSI
xhci0: MSI enabled
usbus0 on xhci0
xhci0: usbpf: Attached
random: harvesting attach, 8 bytes (4 bits) from usbus0
usbus0: random: harvesting attach, 8 bytes (4 bits) from xhci0
5.0Gbps Super Speed USB v3.0
ahci0: <AMD Hudson-2 AHCI SATA controller> port 0xf140-0xf147,0xf130-0xf133,0xf120-0xf127,0xf110-0xf113,0xf100-0xf10f mem 0xfeb6e000-0xfeb6e3ff irq 19 at device 17.0 on pci0
ahci0: attempting to allocate 8 MSI vectors (8 supported)
msi: routing MSI IRQ 259 to local APIC 2 vector 48
msi: routing MSI IRQ 260 to local APIC 2 vector 49
msi: routing MSI IRQ 261 to local APIC 2 vector 50
msi: routing MSI IRQ 262 to local APIC 2 vector 51
msi: routing MSI IRQ 263 to local APIC 2 vector 52
msi: routing MSI IRQ 264 to local APIC 2 vector 53
msi: routing MSI IRQ 265 to local APIC 2 vector 54
msi: routing MSI IRQ 266 to local APIC 2 vector 55
ahci0: using IRQs 259-266 for MSI
ahci0: AHCI v1.30 with 2 6Gbps ports, Port Multiplier supported
ahci0: Caps: 64bit NCQ SNTF MPS ALP AL CLO 6Gbps PM PMD 32cmd 2ports
ahci0: Caps2:
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: Caps:
random: harvesting attach, 8 bytes (4 bits) from ahcich0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich1: Caps:
random: harvesting attach, 8 bytes (4 bits) from ahcich1
random: harvesting attach, 8 bytes (4 bits) from ahci0
ohci0: <AMD FCH USB Controller> mem 0xfeb6d000-0xfeb6dfff irq 18 at device 18.0 on pci0
ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 3 vector 49
usbus1 on ohci0
ohci0: usbpf: Attached
random: harvesting attach, 8 bytes (4 bits) from usbus1
usbus1: random: harvesting attach, 8 bytes (4 bits) from ohci0
12Mbps Full Speed USB v1.0
ehci0: <AMD FCH USB 2.0 controller> mem 0xfeb6c000-0xfeb6c0ff irq 17 at device 18.2 on pci0
ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 51
usbus2: EHCI version 1.0
usbus2 on ehci0
ehci0: usbpf: Attached
random: harvesting attach, 8 bytes (4 bits) from usbus2
usbus2: random: harvesting attach, 8 bytes (4 bits) from ehci0
480Mbps High Speed USB v2.0
ohci1: <AMD FCH USB Controller> mem 0xfeb6b000-0xfeb6bfff irq 18 at device 19.0 on pci0
usbus3 on ohci1
ohci1: usbpf: Attached
random: harvesting attach, 8 bytes (4 bits) from usbus3
usbus3: random: harvesting attach, 8 bytes (4 bits) from ohci1
12Mbps Full Speed USB v1.0
ehci1: <AMD FCH USB 2.0 controller> mem 0xfeb6a000-0xfeb6a0ff irq 17 at device 19.2 on pci0
usbus4: EHCI version 1.0
usbus4 on ehci1
ehci1: usbpf: Attached
random: harvesting attach, 8 bytes (4 bits) from usbus4
usbus4: random: harvesting attach, 8 bytes (4 bits) from ehci1
480Mbps High Speed USB v2.0
pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
hdac1: <AMD Hudson-2 HDA Controller> mem 0xfeb60000-0xfeb63fff irq 16 at device 20.2 on pci0
hdac1: PCI card vendor: 0x1043, device: 0x8576
hdac1: HDA Driver Revision: 20120126_0002
hdac1: Config options: on=0x00000000 off=0x00000000
ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 1 vector 50
hdac1: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
random: harvesting attach, 8 bytes (4 bits) from hdac1
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
random: harvesting attach, 8 bytes (4 bits) from isa0
random: harvesting attach, 8 bytes (4 bits) from isab0
random: harvesting attach, 8 bytes (4 bits) from hostb2
random: harvesting attach, 8 bytes (4 bits) from hostb3
random: harvesting attach, 8 bytes (4 bits) from hostb4
random: harvesting attach, 8 bytes (4 bits) from hostb5
random: harvesting attach, 8 bytes (4 bits) from hostb6
random: harvesting attach, 8 bytes (4 bits) from hostb7
random: harvesting attach, 8 bytes (4 bits) from pci0
random: harvesting attach, 8 bytes (4 bits) from pcib0
acpi_button0: <Power Button> on acpi0
random: harvesting attach, 8 bytes (4 bits) from acpi_button0
ppc1: using extended I/O port range
ppc1: SPP
ppc1: <Parallel port> port 0x378-0x37f irq 5 on acpi0
ppc1: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ioapic0: routing intpin 5 (ISA IRQ 5) to lapic 2 vector 56
ppbus0: <Parallel port bus> on ppc1
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
random: harvesting attach, 8 bytes (4 bits) from lpt0
ppi0: <Parallel I/O> on ppbus0
random: harvesting attach, 8 bytes (4 bits) from ppi0
random: harvesting attach, 8 bytes (4 bits) from ppbus0
random: harvesting attach, 8 bytes (4 bits) from ppc1
random: harvesting attach, 8 bytes (4 bits) from atdma0
random: harvesting attach, 8 bytes (4 bits) from fpupnp0
psmcpnp0: <PS/2 mouse port> port 0x60,0x64 irq 12 on acpi0
random: harvesting attach, 8 bytes (4 bits) from psmcpnp0
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 3 vector 50
uart0: fast interrupt
uart0: PPS capture mode: DCD
random: harvesting attach, 8 bytes (4 bits) from uart0
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 0 vector 52
uart1: fast interrupt
uart1: PPS capture mode: DCD
random: harvesting attach, 8 bytes (4 bits) from uart1
random: harvesting attach, 8 bytes (4 bits) from acpi0
random: harvesting attach, 8 bytes (4 bits) from apic0
acpi0: wakeup code va 0xfffffe01858bc000 pa 0x99000
random: harvesting attach, 8 bytes (4 bits) from nexus0
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
uart: uart1 already exists; skipping it
isa_probe_children: probing non-PnP devices
sc0 failed to probe on isa0
vga0 failed to probe on isa0
atkbdc0 failed to probe at port 0x60 on isa0
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
isa_probe_children: probing PnP devices
AcpiOsExecute: task queue not started
random: harvesting attach, 8 bytes (4 bits) from acpi_perf0
AcpiOsExecute: task queue not started
random: harvesting attach, 8 bytes (4 bits) from acpi_perf1
AcpiOsExecute: task queue not started
random: harvesting attach, 8 bytes (4 bits) from acpi_perf2
AcpiOsExecute: task queue not started
random: harvesting attach, 8 bytes (4 bits) from acpi_perf3
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
random: harvesting attach, 8 bytes (4 bits) from cpufreq0
random: harvesting attach, 8 bytes (4 bits) from hwpstate0
Device configuration finished.
procfs registered
arc4random: no preloaded entropy cache
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
lapic: Divisor 2, Frequency 49907406 Hz
Timecounters tick every 1.000 msec
vlan: initialized, using hash tables with chaining
lo0: bpf attached
arc4random: no preloaded entropy cache
arc4random: no preloaded entropy cache
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 65536
IPsec: Initialized Security Association Processing.
AcpiOsExecute: enqueue 4 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
hdaa0: Subsystem ID: 0x00aa0100
ahcich0: SATA connect time=900us status=00000123
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 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0
hdaa0:  7 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 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
hdaa0:  7 585600f0 15 0  Digital-out   None  Digital 0x18       Unknown 0 DISA
hdaa0: 1 associations found:
hdaa0: Association 0 (15) out:
hdaa0:  Pin nid=3 seq=0
hdaa0: Tracing association 0 (15)
hdaa0:  Pin 3 traced to DAC 2
hdaa0: Association 0 (15) trace succeeded
hdaa0: Looking for additional DAC for association 0 (15)
hdaa0: Tracing input monitor
hdaa0: Tracing other input monitors
hdaa0: Tracing beeper
hdaa0: Pin sense: nid=3 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)]
pcm0:       + <- nid=2 [audio output] [src: pcm]
pcm0: 
pcm0: 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)
random: harvesting attach, 8 bytes (4 bits) from pcm0
random: harvesting attach, 8 bytes (4 bits) from hdaa0
random: harvesting attach, 8 bytes (4 bits) from hdacc0
hdacc1: <Realtek ALC887 HDA CODEC> at cad 0 on hdac1
hdaa1: <Realtek ALC887 Audio Function Group> at nid 1 on hdacc1
hdaa1: Subsystem ID: 0x10438576
hdaa1: NumGPIO=2 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdaa1:  GPIO0: disabled
hdaa1:  GPIO1: disabled
ahcich1: SATA connect time=100us status=00000133
ahcich1: AHCI reset: device found
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 02a19140 4  0  Mic           Jack  1/8     Front      Pink    1
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214120 2  0  Headphones    Jack  1/8     Front      Green   1
hdaa1: 28 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa1: 29 4024c601 0  1  Headphones    None  RCA     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 02a19140 4  0  Mic           Jack  1/8     Front      Pink    1
hdaa1: 26 0181303f 3  15 Line-in       Jack  1/8     Rear       Blue    0
hdaa1: 27 02214120 2  0  Headphones    Jack  1/8     Front      Green   1
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: Pin sense: nid=20 sense=0x80000000 (connected)
hdaa1: Pin sense: nid=24 sense=0x80000000 (connected)
hdaa1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
ahcich1: AHCI reset: device ready after 0ms
pcm1: <Realtek ALC887 (Rear Analog)> at nid 20 and 24,26 on hdaa1
pcm1: Playback:
pcm1:      Stream cap: 0x00000001 PCM
pcm1:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm1:             DAC: 2
pcm1: 
pcm1:     nid=20 [pin: Line-out (Green Jack)]
pcm1:       + <- nid=12 [audio mixer] [src: pcm, mix]
pcm1:              + <- nid=2 [audio output] [src: pcm]
pcm1:              + <- nid=11 [audio mixer] [src: mix]
pcm1: 
pcm1: Record:
pcm1:      Stream cap: 0x00000001 PCM
pcm1:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm1:             ADC: 8
pcm1: 
pcm1:     nid=8 [audio input]
pcm1:       + <- nid=35 [audio mixer] [src: speaker, line, mic, mix]
pcm1:              + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm1:              + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm1:              + <- nid=29 [beep widget] [src: speaker]
pcm1:              + <- nid=11 [audio mixer] [src: mix]
pcm1: 
pcm1: Input Mix:
pcm1: 
pcm1:     nid=11 [audio mixer]
pcm1:       + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm1:       + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm1:       + <- nid=29 [beep widget] [src: speaker]
pcm1: 
pcm1: Master Volume (OSS: vol): -64/0dB
pcm1:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm1:    +- ctl 17 (nid  12 in   0): mute
pcm1:    +- ctl 18 (nid  12 in   1): mute
pcm1:    +- ctl 25 (nid  20 in ):    mute
pcm1: 
pcm1: PCM Volume (OSS: pcm): -64/0dB
pcm1:    +- ctl  1 (nid   2 out):    -64/0dB (65 steps)
pcm1:    +- ctl 17 (nid  12 in   0): mute
pcm1: 
pcm1: Microphone Volume (OSS: mic): 0/30dB
pcm1:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm1:    +- ctl 30 (nid  24 out):    0/30dB (4 steps)
pcm1:    +- ctl 49 (nid  35 in   0): mute
pcm1: 
pcm1: Line-in Volume (OSS: line): 0/30dB
pcm1:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm1:    +- ctl 34 (nid  26 out):    0/30dB (4 steps)
pcm1:    +- ctl 51 (nid  35 in   2): mute
pcm1: 
pcm1: Speaker/Beep Volume (OSS: speaker): -34/12dB
pcm1:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm1:    +- ctl 54 (nid  35 in   5): mute
pcm1: 
pcm1: Recording Level (OSS: rec): -16/30dB
pcm1:    +- ctl  5 (nid   8 in   0): -16/30dB (47 steps) + mute
pcm1:    +- ctl 49 (nid  35 in   0): mute
pcm1:    +- ctl 51 (nid  35 in   2): mute
pcm1:    +- ctl 54 (nid  35 in   5): mute
pcm1:    +- ctl 59 (nid  35 in  10): mute
pcm1: 
pcm1: Input Mix Level (OSS: mix): -34/12dB
pcm1:    +- ctl  7 (nid  11 in   0): -34/12dB (32 steps) + mute
pcm1:    +- ctl  9 (nid  11 in   2): -34/12dB (32 steps) + mute
pcm1:    +- ctl 12 (nid  11 in   5): -34/12dB (32 steps) + mute
pcm1:    +- ctl 18 (nid  12 in   1): mute
pcm1:    +- ctl 59 (nid  35 in  10): mute
pcm1: 
pcm1: Input Monitoring Level (OSS: igain): 0/0dB
pcm1:    +- ctl 18 (nid  12 in   1): mute
pcm1: 
pcm1: Mixer "vol":
pcm1: Mixer "pcm":
pcm1: Mixer "speaker":
pcm1: Mixer "line":
pcm1: Mixer "mic":
pcm1: Mixer "mix":
pcm1: Mixer "rec":
pcm1: Mixer "igain":
pcm1: Mixer "ogain":
pcm1: Playback channel set is: Front Left, Front Right, 
pcm1: Playback channel matrix is: 2.0 (connected)
pcm1: Automatically set rec source to: mic
pcm1: Recording channel set is: Front Left, Front Right, 
pcm1: Recording channel matrix is: 2.0 (connected)
random: harvesting attach, 8 bytes (4 bits) from pcm1
pcm2: <Realtek ALC887 (Front Analog)> at nid 27 and 25 on hdaa1
pcm2: Playback:
pcm2:      Stream cap: 0x00000001 PCM
pcm2:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm2:             DAC: 3
pcm2: 
pcm2:     nid=27 [pin: Headphones (Green Jack)]
pcm2:       + <- nid=13 [audio mixer] [src: pcm, mix]
pcm2:              + <- nid=3 [audio output] [src: pcm]
pcm2:              + <- nid=11 [audio mixer] [src: mix]
pcm2: 
pcm2: Record:
pcm2:      Stream cap: 0x00000001 PCM
pcm2:         PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz
pcm2:             ADC: 9
pcm2: 
pcm2:     nid=9 [audio input]
pcm2:       + <- nid=34 [audio mixer] [src: speaker, monitor]
pcm2:              + <- nid=25 [pin: Mic (Pink Jack)] [src: monitor]
pcm2:              + <- nid=29 [beep widget] [src: speaker]
pcm2: 
pcm2: Master Volume (OSS: vol): -64/0dB
pcm2:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm2:    +- ctl 19 (nid  13 in   0): mute
pcm2:    +- ctl 20 (nid  13 in   1): mute
pcm2:    +- ctl 35 (nid  27 in ):    mute
pcm2: 
pcm2: PCM Volume (OSS: pcm): -64/0dB
pcm2:    +- ctl  2 (nid   3 out):    -64/0dB (65 steps)
pcm2:    +- ctl 19 (nid  13 in   0): mute
pcm2: 
pcm2: Microphone2 Volume (OSS: monitor): 0/30dB
pcm2:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm2:    +- ctl 38 (nid  34 in   1): mute
pcm2: 
pcm2: Speaker/Beep Volume (OSS: speaker)
pcm2:    +- ctl 42 (nid  34 in   5): mute
pcm2: 
pcm2: Recording Level (OSS: rec): -16/30dB
pcm2:    +- ctl  6 (nid   9 in   0): -16/30dB (47 steps) + mute
pcm2:    +- ctl 32 (nid  25 out):    0/30dB (4 steps)
pcm2:    +- ctl 38 (nid  34 in   1): mute
pcm2:    +- ctl 42 (nid  34 in   5): mute
pcm2: 
pcm2: Input Mix Level (OSS: mix)
pcm2:    +- ctl 20 (nid  13 in   1): mute
pcm2: 
pcm2: Input Monitoring Level (OSS: igain): 0/0dB
pcm2:    +- ctl 20 (nid  13 in   1): mute
pcm2: 
pcm2: Mixer "vol":
pcm2: Mixer "pcm":
pcm2: Mixer "rec":
pcm2: Mixer "igain":
pcm2: Mixer "ogain":
pcm2: Mixer "monitor":
pcm2: Playback channel set is: Front Left, Front Right, 
pcm2: Playback channel matrix is: 2.0 (unknown)
pcm2: Automatically set rec source to: monitor
pcm2: Recording channel set is: Front Left, Front Right, 
pcm2: Recording channel matrix is: 2.0 (unknown)
random: harvesting attach, 8 bytes (4 bits) from pcm2
random: harvesting attach, 8 bytes (4 bits) from hdaa1
random: harvesting attach, 8 bytes (4 bits) from hdacc1
ugen1.1: <AMD OHCI root HUB> at usbus1
ugen2.1: <AMD EHCI root HUB> at usbus2
ugen3.1: <AMD OHCI root HUB> at usbus3
uhub0: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
uhub1: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2
ugen4.1: <AMD EHCI root HUB> at usbus4
ugen0.1: <0x1022 XHCI root HUB> at usbus0
uhub2: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus4
uhub3: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
uhub4: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
ahcich0: AHCI reset: device ready after 100ms
uhub0: 4 ports with 4 removable, self powered
random: harvesting attach, 8 bytes (4 bits) from uhub0
uhub3: 4 ports with 4 removable, self powered
random: harvesting attach, 8 bytes (4 bits) from uhub3
uhub4: 4 ports with 4 removable, self powered
random: harvesting attach, 8 bytes (4 bits) from uhub4
ugen0.2: <SIGMACHIP USB Keyboard> at usbus0
ukbd0 on uhub4
ukbd0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/5.50, addr 1> on usbus0
kbd2 at ukbd0
kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000
random: harvesting attach, 8 bytes (4 bits) from ukbd0
uhub2: 4 ports with 4 removable, self powered
random: harvesting attach, 8 bytes (4 bits) from uhub2
uhub1: 4 ports with 4 removable, self powered
random: harvesting attach, 8 bytes (4 bits) from uhub1
ugen4.2: <Generic Mass Storage Device> at usbus4
umass0 on uhub2
umass0: <Generic Mass Storage Device, class 0/0, rev 2.00/1.29, addr 2> on usbus4
umass0:  SCSI over Bulk-Only; quirks = 0x4001
umass0:2:0: Attached to scbus2
random: harvesting attach, 8 bytes (4 bits) from umass0
(probe0:umass-sim0:0:0:0): Down reving Protocol Version from 2 to 0?
(probe0:umass-sim0:0:0:1): Down reving Protocol Version from 2 to 0?
(probe0:umass-sim0:0:0:2): Down reving Protocol Version from 2 to 0?
(probe0:umass-sim0:0:0:3): Down reving Protocol Version from 2 to 0?
ugen3.2: <YSTEK G Mouse> at usbus3
ugen4.3: <vendor 0x046d product 0x0825> at usbus4
GEOM: new disk da0
pass0 at ahcich0 bus 0 scbus0 target 0 lun 0
pass0: <KingDian S100 32GB 20150707> ATA8-ACS SATA 2.x device
pass0: Serial Number 2017062400128
pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 512bytes)
pass1 at ahcich1 bus 0 scbus1 target 0 lun 0
pass1: <KingDian S400 120GB Q0526A> ACS-2 ATA SATA 3.x device
pass1: Serial Number 2017071500145
pass1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 1024bytes)
pass1: Command Queueing enabled
pass2 at umass-sim0 bus 0 scbus2 target 0 lun 0
pass2: <Generic USB SD Reader 1.00> Removable Direct Access SCSI device
pass2: Serial Number 058F312D81B
pass2: 40.000MB/s transfers
pass3 at umass-sim0 bus 0 scbus2 target 0 lun 1
pass3: <Generic USB CF Reader 1.01> Removable Direct Access SCSI device
pass3: Serial Number 058F312D81B
pass3: 40.000MB/s transfers
pass4 at umass-sim0 bus 0 scbus2 target 0 lun 2
pass4: <Generic USB SM Reader 1.02> Removable Direct Access SCSI device
pass4: Serial Number 058F312D81B
pass4: 40.000MB/s transfers
pass5 at umass-sim0 bus 0 scbus2 target 0 lun 3
pass5: <Generic USB MS Reader 1.03> Removable Direct Access SCSI device
pass5: Serial Number 058F312D81B
pass5: 40.000MB/s transfers
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <KingDian S100 32GB 20150707> ATA8-ACS SATA 2.x device
ada0: Serial Number 2017062400128
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 512bytes)
ada0: 30208MB (61865984 512 byte sectors)
ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada1: <KingDian S400 120GB Q0526A> ACS-2 ATA SATA 3.x device
ada1: Serial Number 2017071500145
ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 1024bytes)
ada1: Command Queueing enabled
ada1: 114473MB (234441648 512 byte sectors)
Trying to mount root from zfs:tank/ROOT/initial []...
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic USB SD Reader 1.00> Removable Direct Access SCSI device
da0: Serial Number 058F312D81B
da0: 40.000MB/s transfers
da0: Attempt to query device size failed: NOT READY, Medium not present
da0: quirks=0x2<NO_6_BYTE>
da0: Delete methods: <NONE(*),ZERO>
da1 at umass-sim0 bus 0 scbus2 target 0 lun 1
da1: <Generic USB CF Reader 1.01> Removable Direct Access SCSI device
da1: Serial Number 058F312D81B
da1: 40.000MB/s transfers
da1: Attempt to query device size failed: NOT READY, Medium not present
da1: quirks=0x2<NO_6_BYTE>
da1: Delete methods: <NONE(*),ZERO>
da2 at umass-sim0 bus 0 scbus2 target 0 lun 2
da2: <Generic USB SM Reader 1.02> Removable Direct Access SCSI device
da2: Serial Number 058F312D81B
da2: 40.000MB/s transfers
da2: Attempt to query device size failed: NOT READY, Medium not present
da2: quirks=0x2<NO_6_BYTE>
da2: Delete methods: <NONE(*),ZERO>
da3 at umass-sim0 bus 0 scbus2 target 0 lun 3
da3: <Generic USB MS Reader 1.03> Removable Direct Access SCSI device
da3: Serial Number 058F312D81B
da3: 40.000MB/s transfers
da3: Attempt to query device size failed: NOT READY, Medium not present
da3: quirks=0x2<NO_6_BYTE>
da3: Delete methods: <NONE(*),ZERO>
(da0:umass-sim0:0:0:0): PREVENT ALLOW MEDIUM REMOVAL not supported.
GEOM: new disk da1
GEOM: new disk da2
GEOM: new disk da3
GEOM: new disk ada0
GEOM: new disk ada1
(da1:umass-sim0:0:0:1): PREVENT ALLOW MEDIUM REMOVAL not supported.
(da2:umass-sim0:0:0:2): PREVENT ALLOW MEDIUM REMOVAL not supported.
(da3:umass-sim0:0:0:3): PREVENT ALLOW MEDIUM REMOVAL not supported.
atrtc0: providing initial system time
start_init: trying /sbin/init
re0: link state changed to UP
GEOM_ELI: Device label/swap0.eli created.
GEOM_ELI: Encryption: AES-XTS 128
GEOM_ELI:     Crypto: hardware
ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to accept, logging disabled
Linux ELF exec handler installed
Linux x86-64 ELF exec handler installed
pci0: driver added
found->    vendor=0x1022, dev=0x780b, revid=0x3a
    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
pci0: driver added
found->    vendor=0x1022, dev=0x780b, revid=0x3a
    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
firmware: 'runfw' version 1: 8192 bytes loaded at 0xffffffff82f1a0a8
pci0: driver added
found->    vendor=0x1022, dev=0x780b, revid=0x3a
    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
Cuse v0.1.35 @ /dev/cuse
firmware: 'iwn4965fw' version 0: 187972 bytes loaded at 0xffffffff82f840b0
firmware: 'iwn1000fw' version 0: 337520 bytes loaded at 0xffffffff82fb30b0
firmware: 'iwn5000fw' version 0: 340696 bytes loaded at 0xffffffff830060b0
firmware: 'iwn5150fw' version 0: 337400 bytes loaded at 0xffffffff8305a0b0
firmware: 'iwn6000fw' version 0: 454608 bytes loaded at 0xffffffff830ad0b0
firmware: 'iwn6000g2afw' version 0: 677296 bytes loaded at 0xffffffff8311d0b8
firmware: 'iwn6000g2bfw' version 0: 679436 bytes loaded at 0xffffffff831c30b8
firmware: 'iwn6050fw' version 0: 469780 bytes loaded at 0xffffffff8326a0b0
fuse-freebsd: version 0.4.4, FUSE ABI 7.8
ums0 on uhub3
ums0: <YSTEK G Mouse, class 0/0, rev 1.10/0.01, addr 2> on usbus3
ums0: 5 buttons and [XYZ] coordinates ID=0
random: harvesting attach, 8 bytes (4 bits) from ums0
linprocfs registered
linsysfs registered
random: unblocking device.
re0: link state changed to DOWN
re0: link state changed to UP
nd6_dad_timer: called with non-tentative address fe80:1::1ae5:5faa:afb3:744f(re0)
nd6_dad_timer: called with non-tentative address fdf8:92bf:e633:0:a149:6dd8:3b46:d9a4(re0)
uhid0 on uhub4
uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/5.50, addr 1> on usbus0
random: harvesting attach, 8 bytes (4 bits) from uhid0
uaudio0 on uhub2
uaudio0: <vendor 0x046d product 0x0825, class 239/2, rev 2.00/0.12, addr 3> on usbus4
uaudio0: No playback.
uaudio0: Record: 48000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: Record: 32000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: Record: 24000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: Record: 16000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: No MIDI sequencer.
pcm3: <USB audio> on uaudio0
pcm3: Mixer "vol" -> "none": child=0x00000010
pcm3: Mixer "pcm": parent="vol"
pcm3: Soft PCM mixer ENABLED
random: harvesting attach, 8 bytes (4 bits) from pcm3
uaudio0: No HID volume keys found.
random: harvesting attach, 8 bytes (4 bits) from uaudio0
pid 3550 (chrome), uid 1001: exited on signal 6
pid 4345 (chrome), uid 1001: exited on signal 6

[/CODE]

pciconf -lvbce
[CODE]
hostb0 at pci0:0:0:0:    class=0x060000 card=0x86231043 chip=0x15361022 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'Family 16h Processor Root Complex'
    class      = bridge
    subclass   = HOST-PCI
vgapci0 at pci0:0:1:0:    class=0x030000 card=0x86231043 chip=0x98301002 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'Kabini [Radeon HD 8400 / R3 Series]'
    class      = display
    subclass   = VGA
    bar   [10] = type Prefetchable Memory, range 64, base 0xc0000000, size 268435456, enabled
    bar   [18] = type Prefetchable Memory, range 64, base 0xd0000000, size 8388608, enabled
    bar   [20] = type I/O Port, range 32, base 0xf000, size 256, enabled
    bar   [24] = type Memory, range 32, base 0xfeb00000, size 262144, enabled
    cap 09[48] = vendor (length 8)
    cap 01[50] = powerspec 3  supports D0 D1 D2 D3  current D0
    cap 10[58] = PCI-Express 2 root endpoint max data 128(256) RO NS
    cap 05[a0] = MSI supports 1 message, 64 bit 
    ecap 000b[100] = Vendor 1 ID 1
    ecap 0019[270] = PCIe Sec 1 lane errors 0
  PCI-e errors = Non-Fatal Error Detected
                 Unsupported Request Detected
hdac0 at pci0:0:1:1:    class=0x040300 card=0x86231043 chip=0x98401002 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'Kabini HDMI/DP Audio'
    class      = multimedia
    subclass   = HDA
    bar   [10] = type Memory, range 64, base 0xfeb64000, size 16384, enabled
    cap 09[48] = vendor (length 8)
    cap 01[50] = powerspec 3  supports D0 D1 D2 D3  current D0
    cap 10[58] = PCI-Express 2 root endpoint max data 128(256) RO NS
    cap 05[a0] = MSI supports 1 message, 64 bit enabled with 1 message
    ecap 000b[100] = Vendor 1 ID 1
  PCI-e errors = Non-Fatal Error Detected
                 Unsupported Request Detected
hostb1 at pci0:0:2:0:    class=0x060000 card=0x00000000 chip=0x15381022 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'Family 16h Processor Function 0'
    class      = bridge
    subclass   = HOST-PCI
pcib1 at pci0:0:2:5:    class=0x060400 card=0x86231043 chip=0x14391022 rev=0x00 hdr=0x01
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'Family 16h Processor Functions 5:1'
    class      = bridge
    subclass   = PCI-PCI
    cap 01[50] = powerspec 3  supports D0 D3  current D0
    cap 10[58] = PCI-Express 2 root port max data 128(256) NS
                 link x1(x1) speed 2.5(5.0) ASPM disabled(L0s/L1)
                 slot 0 power limit 0 mW
    cap 05[a0] = MSI supports 1 message, 64 bit 
    cap 0d[b0] = PCI Bridge card=0x86231043
    cap 08[b8] = HT MSI fixed address window enabled at 0xfee00000
    ecap 000b[100] = Vendor 1 ID 1
xhci0 at pci0:0:16:0:    class=0x0c0330 card=0x86231043 chip=0x78141022 rev=0x01 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'FCH USB XHCI Controller'
    class      = serial bus
    subclass   = USB
    bar   [10] = type Memory, range 64, base 0xfeb68000, size 8192, enabled
    cap 01[50] = powerspec 3  supports D0 D3  current D0
    cap 05[70] = MSI supports 8 messages, 64 bit enabled with 1 message
    cap 11[90] = MSI-X supports 8 messages
                 Table in map 0x10[0x1000], PBA in map 0x10[0x1080]
    cap 10[a0] = PCI-Express 2 root endpoint max data 128(128) NS
    ecap 0018[100] = LTR 1
ahci0 at pci0:0:17:0:    class=0x010601 card=0x86231043 chip=0x78011022 rev=0x40 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'FCH SATA Controller [AHCI mode]'
    class      = mass storage
    subclass   = SATA
    bar   [10] = type I/O Port, range 32, base 0xf140, size 8, enabled
    bar   [14] = type I/O Port, range 32, base 0xf130, size 4, enabled
    bar   [18] = type I/O Port, range 32, base 0xf120, size 8, enabled
    bar   [1c] = type I/O Port, range 32, base 0xf110, size 4, enabled
    bar   [20] = type I/O Port, range 32, base 0xf100, size 16, enabled
    bar   [24] = type Memory, range 32, base 0xfeb6e000, size 1024, enabled
    cap 01[60] = powerspec 3  supports D0 D3  current D0
    cap 12[70] = SATA Index-Data Pair
    cap 05[50] = MSI supports 8 messages, 64 bit enabled with 8 messages
ohci0 at pci0:0:18:0:    class=0x0c0310 card=0x86231043 chip=0x78071022 rev=0x39 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'FCH USB OHCI Controller'
    class      = serial bus
    subclass   = USB
    bar   [10] = type Memory, range 32, base 0xfeb6d000, size 4096, enabled
ehci0 at pci0:0:18:2:    class=0x0c0320 card=0x86231043 chip=0x78081022 rev=0x39 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'FCH USB EHCI Controller'
    class      = serial bus
    subclass   = USB
    bar   [10] = type Memory, range 32, base 0xfeb6c000, size 256, enabled
    cap 01[c0] = powerspec 2  supports D0 D1 D2 D3  current D0
    cap 0a[e4] = EHCI Debug Port at offset 0xe0 in map 0x14
ohci1 at pci0:0:19:0:    class=0x0c0310 card=0x86231043 chip=0x78071022 rev=0x39 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'FCH USB OHCI Controller'
    class      = serial bus
    subclass   = USB
    bar   [10] = type Memory, range 32, base 0xfeb6b000, size 4096, enabled
ehci1 at pci0:0:19:2:    class=0x0c0320 card=0x86231043 chip=0x78081022 rev=0x39 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'FCH USB EHCI Controller'
    class      = serial bus
    subclass   = USB
    bar   [10] = type Memory, range 32, base 0xfeb6a000, size 256, enabled
    cap 01[c0] = powerspec 2  supports D0 D1 D2 D3  current D0
    cap 0a[e4] = EHCI Debug Port at offset 0xe0 in map 0x14
none0 at pci0:0:20:0:    class=0x0c0500 card=0x86231043 chip=0x780b1022 rev=0x3a hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'FCH SMBus Controller'
    class      = serial bus
    subclass   = SMBus
hdac1 at pci0:0:20:2:    class=0x040300 card=0x85761043 chip=0x780d1022 rev=0x02 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'FCH Azalia Controller'
    class      = multimedia
    subclass   = HDA
    bar   [10] = type Memory, range 64, base 0xfeb60000, size 16384, enabled
    cap 01[50] = powerspec 2  supports D0 D3  current D0
isab0 at pci0:0:20:3:    class=0x060100 card=0x86231043 chip=0x780e1022 rev=0x11 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'FCH LPC Bridge'
    class      = bridge
    subclass   = PCI-ISA
hostb2 at pci0:0:24:0:    class=0x060000 card=0x00000000 chip=0x15301022 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'Family 16h Processor Function 0'
    class      = bridge
    subclass   = HOST-PCI
hostb3 at pci0:0:24:1:    class=0x060000 card=0x00000000 chip=0x15311022 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'Family 16h Processor Function 1'
    class      = bridge
    subclass   = HOST-PCI
hostb4 at pci0:0:24:2:    class=0x060000 card=0x00000000 chip=0x15321022 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'Family 16h Processor Function 2'
    class      = bridge
    subclass   = HOST-PCI
hostb5 at pci0:0:24:3:    class=0x060000 card=0x00000000 chip=0x15331022 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'Family 16h Processor Function 3'
    class      = bridge
    subclass   = HOST-PCI
    cap 0f[f0] = unknown
hostb6 at pci0:0:24:4:    class=0x060000 card=0x00000000 chip=0x15341022 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'Family 16h Processor Function 4'
    class      = bridge
    subclass   = HOST-PCI
hostb7 at pci0:0:24:5:    class=0x060000 card=0x00000000 chip=0x15351022 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD]'
    device     = 'Family 16h Processor Function 5'
    class      = bridge
    subclass   = HOST-PCI
re0 at pci0:1:0:0:    class=0x020000 card=0x859e1043 chip=0x816810ec rev=0x11 hdr=0x00
    vendor     = 'Realtek Semiconductor Co., Ltd.'
    device     = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
    class      = network
    subclass   = ethernet
    bar   [10] = type I/O Port, range 32, base 0xe000, size 256, enabled
    bar   [18] = type Memory, range 64, base 0xfea00000, size 4096, enabled
    bar   [20] = type Prefetchable Memory, range 64, base 0xd0800000, size 16384, enabled
    cap 01[40] = powerspec 3  supports D0 D1 D2 D3  current D0
    cap 05[50] = MSI supports 1 message, 64 bit 
    cap 10[70] = PCI-Express 2 endpoint MSI 1 max data 128(128)
                 link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1)
    cap 11[b0] = MSI-X supports 4 messages, enabled
                 Table in map 0x20[0x0], PBA in map 0x20[0x800]
    cap 03[d0] = VPD
    ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
    ecap 0002[140] = VC 1 max VC0
    ecap 0003[160] = Serial 1 01000000684ce000
    ecap 0018[170] = LTR 1
  PCI-e errors = Correctable Error Detected
                 Unsupported Request Detected
     Corrected = Advisory Non-Fatal Error

[/CODE]

devinfo -vr
[CODE]
nexus0
  cryptosoft0
  apic0
      I/O memory addresses:
          0xfec01000-0xfec0101f
  ram0
      I/O memory addresses:
          0x0-0x9bfff
          0x100000-0x9cbdffff
          0x9e492000-0x9e492fff
          0x9e49b000-0x9e8e1fff
          0x9eff3000-0x9effffff
          0x100000000-0x1beffffff
  aesni0
  acpi0
      Interrupt request lines:
          0x9
      I/O ports:
          0x0-0xf
          0x10-0x1f
          0x22-0x3f
          0x44-0x5f
          0x63
          0x65
          0x67-0x6f
          0x72-0x7f
          0x80
          0x84-0x86
          0x88
          0x8c-0x8e
          0x90-0x9f
          0xa2-0xbf
          0xe0-0xef
          0x230-0x23f
          0x290-0x29f
          0x300-0x31f
          0x40b
          0x4d0-0x4d1
          0x4d6
          0x800-0x89f
          0x900-0x90f
          0x910-0x91f
          0xb20-0xb3f
          0xc00-0xc01
          0xc14
          0xc50-0xc51
          0xc52
          0xc6c
          0xc6f
          0xcd0-0xcd1
          0xcd2-0xcd3
          0xcd4-0xcd5
          0xcd6-0xcd7
          0xcd8-0xcdf
          0xfe00-0xfefe
      I/O memory addresses:
          0xa0000000-0xbfffffff
          0xe0000000-0xefffffff
          0xfec00000-0xfec00fff
          0xfec10000-0xfec10fff
          0xfed00000-0xfed00fff
          0xfed61000-0xfed70fff
          0xfed80000-0xfed8ffff
          0xfee00000-0xfee00fff
          0xff000000-0xffffffff
    cpu0 pnpinfo _HID=none _UID=0 at handle=\_PR_.P000
        I/O ports:
            0x414
      acpi_throttle0
      hwpstate0
      acpi_perf0
      cpufreq0
    cpu1 pnpinfo _HID=none _UID=0 at handle=\_PR_.P001
      acpi_throttle1
      hwpstate1
      acpi_perf1
    cpu2 pnpinfo _HID=none _UID=0 at handle=\_PR_.P002
      acpi_throttle2
      hwpstate2
      acpi_perf2
    cpu3 pnpinfo _HID=none _UID=0 at handle=\_PR_.P003
      acpi_throttle3
      hwpstate3
      acpi_perf3
    pcib0 pnpinfo _HID=PNP0A08 _UID=0 at handle=\_SB_.PCI0
        I/O ports:
            0xcf8-0xcff
      pci0
          PCI domain 0 bus numbers:
              0
        hostb0 pnpinfo vendor=0x1022 device=0x1536 subvendor=0x1043 subdevice=0x8623 class=0x060000 at slot=0 function=0 dbsf=pci0:0:0:0 handle=\_SB_.PCI0.GNBD
        vgapci0 pnpinfo vendor=0x1002 device=0x9830 subvendor=0x1043 subdevice=0x8623 class=0x030000 at slot=1 function=0 dbsf=pci0:0:1:0
            I/O ports:
                0xf000-0xf0ff
            I/O memory addresses:
                0xc0000000-0xcfffffff
                0xd0000000-0xd07fffff
                0xfeb00000-0xfeb3ffff
          drm0
          drmn0
          acpi_video0
        hdac0 pnpinfo vendor=0x1002 device=0x9840 subvendor=0x1043 subdevice=0x8623 class=0x040300 at slot=1 function=1 dbsf=pci0:0:1:1
            Interrupt request lines:
                0x100
            I/O memory addresses:
                0xfeb64000-0xfeb67fff
          hdacc0 pnpinfo vendor=0x1002 device=0xaa01 revision=0x05 stepping=0x00 at cad=0
            hdaa0 pnpinfo type=0x01 subsystem=0x00aa0100 at nid=1
              pcm0 at nid=3
        hostb1 pnpinfo vendor=0x1022 device=0x1538 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=2 function=0 dbsf=pci0:0:2:0
        pcib1 pnpinfo vendor=0x1022 device=0x1439 subvendor=0x1043 subdevice=0x8623 class=0x060400 at slot=2 function=5 dbsf=pci0:0:2:5 handle=\_SB_.PCI0.GPP3
            I/O ports:
                0xe000-0xefff
            I/O memory addresses:
                0xd0800000-0xd08fffff
                0xfea00000-0xfeafffff
            PCI domain 0 bus numbers:
                1
          pci1
              pcib1 bus numbers:
                  1
            re0 pnpinfo vendor=0x10ec device=0x8168 subvendor=0x1043 subdevice=0x859e class=0x020000 at slot=0 function=0 dbsf=pci0:1:0:0 handle=\_SB_.PCI0.GPP3.RLAN
                Interrupt request lines:
                    0x101
                pcib1 I/O port window:
                    0xe000-0xe0ff
                pcib1 memory window:
                    0xfea00000-0xfea00fff
                pcib1 prefetch window:
                    0xd0800000-0xd0803fff
              miibus0
                rgephy0 pnpinfo oui=0xe04c model=0x0 rev=0x0 at phyno=1
        xhci0 pnpinfo vendor=0x1022 device=0x7814 subvendor=0x1043 subdevice=0x8623 class=0x0c0330 at slot=16 function=0 dbsf=pci0:0:16:0 handle=\_SB_.PCI0.XHC0
            Interrupt request lines:
                0x102
            I/O memory addresses:
                0xfeb68000-0xfeb69fff
          usbus0
            uhub4
              ukbd0 pnpinfo vendor=0x1c4f product=0x0002 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0550 mode=host intclass=0x03 ints at bus=0 hubaddr=1 port=4 devaddr=2 interface=0 ugen=ugen0.2
              uhid0 pnpinfo vendor=0x1c4f product=0x0002 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0550 mode=host intclass=0x03 ints at bus=0 hubaddr=1 port=4 devaddr=2 interface=1 ugen=ugen0.2
        ahci0 pnpinfo vendor=0x1022 device=0x7801 subvendor=0x1043 subdevice=0x8623 class=0x010601 at slot=17 function=0 dbsf=pci0:0:17:0 handle=\_SB_.PCI0.SATA
            Interrupt request lines:
                0x103
                0x104
                0x105
                0x106
                0x107
                0x108
                0x109
                0x10a
            I/O ports:
                0xf100-0xf10f
                0xf110-0xf113
                0xf120-0xf127
                0xf130-0xf133
                0xf140-0xf147
            I/O memory addresses:
                0xfeb6e000-0xfeb6e3ff
          ahcich0 at channel=0
              I/O memory addresses:
                  0xfeb6e100-0xfeb6e17f
          ahcich1 at channel=1
              I/O memory addresses:
                  0xfeb6e180-0xfeb6e1ff
        ohci0 pnpinfo vendor=0x1022 device=0x7807 subvendor=0x1043 subdevice=0x8623 class=0x0c0310 at slot=18 function=0 dbsf=pci0:0:18:0 handle=\_SB_.PCI0.OHC1
            Interrupt request lines:
                0x12
            I/O memory addresses:
                0xfeb6d000-0xfeb6dfff
          usbus1
            uhub0
        ehci0 pnpinfo vendor=0x1022 device=0x7808 subvendor=0x1043 subdevice=0x8623 class=0x0c0320 at slot=18 function=2 dbsf=pci0:0:18:2 handle=\_SB_.PCI0.EHC1
            Interrupt request lines:
                0x11
            I/O memory addresses:
                0xfeb6c000-0xfeb6c0ff
          usbus2
            uhub1
        ohci1 pnpinfo vendor=0x1022 device=0x7807 subvendor=0x1043 subdevice=0x8623 class=0x0c0310 at slot=19 function=0 dbsf=pci0:0:19:0 handle=\_SB_.PCI0.OHC2
            Interrupt request lines:
                0x12
            I/O memory addresses:
                0xfeb6b000-0xfeb6bfff
          usbus3
            uhub3
              ums0 pnpinfo vendor=0x276d product=0x1160 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0001 mode=host intclass=0x03 ints at bus=3 hubaddr=1 port=3 devaddr=2 interface=0 ugen=ugen3.2
        ehci1 pnpinfo vendor=0x1022 device=0x7808 subvendor=0x1043 subdevice=0x8623 class=0x0c0320 at slot=19 function=2 dbsf=pci0:0:19:2 handle=\_SB_.PCI0.EHC2
            Interrupt request lines:
                0x11
            I/O memory addresses:
                0xfeb6a000-0xfeb6a0ff
          usbus4
            uhub2
              umass0 pnpinfo vendor=0x058f product=0x6362 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="058F312D81B" release=0x0129 mode=host intclas at bus=4 hubaddr=1 port=2 devaddr=2 interface=0 ugen=ugen4.2
              uaudio0 pnpinfo vendor=0x046d product=0x0825 devclass=0xef devsubclass=0x02 devproto=0x01 sernum="AE479250" release=0x0012 mode=host intclass=0 at bus=4 hubaddr=1 port=4 devaddr=3 interface=2 ugen=ugen4.3
                pcm3
        unknown pnpinfo vendor=0x1022 device=0x780b subvendor=0x1043 subdevice=0x8623 class=0x0c0500 at slot=20 function=0 dbsf=pci0:0:20:0
        hdac1 pnpinfo vendor=0x1022 device=0x780d subvendor=0x1043 subdevice=0x8576 class=0x040300 at slot=20 function=2 dbsf=pci0:0:20:2 handle=\_SB_.PCI0.SBAZ
            Interrupt request lines:
                0x10
            I/O memory addresses:
                0xfeb60000-0xfeb63fff
          hdacc1 pnpinfo vendor=0x10ec device=0x0887 revision=0x03 stepping=0x02 at cad=0
            hdaa1 pnpinfo type=0x01 subsystem=0x10438576 at nid=1
              pcm1 at nid=20,24,26
              pcm2 at nid=27,25
        isab0 pnpinfo vendor=0x1022 device=0x780e subvendor=0x1043 subdevice=0x8623 class=0x060100 at slot=20 function=3 dbsf=pci0:0:20:3 handle=\_SB_.PCI0.SBRG
          isa0
            sc0
            vga0
            atkbdc0
            fdc0
            ppc0
        hostb2 pnpinfo vendor=0x1022 device=0x1530 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=0 dbsf=pci0:0:24:0
        hostb3 pnpinfo vendor=0x1022 device=0x1531 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=1 dbsf=pci0:0:24:1
        hostb4 pnpinfo vendor=0x1022 device=0x1532 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=2 dbsf=pci0:0:24:2
        hostb5 pnpinfo vendor=0x1022 device=0x1533 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=3 dbsf=pci0:0:24:3
        hostb6 pnpinfo vendor=0x1022 device=0x1534 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=4 dbsf=pci0:0:24:4
        hostb7 pnpinfo vendor=0x1022 device=0x1535 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=5 dbsf=pci0:0:24:5
    acpi_sysresource0 pnpinfo _HID=PNP0C01 _UID=200 at handle=\_SB_.PCI0.AMDN
    acpi_sysresource1 pnpinfo _HID=PNP0C02 _UID=20 at handle=\_SB_.PCI0.GNBD.BROD
    acpi_sysresource2 pnpinfo _HID=PNP0C02 _UID=273 at handle=\_SB_.PCI0.SBRG.SIO1
    ppc1 pnpinfo _HID=PNP0400 _UID=0 at handle=\_SB_.PCI0.SBRG.LPTE
        Interrupt request lines:
            0x5
        I/O ports:
            0x378-0x37f
      ppbus0
        lpt0
        ppi0
    acpi_sysresource3 pnpinfo _HID=PNP0C02 _UID=153 at handle=\_SB_.PCI0.SBRG.NBRM
    unknown pnpinfo _HID=PNP0000 _UID=0 at handle=\_SB_.PCI0.SBRG.PIC_
        I/O ports:
            0x20-0x21
            0xa0-0xa1
    atdma0 pnpinfo _HID=PNP0200 _UID=0 at handle=\_SB_.PCI0.SBRG.DMAD
        DMA request lines:
            4
        I/O ports:
            0x81-0x83
            0x87
            0x89-0x8b
            0x8f
            0xc0-0xdf
    attimer0 pnpinfo _HID=PNP0100 _UID=0 at handle=\_SB_.PCI0.SBRG.TMR_
        Interrupt request lines:
            0x0
        I/O ports:
            0x40-0x43
    atrtc0 pnpinfo _HID=PNP0B00 _UID=0 at handle=\_SB_.PCI0.SBRG.RTC0
        Interrupt request lines:
            0x8
        I/O ports:
            0x70-0x71
    unknown pnpinfo _HID=PNP0800 _UID=0 at handle=\_SB_.PCI0.SBRG.SPKR
        I/O ports:
            0x61
    acpi_sysresource4 pnpinfo _HID=PNP0C02 _UID=16 at handle=\_SB_.PCI0.SBRG.RMSC
    fpupnp0 pnpinfo _HID=PNP0C04 _UID=0 at handle=\_SB_.PCI0.SBRG.COPR
        I/O ports:
            0xf0-0xff
    unknown pnpinfo _HID=MSFT0001 _UID=0 at handle=\_SB_.PCI0.SBRG.PS2K (disabled)
    psmcpnp0 pnpinfo _HID=MSFT0003 _UID=0 at handle=\_SB_.PCI0.SBRG.PS2M
        I/O ports:
            0x60
            0x64
    uart0 pnpinfo _HID=PNP0501 _UID=1 at handle=\_SB_.PCI0.SBRG.UAR1
        Interrupt request lines:
            0x4
        I/O ports:
            0x3f8-0x3ff
    uart1 pnpinfo _HID=PNP0501 _UID=2 at handle=\_SB_.PCI0.SBRG.UAR2
        Interrupt request lines:
            0x3
        I/O ports:
            0x2f8-0x2ff
    acpi_sysresource5 pnpinfo _HID=PNP0C02 _UID=1792 at handle=\_SB_.PCI0.S900
    acpi_button0 pnpinfo _HID=PNP0C0C _UID=170 at handle=\_SB_.PWRB
    pci_link0 pnpinfo _HID=PNP0C0F _UID=1 at handle=\_SB_.LNKA
    pci_link1 pnpinfo _HID=PNP0C0F _UID=2 at handle=\_SB_.LNKB
    pci_link2 pnpinfo _HID=PNP0C0F _UID=3 at handle=\_SB_.LNKC
    pci_link3 pnpinfo _HID=PNP0C0F _UID=4 at handle=\_SB_.LNKD
    pci_link4 pnpinfo _HID=PNP0C0F _UID=5 at handle=\_SB_.LNKE
    pci_link5 pnpinfo _HID=PNP0C0F _UID=2 at handle=\_SB_.LNKF
    pci_link6 pnpinfo _HID=PNP0C0F _UID=3 at handle=\_SB_.LNKG
    pci_link7 pnpinfo _HID=PNP0C0F _UID=4 at handle=\_SB_.LNKH
    acpi_sysresource6 pnpinfo _HID=PNP0C01 _UID=1 at handle=\_SB_.RMEM
    unknown pnpinfo _HID=IFX0102 _UID=1 at handle=\_SB_.TPM_ (disabled)
    acpi_sysresource7 pnpinfo _HID=PNP0C02 _UID=144 at handle=\_SB_.AWR0
    acpi_sysresource8 pnpinfo _HID=PNP0C02 _UID=128 at handle=\_SB_.AWR0.ABR0
    acpi_sysresource9 pnpinfo _HID=PNP0C02 _UID=129 at handle=\_SB_.AWR0.ABR1
    acpi_sysresource10 pnpinfo _HID=PNP0C02 _UID=130 at handle=\_SB_.AWR0.ABR2
    acpi_sysresource11 pnpinfo _HID=PNP0C02 _UID=131 at handle=\_SB_.AWR0.ABR3
    acpi_sysresource12 pnpinfo _HID=PNP0C02 _UID=132 at handle=\_SB_.AWR0.ABR4
    hpet0 pnpinfo _HID=PNP0103 _UID=0 at handle=\HPET
        ACPI I/O memory addresses:
            0xfed00000-0xfed003ff
    acpi_sysresource13 pnpinfo _HID=PNP0C02 _UID=3601 at handle=\OMSC
    unknown pnpinfo _HID=PNP0C14 _UID=0 at handle=\AMW0
    acpi_timer0 pnpinfo unknown at unknown
        ACPI I/O ports:
            0x808-0x80b

[/CODE]


More information about the freebsd-x11 mailing list