On Mon, Jan 11, 2021 at 11:24:10AM +0100, Alexander Bluhm wrote:
> On Mon, Jan 04, 2021 at 08:11:53PM +0100, Alexander Bluhm wrote:
> > On my old Opteron I forced to activate the meltdown protection with
> > this diff.  With that malloc_duel is running for more than a day.
> > Usually it crashes after minutes.

I have found a new victim for my malloc_duel crash.

This time it is a Intel Xeon with PCID.  I added a diff to disable
meltdown protection.  This is pretty much what newer machines with
fixed meltdown will have.  So I am sure that it is not a hardware
issue with my old Amd Opteron.

Index: arch/amd64/amd64/locore0.S
===================================================================
RCS file: /data/mirror/openbsd/cvs/src/sys/arch/amd64/amd64/locore0.S,v
retrieving revision 1.19
diff -u -p -r1.19 locore0.S
--- arch/amd64/amd64/locore0.S  19 Feb 2020 16:55:04 -0000      1.19
+++ arch/amd64/amd64/locore0.S  19 May 2021 19:26:45 -0000
@@ -224,19 +224,19 @@ bi_size_ok:
         * if it says this CPU is safe.
         */
        cmpl    $0x7,   %eax
-       jl      .Lcpu_check_finished
+       jmp     .Lcpu_secure
 
        movl    $0x7,   %eax
        xorl    %ecx,%ecx
        cpuid
        testl   $SEFF0EDX_ARCH_CAP, %edx
-       jz      .Lcpu_check_finished
+       jmp     .Lcpu_secure
 
        /* IA32_ARCH_CAPABILITIES MSR avaialble, use it to check CPU security */
        movl    $MSR_ARCH_CAPABILITIES, %ecx
        rdmsr
        testl   $ARCH_CAPABILITIES_RDCL_NO, %eax
-       jz      .Lcpu_check_finished
+       jmp     .Lcpu_secure
 
 .Lcpu_secure:
        movl    $0x0, RELOC(cpu_meltdown)

I have seen this 'scxspl free list modified' panic on other machine
before with this pmap issue.  And I had famous 'panic: pmap_remove_pte:
unmanaged page marked PG_PVLIST: va 0x2591dc0c000, opte 0xdfdfdfdfdfdfdfdf'
on this machine already.  I think they are related.

Wed May 19 23:33:35 CEST 2021
./malloc_duel
pWaARniNIc:NG p: ooSPl_L p_NOfrT eeL:OW sERcxEDsp Ol N frTReeAP l EisXIt T moa 
di0
fiStopped at      proc_trampoline+0xdc:   movl    $0,%gs:0x530
    TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND
*223321  52509      0         0x3  0x4000000    5  malloc_duel
 123374  74760      0     0x14000      0x200    0  systqmp
proc_trampoline() at proc_trampoline+0xdc
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
https://www.openbsd.org/ddb.html describes the minimum info required in bug
reports.  Insufficient info makes it difficult to find and fix bugs.
ddb{5}> [-- MARK -- Thu May 20 00:00:00 2021]
show panic
pool_p_free: scxspl free list modified: page 0xfffffd875b253000; item addr 
0xfffffd875b253010; offset 0x30=0x63a37407
ddb{5}> ps
   PID     TID   PPID    UID  S       FLAGS  WAIT          COMMAND
 52509   60863  39439      0  3        0x83  fsleep        malloc_duel
*52509  223321  39439      0  7   0x4000003                malloc_duel
 52509  445095  39439      0  3   0x4000083  fsleep        malloc_duel
 39439  153364  92438      0  3    0x10008b  sigsusp       make
  3010  121129  95172      0  3    0x100083  ttyin         ksh
 95172  457112      1      0  3    0x100080  kqread        tmux
 75796   69043  41800      0  3    0x100083  kqread        tmux
 41800  219051  11507      0  3    0x10008b  sigsusp       ksh
 11507  415986  95304      0  3        0x92  select        sshd
 92438  234841      1      0  3    0x10008b  sigsusp       ksh
 42927  498574      1      0  3    0x100083  ttyin         getty
 65216  288725      1      0  3    0x100083  ttyin         getty
 88537  338978      1      0  3    0x100083  ttyin         getty
 99436  175800      1      0  3    0x100083  ttyin         getty
   672  522256      1      0  3    0x100083  ttyin         getty
 60982  186949      1      0  3    0x100098  poll          cron
 71469  143040      1     99  3    0x100090  poll          sndiod
 39647   31429      1    110  3    0x100090  poll          sndiod
  8371   48926  46637     95  3    0x100092  kqread        smtpd
 38276  468108  46637    103  3    0x100092  kqread        smtpd
 39628  196613  46637     95  3    0x100092  kqread        smtpd
 60142   63265  46637     95  3    0x100092  kqread        smtpd
 32810  210819  46637     95  3    0x100092  kqread        smtpd
 63732  139564  46637     95  3    0x100092  kqread        smtpd
 46637  226218      1      0  3    0x100080  kqread        smtpd
 95304  209610      1      0  3        0x80  select        sshd
 39908   14870      0      0  3     0x14200  acct          acct
 99842   37665      0      0  3     0x14280  nfsidl        nfsio
 58948  413221      0      0  3     0x14280  nfsidl        nfsio
  7930  431200      0      0  3     0x14280  nfsidl        nfsio
 34998   63213      0      0  3     0x14280  nfsidl        nfsio
 19964  356507      1      0  3    0x100080  poll          ntpd
 99960  215427  66424     83  3    0x100092  poll          ntpd
 66424  413422      1     83  3    0x100092  poll          ntpd
 99441  210990  74201     74  3    0x100092  bpf           pflogd
 74201  254463      1      0  3        0x80  netio         pflogd
 19171  330330  64932     73  3    0x100090  kqread        syslogd
 64932  183031      1      0  3    0x100082  netio         syslogd
 39787  346203  39386    115  3    0x100092  kqread        slaacd
 46398  390025  39386    115  3    0x100092  kqread        slaacd
 39386  266866      1      0  3    0x100080  kqread        slaacd
 70677  360922      0      0  3     0x14200  bored         smr
 83936  139431      0      0  3     0x14200  pgzero        zerothread
 24168  510562      0      0  3     0x14200  aiodoned      aiodoned
 73861   44296      0      0  3     0x14200  syncer        update
 86904  395193      0      0  3     0x14200  cleaner       cleaner
 53940   70447      0      0  3     0x14200  reaper        reaper
 21784   45951      0      0  3     0x14200  pgdaemon      pagedaemon
  2453  267001      0      0  3     0x14200  bored         crynlk
 68687   87328      0      0  3     0x14200  bored         crypto
 21930  430501      0      0  3     0x14200  usbtsk        usbtask
 48173  204163      0      0  3     0x14200  usbatsk       usbatsk
 56438     442      0      0  3  0x40014200  acpi0         acpi0
 44105  406621      0      0  7  0x40014200                idle11
  3197  384338      0      0  7  0x40014200                idle10
 60953  158427      0      0  7  0x40014200                idle9
 23126  386803      0      0  7  0x40014200                idle8
 47052   59836      0      0  7  0x40014200                idle7
 89996  438002      0      0  7  0x40014200                idle6
 38693  216605      0      0  3  0x40014200                idle5
 43011  189505      0      0  7  0x40014200                idle4
 70793  242180      0      0  7  0x40014200                idle3
 99290  403583      0      0  7  0x40014200                idle2
 38347   60527      0      0  7  0x40014200                idle1
  8971  181755      0      0  3     0x14200  bored         sensors
 14153  184047      0      0  3     0x14200  bored         softnet
 74760  123374      0      0  7     0x14200                systqmp
 59334  509095      0      0  3     0x14200  bored         systq
 30844   97792      0      0  3  0x40014200  bored         softclock
 96150  484594      0      0  3  0x40014200                idle0
     1   47154      0      0  3        0x82  wait          init
     0       0     -1      0  3     0x10200  scheduler     swapper
ddb{5}> trace
proc_trampoline() at proc_trampoline+0xdc
end of kernel
end trace frame: 0xb0d3f1aab20, count: -1
ddb{5}> machine ddbcpu 0
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffffffff820f0ff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
x86_bus_space_io_read_1(3f8,5) at x86_bus_space_io_read_1+0x15
comcnputc(800,69) at comcnputc+0x12f
cnputc(69) at cnputc+0x37
kputchar(69,5,0) at kputchar+0x10e
kprintf() at kprintf+0x434
panic(ffffffff81e5a15b) at panic+0xe6
pool_p_free(ffffffff821e0ae8,fffffd875b253f90) at pool_p_free+0x15f
pool_gc_pages(0) at pool_gc_pages+0x1f7
taskq_thread(ffffffff82100c00) at taskq_thread+0x81
end trace frame: 0x0, count: 3
ddb{0}> c
Stopped at      proc_trampoline+0xe8:   cli
proc_trampoline() at proc_trampoline+0xe8
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 1
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff800022408ff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x220
sched_idle(ffff800022408ff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{1}> c
eStopped at      proc_trampoline+0xe9:   jmp     intr_user_exit
proc_trampoline() at proc_trampoline+0xe9
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 2
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff800022411ff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x1ea
sched_idle(ffff800022411ff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{2}> c
Stopped at      intr_user_exit: pushfq
intr_user_exit() at intr_user_exit
b0c8c00a000(6,200,20,6,0,80) at 0xb0c8c00a000
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 3
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff80002241aff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x1ea
sched_idle(ffff80002241aff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{3}> c
Stopped at      intr_user_exit+0x1:     popq    %rdx
intr_user_exit() at intr_user_exit+0x1
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 4
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff800022423ff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x1ea
sched_idle(ffff800022423ff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{4}> c
Stopped at      intr_user_exit+0x2:     testq   $0x200,%rdx
intr_user_exit() at intr_user_exit+0x2
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 5
Invalid cpu 5
ddb{5}> machine ddbcpu 6
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff800022435ff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x1ea
sched_idle(ffff800022435ff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{6}> c
dStopped at      intr_user_exit+0x9:     jnz     proc_trampoline+0x9d
intr_user_exit() at intr_user_exit+0x9
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 7
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff80002243eff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x1ea
sched_idle(ffff80002243eff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{7}> c
Stopped at      intr_user_exit+0xf:     movq    %gs:0x2c0,%r11
intr_user_exit() at intr_user_exit+0xf
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 8
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff800022447ff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x1ea
sched_idle(ffff800022447ff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{8}> c
Stopped at      intr_user_exit+0x18:    cmpq    $0,%r11
intr_user_exit() at intr_user_exit+0x18
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 9
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff800022450ff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x1ea
sched_idle(ffff800022450ff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{9}> c
Stopped at      intr_user_exit+0x1c:    jz      intr_user_exit+0x26
intr_user_exit() at intr_user_exit+0x1c
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 0a
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff800022459ff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x1ea
sched_idle(ffff800022459ff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{10}> c
Stopped at      intr_user_exit+0x1e:    cmpl    $0,0x27c(%r11)
intr_user_exit() at intr_user_exit+0x1e
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> machine ddbcpu 0b
Stopped at      x86_ipi_db+0x12:        leave
x86_ipi_db(ffff800022462ff0) at x86_ipi_db+0x12
x86_ipi_handler() at x86_ipi_handler+0x80
Xresume_lapic_ipi() at Xresume_lapic_ipi+0x23
acpicpu_idle() at acpicpu_idle+0x1ea
sched_idle(ffff800022462ff0) at sched_idle+0x27e
end trace frame: 0x0, count: 10
ddb{11}> c
Stopped at      intr_user_exit+0x26:    jz      intr_user_exit_post_ast
intr_user_exit() at intr_user_exit+0x26
end of kernel
end trace frame: 0xb0d3f1aab20, count: 14
ddb{5}> c   machine ddbcpu 0c
Invalid cpu 12
ddb{5}> show uvmexp
Current UVM status:
  pagesize=4096 (0x1000), pagemask=0xfff, pageshift=12
  8073416 VM pages: 9156 active, 103286 inactive, 1 wired, 7791438 free (973933 
zero)
  min  10% (25) anon, 10% (25) vnode, 5% (12) vtext
  freemin=269113, free-target=358817, inactive-target=0, wired-max=2691138
  faults=805458794, traps=940890973, intrs=50259, ctxswitch=327308363 
fpuswitch=0
  softint=136351285, syscalls=1079930321, kmapent=11
  fault counts:
    noram=0, noanon=0, noamap=0, pgwait=0, pgrele=0
    ok relocks(total)=142752(147512), anget(retries)=805079014(0), 
amapcopy=101218
    neighbor anon/obj pg=42923/104121, gets(lock/unlock)=188331/147512
    cases: anon=805065983, anoncow=13031, obj=177463, prcopy=6108, przero=196126
  daemon and swap counts:
    woke=0, revs=0, scans=0, obscans=0, anscans=0
    busy=0, freed=0, reactivate=0, deactivate=0
    pageouts=0, pending=0, nswget=0
    nswapdev=1
    swpages=8393036, swpginuse=0, swpgonly=0 paging=0
  kernel pointers:
    objs(kern)=0xffffffff822034e8
ddb{5}> show all pools
Name      Size Requests Fail Releases Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle
plcache    128      120    0        0     4     0     4     4     0     8    0
rtpcb      120       16    0       14     1     0     1     1     0     8    0
rtentry    112       27    0        0     1     0     1     1     0     8    0
unpcb      120       72    0       12     2     0     2     2     0     8    0
syncache   296        1    0        1     1     1     0     1     0     8    0
tcpcb      736        6    0        0     1     0     1     1     0     8    0
arp         88        3    0        0     1     0     1     1     0     8    0
inpcb      304      100    0       87     2     0     2     2     0     8    0
nd6         48        1    0        0     1     0     1     1     0     8    0
pfosfp      40     1428    0     1005     5     0     5     5     0     8    0
pfosfpen   112     1428    0      714    21     0    21    21     0     8    0
pfstitem    24        1    0        1     1     1     0     1     0     8    0
pfstkey    112        1    0        1     1     1     0     1     0     8    0
pfstate    320        1    0        1     1     1     0     1     0     8    0
pfrule     1360      22    0       16     2     1     1     2     0     8    0
art_heap8  4096       1    0        0     1     0     1     1     0     8    0
art_heap4  256      121    0        0     8     0     8     8     0     8    0
art_table   32      122    0        0     1     0     1     1     0     8    0
art_node    16       27    0        0     1     0     1     1     0     8    0
nfsnodepl  496        3    0        0     1     0     1     1     0     8    0
dirhash    1024      94    0       40     9     2     7     7     0     8    0
dino2pl    256     5224    0     1709   236    16   220   220     0     8    0
ffsino     240     5224    0     1709   222    15   207   207     0     8    0
nchpl      144     6093    0     2315   153    13   140   140     0     8    0
uvmvnodes   72     5247    0        0    96     0    96    96     0     8    0
vnodes     224     5247    0        0   309     0   309   309     0     8    0
namei      1024   58424    0    58424   170   170     0     2     0     8    0
nfsreqpl    96        9    0        9     1     1     0     1     0     8    0
percpumem   96       31    0        0     1     0     1     1     0     8    0
xhcixfer   280      116    0      115     1     0     1     1     0     8    0
scxspl     216    46556    0    46556   497   497     0     2     0     8    0
plimitpl   152       35    0       14     1     0     1     1     0     8    0
sigapl     424      661    0      592     9     1     8     9     0     8    0
futexpl     56 77036273    0 77036271     3     2     1     1     0     8    0
knotepl    112      785    0      706     3     0     3     3     0     8    0
kqueuepl   168       13    0        0     1     0     1     1     0     8    0
pipepl     304      120    0      119     6     5     1     1     0     8    0
fdescpl    432      628    0      592     5     0     5     5     0     8    0
filepl     120     9081    0     8953    21    17     4     5     0     8    0
lockfpl    104        6    0        6     2     2     0     1     0     8    0
lockfspl    48        3    0        3     2     2     0     1     0     8    0
sessionpl  144       25    0        3     1     0     1     1     0     8    0
pgrppl      48      235    0      211     1     0     1     1     0     8    0
ucredpl     96       93    0       66     1     0     1     1     0     8    0
zombiepl   144      593    0      592    54    53     1     1     0     8    0
processpl  1016     661    0      592    10     1     9    10     0     8    0
procpl     672     1192    0     1121     8     1     7     7     0     8    0
sockpl     448      188    0      113     9     0     9     9     0     8    0
mcl8k      8192       2    0        0     1     0     1     1     0     8    0
mcl2k2     2112     219    0        0     7     0     7     7     0     8    0
mcl2k      2048      17    0        0     3     0     3     3     0     8    0
mbufpl     256      330    0        0    12     0    12    12     0     8    0
bufpl      280    50422    0    11356  2796     5  2791  2791     0     8    0
anonpl      24   215265    0   207658   269   222    47   248     0  3039    0
amapchunkpl 152   14687    0    14233   102    84    18    97     0   158    0
amappl16   200     1735    0     1704    22    20     2    16     0     8    0
amappl15   192       10    0       10     2     2     0     1     0     8    0
amappl14   184       14    0       14     2     2     0     1     0     8    0
amappl13   176       39    0       35     4     3     1     1     0     8    0
amappl12   168       77    0       77     4     4     0     3     0     8    0
amappl11   160      237    0      199     2     0     2     2     0     8    0
amappl10   152       20    0       18     1     0     1     1     0     8    0
amappl9    144       22    0       21     3     2     1     1     0     8    0
amappl8    136     1167    0     1137    14    12     2    13     0     8    0
amappl7    128      222    0      210     2     1     1     2     0     8    0
amappl6    120      481    0      439     4     2     2     4     0     8    0
amappl5    112      343    0      317     3     1     2     3     0     8    0
amappl4    104     2459    0     2394    25    22     3    23     0     8    0
amappl3     96      842    0      812    10     8     2     7     0     8    0
amappl2     88     3999    0     3800    40    35     5    29     0     8    0
amappl1     80    72555    0    69690   211   150    61   144     0     8    0
amappl      88     5247    0     5055    21    16     5    20     0    92    0
dma4096    4096       2    0        2     1     1     0     1     0     8    0
dma512     512       11    0        8     2     1     1     2     0     8    0
dma256     256       15    0       15     1     1     0     1     0     8    0
dma128     128        3    0        3     1     1     0     1     0     8    0
dma64       64       16    0       16     1     1     0     1     0     8    0
dma32       32       13    0       13     1     1     0     1     0     8    0
dma16       16       43    0       43     1     1     0     1     0     8    0
aobjpl      64        2    0        0     1     0     1     1     0     8    0
uaddrrnd    24      628    0      592     1     0     1     1     0     8    0
uaddrbest   32        2    0        0     1     0     1     1     0     8    0
uaddr       24      628    0      592     1     0     1     1     0     8    0
vmmpekpl   168    26502    0    26467     2     0     2     2     0     8    0
vmmpepl    168   166397    0   161273   906   683   223   782     0   357    0
vmsppl     272      627    0      592     3     0     3     3     0     8    0
rwobjpl     24    71192    0    67795    92    70    22    67     0     8    0
pdppl      4096     627    0      592    61    26    35    42     0     8    0
pvpl        32 805794903   0 805779491 1291  1163   128  1269     0   265    0
pmappl     200      627    0      592     3     1     2     3     0     8    0
extentpl    40      113    0       71     1     0     1     1     0     8    0
phpool     112      752    0      234    15     0    15    15     0     8    0
ddb{5}> dmesg
OpenBSD 6.9-current (GENERIC.MP) #2: Wed May 19 21:31:09 CEST 2021
    [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 34109444096 (32529MB)
avail mem = 33060229120 (31528MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.2 @ 0x8eb52000 (46 entries)
bios0: vendor American Megatrends Inc. version "L2.22E" date 07/01/2020
bios0: genua gzM
acpi0 at bios0: ACPI 6.1
acpi0: sleep states S0 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT MCFG SPMI SSDT AAFT SSDT HPET SSDT SSDT 
UEFI LPIT SSDT SSDT DBGP DBG2 SSDT DMAR SSDT SSDT WSMT
acpi0: wakeup devices UAR1(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) 
PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) PXSX(S4) RP06(S4) PXSX(S4) RP07(S4) 
PXSX(S4) RP08(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3393.76 MHz, 06-9e-0a
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 8 (application processor)
cpu4: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu4: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 0, core 4, package 0
cpu5 at mainbus0: apid 10 (application processor)
cpu5: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu5: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 0, core 5, package 0
cpu6 at mainbus0: apid 1 (application processor)
cpu6: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu6: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 1, core 0, package 0
cpu7 at mainbus0: apid 3 (application processor)
cpu7: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu7: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 1, core 1, package 0
cpu8 at mainbus0: apid 5 (application processor)
cpu8: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu8: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu8: 256KB 64b/line 8-way L2 cache
cpu8: smt 1, core 2, package 0
cpu9 at mainbus0: apid 7 (application processor)
cpu9: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu9: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu9: 256KB 64b/line 8-way L2 cache
cpu9: smt 1, core 3, package 0
cpu10 at mainbus0: apid 9 (application processor)
cpu10: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu10: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu10: 256KB 64b/line 8-way L2 cache
cpu10: smt 1, core 4, package 0
cpu11 at mainbus0: apid 11 (application processor)
cpu11: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
cpu11: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu11: 256KB 64b/line 8-way L2 cache
cpu11: smt 1, core 5, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 23999999 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus -1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus 2 (RP01)
acpiprt5 at acpi0: bus -1 (RP06)
acpiprt6 at acpi0: bus -1 (RP07)
acpiprt7 at acpi0: bus -1 (RP08)
acpiprt8 at acpi0: bus 3 (RP09)
acpiprt9 at acpi0: bus 4 (RP10)
acpiprt10 at acpi0: bus 5 (RP11)
acpiprt11 at acpi0: bus 6 (RP12)
acpiprt12 at acpi0: bus -1 (RP21)
acpiec0 at acpi0: not present
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
"IPI0001" at acpi0 not configured
"INT3450" at acpi0 not configured
"ACPI000E" at acpi0 not configured
acpibtn0 at acpi0: SLPB
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"INT33A1" at acpi0 not configured
"PNP0C33" at acpi0 not configured
acpibtn1 at acpi0: PWRB
"ACPI000D" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
acpipwrres0 at acpi0: USBC, resource for XDCI
acpipwrres1 at acpi0: V0PR
acpipwrres2 at acpi0: V1PR
acpipwrres3 at acpi0: V2PR
acpipwrres4 at acpi0: WRST
acpicpu0 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu4 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu5 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu6 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu7 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu8 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu9 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu10 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu11 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpipwrres5 at acpi0: FN00, resource for FAN0
acpipwrres6 at acpi0: FN01, resource for FAN1
acpipwrres7 at acpi0: FN02, resource for FAN2
acpipwrres8 at acpi0: FN03, resource for FAN3
acpipwrres9 at acpi0: FN04, resource for FAN4
acpitz0 at acpi0: critical temperature is 119 degC
acpipwrres10 at acpi0: PIN_
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
ipmi at mainbus0 not configured
cpu0: using VERW MDS workaround (except on vmm entry)
cpu0: Enhanced SpeedStep 3393 MHz: speeds: 3401, 3400, 3200, 3000, 2800, 2700, 
2500, 2300, 2100, 1900, 1700, 1500, 1400, 1200, 1000, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 8G Host" rev 0x07
"Intel Core GMM" rev 0x00 at pci0 dev 8 function 0 not configured
pchtemp0 at pci0 dev 18 function 0 "Intel 300 Series Thermal" rev 0x10
xhci0 at pci0 dev 20 function 0 "Intel 300 Series xHCI" rev 0x10: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 
addr 1
"Intel 300 Series Shared SRAM" rev 0x10 at pci0 dev 20 function 2 not configured
dwiic0 at pci0 dev 21 function 0 "Intel 300 Series I2C" rev 0x10: apic 2 int 16
iic0 at dwiic0
dwiic1 at pci0 dev 21 function 1 "Intel 300 Series I2C" rev 0x10: apic 2 int 17
iic1 at dwiic1
"Intel 300 Series HECI" rev 0x10 at pci0 dev 22 function 0 not configured
"Intel 300 Series HECI" rev 0x10 at pci0 dev 22 function 1 not configured
"Intel 300 Series HECI" rev 0x10 at pci0 dev 22 function 4 not configured
ahci0 at pci0 dev 23 function 0 "Intel 300 Series AHCI" rev 0x10: msi, AHCI 
1.3.1
ahci0: port 0: 6.0Gb/s
ahci0: port 1: 6.0Gb/s
ahci0: port 2: 1.5Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, SanDisk SSD G5 B, 4150> naa.5001b448b5a37832
sd0: 476940MB, 512 bytes/sector, 976773168 sectors, thin
sd1 at scsibus1 targ 1 lun 0: <ATA, SanDisk SSD G5 B, 4150> naa.5001b448b5a33df4
sd1: 476940MB, 512 bytes/sector, 976773168 sectors, thin
cd0 at scsibus1 targ 2 lun 0: <TEAC, DV-W28SS-B, 1.6A> removable
ppb0 at pci0 dev 27 function 0 "Intel 300 Series PCIE" rev 0xf0
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 0 "Intel 300 Series PCIE" rev 0xf0: msi
pci2 at ppb1 bus 2
ppb2 at pci0 dev 29 function 0 "Intel 300 Series PCIE" rev 0xf0: msi
pci3 at ppb2 bus 3
em0 at pci3 dev 0 function 0 "Intel I210" rev 0x03: msi, address 
d0:50:99:f9:d7:0b
ppb3 at pci0 dev 29 function 1 "Intel 300 Series PCIE" rev 0xf0: msi
pci4 at ppb3 bus 4
em1 at pci4 dev 0 function 0 "Intel I210" rev 0x03: msi, address 
d0:50:99:f9:d7:0c
ppb4 at pci0 dev 29 function 2 "Intel 300 Series PCIE" rev 0xf0: msi
pci5 at ppb4 bus 5
em2 at pci5 dev 0 function 0 "Intel I210" rev 0x03: msi, address 
d0:50:99:f9:d7:0d
ppb5 at pci0 dev 29 function 3 "Intel 300 Series PCIE" rev 0xf0: msi
pci6 at ppb5 bus 6
ppb6 at pci6 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x04
pci7 at ppb6 bus 7
"ASPEED Technology AST2000" rev 0x41 at pci7 dev 0 function 0 not configured
"Intel 300 Series UART" rev 0x10 at pci0 dev 30 function 0 not configured
pcib0 at pci0 dev 31 function 0 "Intel C246 LPC" rev 0x10
ichiic0 at pci0 dev 31 function 4 "Intel 300 Series SMBus" rev 0x10: apic 2 int 
16
iic2 at ichiic0
sdtemp0 at iic2 addr 0x19: tse2004gb2
sdtemp1 at iic2 addr 0x1b: tse2004gb2
spdmem0 at iic2 addr 0x51: 16GB DDR4 SDRAM ECC PC4-21300 with thermal sensor
spdmem1 at iic2 addr 0x53: 16GB DDR4 SDRAM ECC PC4-21300 with thermal sensor
"Intel 300 Series SPI" rev 0x10 at pci0 dev 31 function 5 not configured
em3 at pci0 dev 31 function 6 "Intel I219-LM" rev 0x10: msi, address 
d0:50:99:f9:d7:0a
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
wbsio0 at isa0 port 0x2e/2: NCT6791D rev 0x03
lm1 at wbsio0 port 0x290/8: NCT6791D
vmm0 at mainbus0: VMX/EPT
efifb0 at mainbus0: 1024x768, 32bpp
wsdisplay0 at efifb0 mux 1
wsdisplay0: screen 0-5 added (std, vt100 emulation)
dt: 443 probes
ugen0 at uhub0 port 3 "Identiv uTrust 2700 R Smart Card Reader" rev 2.00/2.02 
addr 2
uftdi0 at uhub0 port 4 configuration 1 interface 0 "FTDI FT232R USB UART" rev 
2.00/6.00 addr 3
ucom0 at uftdi0 portno 1
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (c351353eb33d0dd0.a) swap on sd0b dump on sd0b
pWaARniNIc:NG p: ooSPl_L p_NOfrT eeL:OW sERcxEDsp Ol N frTReeAP l EisXIt T moa 
di0
fied:
ddb{5}> 

Reply via email to