Hi,

* Sebastien Marie wrote:
> On Mon, Jun 12, 2023 at 07:39:21PM +0200, Peter N. M. Hansteen wrote:
> > 
> > That lead to, as far as I can tell, to every package on the system being 
> > reinstalled.
> > 
> > However, unfortunately both firefox and thunderbird still dump core with 
> > "Illegal instruction".
> 
> these ones are a bit expected.

I have some more packages that abort with SIGILL upon startup:

$ pkg_info -vv neovim | head -30 
Information for inst:neovim-0.9.1
[...]
Size: 28354538
Signature:
neovim-0.9.1,10,@desktop-file-utils-0.26,@gettext-runtime-0.21.1,@gtk4-update-icon-cache-4.10.4,@libmpack-1.0.3,@libtermkey-0.22,@libuv-1.44.2,@libvterm-0.3v0,@lua-5.1.5p7,@lua-compat53-0.9,@lua-libmpack-1.0.3,@msgpack-2.1.5p0,@tree-sitter-0.20.8,@unibilium-2.1.0,c++abi.6.0,c.97.0,iconv.7.1,intl.7.0,m.10.1,msgpackc.1.0,pthread.27.0,termkey.0.2,tree-sitter.3.0,unibilium.1.1,util.16.0,uv.4.1,vterm.2.0
Packing-list:
@name neovim-0.9.1
@url 
https://cdn.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/neovim-0.9.1.tgz
@version 10
@signer openbsd-73-pkg
@digital-signature signify2:2023-06-11T20:30:08Z:external
@option manual-installation
@comment pkgpath=editors/neovim ftp=yes

$ egdb /usr/local/bin/nvim nvim.core                                            
                                                                                
                                                                           
Reading symbols from /usr/local/bin/nvim...
(No debugging symbols found in /usr/local/bin/nvim)
[New process 155716]
Core was generated by `nvim'.
Program terminated with signal SIGILL, Illegal instruction.
#0  0x000008374ed28152 in lj_BC_FUNCC ()
(gdb) bt
#0  0x000008374ed28152 in lj_BC_FUNCC ()
#1  0x000008374ed9ef1a in luaL_openlibs ()
#2  0x000008374ef78d54 in nlua_init ()
#3  0x000008374edab3b5 in main ()
(gdb) disassemble
Dump of assembler code for function lj_BC_FUNCC:
=> 0x000008374ed28152 <+0>:     mov    rbp,QWORD PTR [rdx-0x10]
   0x000008374ed28156 <+4>:     shl    rbp,0x11
0x000008374ed2815a <+8>:     shr    rbp,0x11
0x000008374ed2815e <+12>:    mov    r15,QWORD PTR [rbp+0x28]
0x000008374ed28162 <+16>:    mov    rbp,QWORD PTR [rsp+0x10]
0x000008374ed28167 <+21>:    lea    rax,[rdx+rax*8-0x8]
0x000008374ed2816c <+26>:    mov    QWORD PTR [rbp+0x20],rdx
0x000008374ed28170 <+30>:    lea    rcx,[rax+0xa0]
0x000008374ed28177 <+37>:    cmp    rcx,QWORD PTR [rbp+0x30]
0x000008374ed2817b <+41>:    mov    QWORD PTR [rbp+0x28],rax
0x000008374ed2817f <+45>:    mov    rdi,rbp
0x000008374ed28182 <+48>:    ja     0x8374ed2839f <lj_vm_growstack_c>
0x000008374ed28188 <+54>:    mov    DWORD PTR [r14-0xec8],0xfffffffe
0x000008374ed28193 <+65>:    call   r15
0x000008374ed28196 <+68>:    mov    rdx,QWORD PTR [rbp+0x20]
0x000008374ed2819a <+72>:    mov    QWORD PTR [r14-0xe10],rbp
0x000008374ed281a1 <+79>:    mov    DWORD PTR [r14-0xec8],0xffffffff
0x000008374ed281ac <+90>:    lea    rcx,[rdx+rax*8]
0x000008374ed281b0 <+94>:    neg    rcx
0x000008374ed281b3 <+97>:    add    rcx,QWORD PTR [rbp+0x28]
0x000008374ed281b7 <+101>:   mov    rbx,QWORD PTR [rdx-0x8]
0x000008374ed281bb <+105>:   jmp    0x8374ed2825c <lj_vm_returnc>
End of assembler dump.

Latest screen aborts as well.  Both the vanilla version and my own
compilation (same as in ports plus 256 color support).

$ pkg_info -vv screen | head -30 
Information for inst:screen-4.9.0
[...]
Size: 1244302
Signature: screen-4.9.0,10,c.97.0,curses.14.0,util.16.0
Packing-list:
@comment $OpenBSD: PLIST,v 1.24 2019/08/15 21:01:49 naddy Exp $
@name screen-4.9.0
@url file:./screen-4.9.0.tgz
@version 10

$ egdb /usr/local/bin/screen screen.core                                        
                                                                                
                                                                            
Reading symbols from /usr/local/bin/screen... 
(No debugging symbols found in /usr/local/bin/screen)
[New process 352402]                          
Core was generated by `screen'.               
Program terminated with signal SIGILL, Illegal instruction.
#0  0x00000e68ac0e6780 in _start ()           
(gdb) bt                                                                        
                                                 
#0  0x00000e68ac0e6780 in _start ()           
(gdb) disassemble                             
Dump of assembler code for function _start:   
=> 0x00000e68ac0e6780 <+0>:     mov    rcx,rdx
0x00000e68ac0e6783 <+3>:     mov    rdi,QWORD PTR [rsp]
0x00000e68ac0e6787 <+7>:     lea    rdx,[rsp+rdi*8+0x10]
0x00000e68ac0e678c <+12>:    lea    rsi,[rsp+0x8]          
0x00000e68ac0e6791 <+17>:    sub    rsp,0x8 
0x00000e68ac0e6795 <+21>:    and    rsp,0xfffffffffffffff0
0x00000e68ac0e6799 <+25>:    add    rsp,0x8
0x00000e68ac0e679d <+29>:    jmp    0xe68ac0e67a0 <_start+32>
0x00000e68ac0e679f <+31>:    int3                                               
                                              
0x00000e68ac0e67a0 <+32>:    push   rbp    
0x00000e68ac0e67a1 <+33>:    mov    rbp,rsp
0x00000e68ac0e67a4 <+36>:    push   r15                   
0x00000e68ac0e67a6 <+38>:    push   r14    
0x00000e68ac0e67a8 <+40>:    push   r13                                         
                                              
0x00000e68ac0e67aa <+42>:    push   r12                                         
                                              
0x00000e68ac0e67ac <+44>:    push   rbx                     
0x00000e68ac0e67ad <+45>:    push   rax                   
0x00000e68ac0e67ae <+46>:    mov    r13,rcx            
0x00000e68ac0e67b1 <+49>:    mov    r12,rdx 
0x00000e68ac0e67b4 <+52>:    mov    r14,rsi
0x00000e68ac0e67b7 <+55>:    mov    r15d,edi            
0x00000e68ac0e67ba <+58>:    mov    rdi,rsi
0x00000e68ac0e67bd <+61>:    mov    rsi,rdx      
0x00000e68ac0e67c0 <+64>:    mov    rdx,rcx
0x00000e68ac0e67c3 <+67>:    call   0xe68ac13ffd0
0x00000e68ac0e67c8 <+72>:    mov    rbx,rax
0x00000e68ac0e67cb <+75>:    test   r13,r13
0x00000e68ac0e67ce <+78>:    jne    0xe68ac0e68af <_start+303>
0x00000e68ac0e67d4 <+84>:    mov    QWORD PTR [rbp-0x30],rbx
0x00000e68ac0e67d8 <+88>:    lea    rbx,[rip+0xffffffffffffffa1]        # 
0xe68ac0e6780 <_start>
0x00000e68ac0e67df <+95>:    lea    rcx,[rip+0xffffffffffffff9a]        # 
0xe68ac0e6780 <_start>
0x00000e68ac0e67e6 <+102>:   sub    rcx,rbx
0x00000e68ac0e67e9 <+105>:   lea    rax,[rcx+0x7]
0x00000e68ac0e67ed <+109>:   test   rcx,rcx
0x00000e68ac0e67f0 <+112>:   mov    rdx,rcx
0x00000e68ac0e67f3 <+115>:   cmovs  rdx,rax
0x00000e68ac0e67f7 <+119>:   sar    rdx,0x3
0x00000e68ac0e67fb <+123>:   je     0xe68ac0e6843 <_start+195>
0x00000e68ac0e67fd <+125>:   test   rcx,rcx
0x00000e68ac0e6800 <+128>:   cmovns rax,rcx
0x00000e68ac0e6804 <+132>:   sar    rax,0x3
0x00000e68ac0e6808 <+136>:   cmp    rax,0x2
0x00000e68ac0e680c <+140>:   mov    r13d,0x1
0x00000e68ac0e6812 <+146>:   cmovae r13,rax
0x00000e68ac0e6816 <+150>:   jmp    0xe68ac0e6820 <_start+160>
0x00000e68ac0e6818 <+152>:   int3   
0x00000e68ac0e6819 <+153>:   int3   
0x00000e68ac0e681a <+154>:   int3   
0x00000e68ac0e681b <+155>:   int3   
0x00000e68ac0e681c <+156>:   int3   
0x00000e68ac0e681d <+157>:   int3   
0x00000e68ac0e681e <+158>:   int3   
0x00000e68ac0e681f <+159>:   int3   
0x00000e68ac0e6820 <+160>:   mov    r11,QWORD PTR [rbx]
0x00000e68ac0e6823 <+163>:   mov    edi,r15d
0x00000e68ac0e6826 <+166>:   mov    rsi,r14
0x00000e68ac0e6829 <+169>:   mov    rdx,r12
0x00000e68ac0e682c <+172>:   xor    ecx,ecx
0x00000e68ac0e682e <+174>:   call   0xe68ac0e68d0 <__llvm_retpoline_r11>
0x00000e68ac0e6833 <+179>:   xchg   rax,rbx
0x00000e68ac0e6836 <+182>:   add    rax,0x8
0x00000e68ac0e683a <+186>:   xchg   rax,rbx
0x00000e68ac0e683d <+189>:   add    r13,0xffffffffffffffff
0x00000e68ac0e6841 <+193>:   jne    0xe68ac0e6820 <_start+160>
0x00000e68ac0e6843 <+195>:   lea    r13,[rip+0xffffffffffffff36]        # 
0xe68ac0e6780 <_start>
0x00000e68ac0e684a <+202>:   lea    rcx,[rip+0xffffffffffffff2f]        # 
0xe68ac0e6780 <_start>
0x00000e68ac0e6851 <+209>:   sub    rcx,r13
0x00000e68ac0e6854 <+212>:   lea    rax,[rcx+0x7]
0x00000e68ac0e6858 <+216>:   test   rcx,rcx
0x00000e68ac0e685b <+219>:   mov    rdx,rcx
0x00000e68ac0e685e <+222>:   cmovs  rdx,rax
0x00000e68ac0e6862 <+226>:   sar    rdx,0x3
0x00000e68ac0e6866 <+230>:   je     0xe68ac0e68a4 <_start+292>
0x00000e68ac0e6868 <+232>:   test   rcx,rcx
0x00000e68ac0e686b <+235>:   cmovns rax,rcx
0x00000e68ac0e686f <+239>:   sar    rax,0x3
0x00000e68ac0e6873 <+243>:   cmp    rax,0x2
0x00000e68ac0e6877 <+247>:   mov    ebx,0x1
0x00000e68ac0e687c <+252>:   cmovae rbx,rax
0x00000e68ac0e6880 <+256>:   mov    r11,QWORD PTR [r13+0x0]
0x00000e68ac0e6884 <+260>:   mov    edi,r15d
0x00000e68ac0e6887 <+263>:   mov    rsi,r14
0x00000e68ac0e688a <+266>:   mov    rdx,r12
0x00000e68ac0e688d <+269>:   xor    ecx,ecx
0x00000e68ac0e688f <+271>:   call   0xe68ac0e68d0 <__llvm_retpoline_r11>
0x00000e68ac0e6894 <+276>:   add    r13,0x8
0x00000e68ac0e6898 <+280>:   xchg   rax,rbx
0x00000e68ac0e689b <+283>:   add    rax,0xffffffffffffffff
0x00000e68ac0e689f <+287>:   xchg   rax,rbx
0x00000e68ac0e68a2 <+290>:   jne    0xe68ac0e6880 <_start+256>
0x00000e68ac0e68a4 <+292>:   mov    BYTE PTR [rip+0x62905],0x1        # 
0xe68ac1491b0
<__csu_do_fini_array>
0x00000e68ac0e68ab <+299>:   mov    rbx,QWORD PTR [rbp-0x30]
0x00000e68ac0e68af <+303>:   call   0xe68ac13ff80 <__init>
0x00000e68ac0e68b4 <+308>:   mov    rdx,QWORD PTR [rbx]
0x00000e68ac0e68b7 <+311>:   mov    edi,r15d
0x00000e68ac0e68ba <+314>:   mov    rsi,r14
0x00000e68ac0e68bd <+317>:   call   0xe68ac0e6ad0 <main>
0x00000e68ac0e68c2 <+322>:   mov    edi,eax
0x00000e68ac0e68c4 <+324>:   call   0xe68ac13fff0
0x00000e68ac0e68c9 <+329>:   int3   
0x00000e68ac0e68ca <+330>:   int3   
0x00000e68ac0e68cb <+331>:   int3   
0x00000e68ac0e68cc <+332>:   int3   
0x00000e68ac0e68cd <+333>:   int3   
0x00000e68ac0e68ce <+334>:   int3   
0x00000e68ac0e68cf <+335>:   int3   

OpenBSD 7.3-current (RAMDISK_CD) #1167: Mon Jun 12 12:00:43 MDT 2023
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 34064420864 (32486MB)
avail mem = 33028014080 (31497MB)
random: good seed from bootblocks
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.3 @ 0x43ca1000 (119 entries)
bios0: vendor American Megatrends International, LLC. version "N.1.15A09" date 
03/24/2022
bios0: TUXEDO TUXEDO InfinityBook Pro 14 Gen6
acpi0 at bios0: ACPI 6.2
acpi0: tables DSDT FACP MCFG SSDT FIDT SSDT SSDT SSDT HPET APIC SSDT SSDT NHLT 
UEFI LPIT SSDT SSDT DBGP DBG2 SSDT DMAR SSDT SSDT BGRT PTDT WSMT FPDT
acpihpet0 at acpi0: 19200000 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz, 4788.96 MHz, 06-8c-01
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,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,AVX2,SMEP,BMI2,ERMS,INVPCID,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,AVX512IFMA,CLFLUSHOPT,CLWB,PT,AVX512CD,SHA,AVX512BW,AVX512VL,AVX512VBMI,UMIP,PKU,WAITPKG,MD_CLEAR,IBT,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB 64b/line 
20-way L2 cache, 12MB 64b/line 12-way L3 cache
cpu0: apic clock running at 38MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.1.2.1.1.1, IBE
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PC00)
acpiprt1 at acpi0: bus 1 (PEG0)
acpiprt2 at acpi0: bus -1 (RP01)
acpiprt3 at acpi0: bus -1 (RP02)
acpiprt4 at acpi0: bus -1 (RP03)
acpiprt5 at acpi0: bus -1 (RP04)
acpiprt6 at acpi0: bus -1 (RP05)
acpiprt7 at acpi0: bus -1 (RP06)
acpiprt8 at acpi0: bus -1 (RP07)
acpiprt9 at acpi0: bus -1 (RP08)
acpiprt10 at acpi0: bus -1 (RP09)
acpiprt11 at acpi0: bus -1 (RP10)
acpiprt12 at acpi0: bus -1 (RP11)
acpiprt13 at acpi0: bus -1 (RP12)
acpiprt14 at acpi0: bus -1 (RP13)
acpiprt15 at acpi0: bus -1 (RP14)
acpiprt16 at acpi0: bus -1 (RP15)
acpiprt17 at acpi0: bus -1 (RP16)
acpiprt18 at acpi0: bus -1 (RP17)
acpiprt19 at acpi0: bus -1 (RP18)
acpiprt20 at acpi0: bus -1 (RP19)
acpiprt21 at acpi0: bus -1 (RP20)
acpiprt22 at acpi0: bus -1 (RP21)
acpiprt23 at acpi0: bus -1 (RP22)
acpiprt24 at acpi0: bus -1 (RP23)
acpiprt25 at acpi0: bus -1 (RP24)
acpiprt26 at acpi0: bus 2 (TRP0)
acpiec0 at acpi0
acpipci0 at acpi0 PC00: 0x00000000 0x00000011 0x00000001
"UNIW0001" at acpi0 not configured
"ACPI000E" at acpi0 not configured
"INT34C5" at acpi0 not configured
"PNP0C0E" at acpi0 not configured
"INT33A1" at acpi0 not configured
"INTC1051" at acpi0 not configured
"PNP0C0C" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"ACPI0003" at acpi0 not configured
"PNP0C0A" at acpi0 not configured
"PNP0C0D" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"INOU0000" at acpi0 not configured
"USBC000" 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
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpicpu at acpi0 not configured
acpitz at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpitz at acpi0 not configured
acpipwrres at acpi0 not configured
pci0 at mainbus0 bus 0
0:31:5: mem address conflict 0xfe010000/0x1000
pchb0 at pci0 dev 0 function 0 "Intel Core 11G Host" rev 0x01
"Intel Xe Graphics" rev 0x01 at pci0 dev 2 function 0 not configured
ppb0 at pci0 dev 6 function 0 "Intel Core 11G PCIE" rev 0x01: msi
pci1 at ppb0 bus 1
nvme0 at pci1 dev 0 function 0 "Samsung PM9A1 NVMe" rev 0x00: msix, NVMe 1.3
nvme0: Samsung SSD 980 PRO 2TB, firmware 3B2QGXA7, serial S69ENF0R830799H
scsibus0 at nvme0: 2 targets, initiator 0
sd0 at scsibus0 targ 1 lun 0: <NVMe, Samsung SSD 980, 3B2Q>
sd0: 1907729MB, 512 bytes/sector, 3907029168 sectors
ppb1 at pci0 dev 7 function 0 "Intel Core 11G PCIE" rev 0x01: msi
pci2 at ppb1 bus 2
"Intel Core 11G GNA" rev 0x01 at pci0 dev 8 function 0 not configured
xhci0 at pci0 dev 13 function 0 "Intel Core 11G xHCI" rev 0x01: msi, xHCI 1.20
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 Core 11G TBT" rev 0x01 at pci0 dev 13 function 2 not configured
xhci1 at pci0 dev 20 function 0 "Intel 500 Series xHCI" rev 0x20: msi, xHCI 1.20
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 
addr 1
"Intel 500 Series Shared SRAM" rev 0x20 at pci0 dev 20 function 2 not configured
iwx0 at pci0 dev 20 function 3 "Intel Wi-Fi 6 AX201" rev 0x20, msix
dwiic0 at pci0 dev 21 function 0 "Intel 500 Series I2C" rev 0x20: apic 2 int 27
iic0 at dwiic0
dwiic1 at pci0 dev 21 function 2 "Intel 500 Series I2C" rev 0x20: apic 2 int 29
iic1 at dwiic1
ihidev0 at iic1 addr 0x2c , can't establish interrupt (polling), vendor 0x93a 
product 0x255, UNIW0001
ihidev0: 67 report ids
hid at ihidev0 reportid 1 not configured
hid at ihidev0 reportid 2 not configured
hid at ihidev0 reportid 3 not configured
hid at ihidev0 reportid 4 not configured
hid at ihidev0 reportid 5 not configured
hid at ihidev0 reportid 6 not configured
hid at ihidev0 reportid 7 not configured
hid at ihidev0 reportid 8 not configured
hid at ihidev0 reportid 12 not configured
hid at ihidev0 reportid 65 not configured
hid at ihidev0 reportid 66 not configured
hid at ihidev0 reportid 67 not configured
"Intel 500 Series eSPI" rev 0x20 at pci0 dev 31 function 0 not configured
"Intel 500 Series HD Audio" rev 0x20 at pci0 dev 31 function 3 not configured
"Intel 500 Series SMBus" rev 0x20 at pci0 dev 31 function 4 not configured
"Intel 500 Series SPI" rev 0x20 at pci0 dev 31 function 5 not configured
isa0 at mainbus0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
efifb0 at mainbus0: 2880x1800, 32bpp
wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0
uhub2 at uhub1 port 1 configuration 1 interface 0 "GenesysLogic USB2.1 Hub" rev 
2.10/23.11 addr 2
uhub3 at uhub1 port 13 configuration 1 interface 0 "GenesysLogic USB3.2 Hub" 
rev 3.20/23.11 addr 3
umass0 at uhub3 port 1 configuration 1 interface 0 "Generic USB3.0-CRW" rev 
3.00/2.04 addr 4
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets, initiator 0
sd1 at scsibus1 targ 1 lun 0: <Generic-, SD/MMC, 1.00> removable 
serial.0bda0316501030900000
softraid0 at root
scsibus2 at softraid0: 256 targets
sd2 at scsibus2 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd2: 1907728MB, 512 bytes/sector, 3907027583 sectors
root on rd0a swap on rd0b dump on rd0b
iwx0: could not read firmware iwx-QuZ-a0-hr-b0-77 (error 2)
iwx0: failed to load init firmware
iwx0: hw rev 0x350, fw 77.2dda880d.0, address f0:9e:4a:61:ef:09
syncing disks...
OpenBSD 7.3-current (GENERIC.MP) #1233: Mon Jun 12 11:55:26 MDT 2023
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 34064420864 (32486MB)
avail mem = 33012396032 (31483MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.3 @ 0x43ca1000 (119 entries)
bios0: vendor American Megatrends International, LLC. version "N.1.15A09" date 
03/24/2022
bios0: TUXEDO TUXEDO InfinityBook Pro 14 Gen6
efi0 at bios0: UEFI 2.7
efi0: American Megatrends rev 0x50013
acpi0 at bios0: ACPI 6.2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP MCFG SSDT FIDT SSDT SSDT SSDT HPET APIC SSDT SSDT NHLT 
UEFI LPIT SSDT SSDT DBGP DBG2 SSDT DMAR SSDT SSDT BGRT PTDT WSMT FPDT
acpi0: wakeup devices PEGP(S4) PEGP(S4) PEGP(S4) PEG0(S4) PEGP(S4) RP01(S4) 
PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) 
PXSX(S4) RP06(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimcfg0 at acpi0
acpimcfg0: addr 0xc0000000, bus 0-255
acpihpet0 at acpi0: 19200000 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz, 4788.96 MHz, 06-8c-01
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,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,AVX2,SMEP,BMI2,ERMS,INVPCID,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,AVX512IFMA,CLFLUSHOPT,CLWB,PT,AVX512CD,SHA,AVX512BW,AVX512VL,AVX512VBMI,UMIP,PKU,WAITPKG,SRBDS_CTRL,MD_CLEAR,IBT,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB 64b/line 
20-way L2 cache, 12MB 64b/line 12-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 38MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.1.2.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz, 4788.97 MHz, 06-8c-01
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,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,AVX2,SMEP,BMI2,ERMS,INVPCID,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,AVX512IFMA,CLFLUSHOPT,CLWB,PT,AVX512CD,SHA,AVX512BW,AVX512VL,AVX512VBMI,UMIP,PKU,SRBDS_CTRL,MD_CLEAR,IBT,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB 64b/line 
20-way L2 cache, 12MB 64b/line 12-way L3 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz, 4290.12 MHz, 06-8c-01
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,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,AVX2,SMEP,BMI2,ERMS,INVPCID,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,AVX512IFMA,CLFLUSHOPT,CLWB,PT,AVX512CD,SHA,AVX512BW,AVX512VL,AVX512VBMI,UMIP,PKU,SRBDS_CTRL,MD_CLEAR,IBT,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB 64b/line 
20-way L2 cache, 12MB 64b/line 12-way L3 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz, 4290.12 MHz, 06-8c-01
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,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,AVX2,SMEP,BMI2,ERMS,INVPCID,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,AVX512IFMA,CLFLUSHOPT,CLWB,PT,AVX512CD,SHA,AVX512BW,AVX512VL,AVX512VBMI,UMIP,PKU,SRBDS_CTRL,MD_CLEAR,IBT,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB 64b/line 
20-way L2 cache, 12MB 64b/line 12-way L3 cache
cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PC00)
acpiprt1 at acpi0: bus 1 (PEG0)
acpiprt2 at acpi0: bus -1 (RP01)
acpiprt3 at acpi0: bus -1 (RP02)
acpiprt4 at acpi0: bus -1 (RP03)
acpiprt5 at acpi0: bus -1 (RP04)
acpiprt6 at acpi0: bus -1 (RP05)
acpiprt7 at acpi0: bus -1 (RP06)
acpiprt8 at acpi0: bus -1 (RP07)
acpiprt9 at acpi0: bus -1 (RP08)
acpiprt10 at acpi0: bus -1 (RP09)
acpiprt11 at acpi0: bus -1 (RP10)
acpiprt12 at acpi0: bus -1 (RP11)
acpiprt13 at acpi0: bus -1 (RP12)
acpiprt14 at acpi0: bus -1 (RP13)
acpiprt15 at acpi0: bus -1 (RP14)
acpiprt16 at acpi0: bus -1 (RP15)
acpiprt17 at acpi0: bus -1 (RP16)
acpiprt18 at acpi0: bus -1 (RP17)
acpiprt19 at acpi0: bus -1 (RP18)
acpiprt20 at acpi0: bus -1 (RP19)
acpiprt21 at acpi0: bus -1 (RP20)
acpiprt22 at acpi0: bus -1 (RP21)
acpiprt23 at acpi0: bus -1 (RP22)
acpiprt24 at acpi0: bus -1 (RP23)
acpiprt25 at acpi0: bus -1 (RP24)
acpiprt26 at acpi0: bus 2 (TRP0)
acpiec0 at acpi0
acpipci0 at acpi0 PC00: 0x00000000 0x00000011 0x00000001
"UNIW0001" at acpi0 not configured
"ACPI000E" at acpi0 not configured
pchgpio0 at acpi0 GPI0 addr 0xfd6e0000/0x10000 0xfd6d0000/0x10000 
0xfd6a0000/0x10000 0xfd690000/0x10000 irq 14, 360 pins
acpibtn0 at acpi0: SLPB
"INT33A1" at acpi0 not configured
"INTC1051" at acpi0 not configured
acpibtn1 at acpi0: PWRB
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 model "standard" serial 00001 type LiON oem "OEM"
acpibtn2 at acpi0: LID1
"PNP0C14" at acpi0 not configured
"INOU0000" at acpi0 not configured
"USBC000" 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: PXP_, resource for PEG0, PEGP
acpipwrres1 at acpi0: PXP_, resource for RP04
acpipwrres2 at acpi0: PXP_, resource for RP05
acpipwrres3 at acpi0: PXP_, resource for RP08
acpipwrres4 at acpi0: PXP_, resource for RP09, PXSX
acpipwrres5 at acpi0: BTPR, resource for HS10
acpipwrres6 at acpi0: V0PR
acpipwrres7 at acpi0: V1PR
acpipwrres8 at acpi0: V2PR
acpipwrres9 at acpi0: PXTC
acpipwrres10 at acpi0: PTPL
acpipwrres11 at acpi0: PXTC
acpipwrres12 at acpi0: PXTC
acpipwrres13 at acpi0: WRST
acpipwrres14 at acpi0: TBT0, resource for TDM0, TRP0, TRP1
acpipwrres15 at acpi0: TBT1, resource for TDM1, TRP2, TRP3
acpipwrres16 at acpi0: D3C_, resource for TXHC, TDM0, TDM1, TRP0, TRP1, TRP2, 
TRP3
acpipwrres17 at acpi0: PAUD, resource for HDAS
acpicpu0 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31), 
C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31), 
C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31), 
C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31), 
C1(1000@1 mwait.1), PSS
acpitz0 at acpi0: critical temperature is 100 degC
acpipwrres18 at acpi0: FN00, resource for FAN0
acpipwrres19 at acpi0: FN01, resource for FAN1
acpipwrres20 at acpi0: FN02, resource for FAN2
acpipwrres21 at acpi0: FN03, resource for FAN3
acpipwrres22 at acpi0: FN04, resource for FAN4
acpitz1 at acpi0: critical temperature is 119 degC
acpipwrres23 at acpi0: PIN_
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
acpivout1 at acpivideo0: DD2F
cpu0: Enhanced SpeedStep 4788 MHz: speeds: 3201, 3200, 3000, 2900, 2700, 2500, 
2300, 2100, 1800, 1600, 1400, 1200, 1000, 800, 600, 400 MHz
pci0 at mainbus0 bus 0
0:31:5: mem address conflict 0xfe010000/0x1000
pchb0 at pci0 dev 0 function 0 "Intel Core 11G Host" rev 0x01
inteldrm0 at pci0 dev 2 function 0 "Intel Xe Graphics" rev 0x01
drm0 at inteldrm0
inteldrm0: msi, TIGERLAKE, gen 12
ppb0 at pci0 dev 6 function 0 "Intel Core 11G PCIE" rev 0x01: msi
pci1 at ppb0 bus 1
nvme0 at pci1 dev 0 function 0 "Samsung PM9A1 NVMe" rev 0x00: msix, NVMe 1.3
nvme0: Samsung SSD 980 PRO 2TB, firmware 3B2QGXA7, serial S69ENF0R830799H
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, Samsung SSD 980, 3B2Q>
sd0: 1907729MB, 512 bytes/sector, 3907029168 sectors
ppb1 at pci0 dev 7 function 0 "Intel Core 11G PCIE" rev 0x01: msi
pci2 at ppb1 bus 2
"Intel Core 11G GNA" rev 0x01 at pci0 dev 8 function 0 not configured
xhci0 at pci0 dev 13 function 0 "Intel Core 11G xHCI" rev 0x01: msi, xHCI 1.20
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 Core 11G TBT" rev 0x01 at pci0 dev 13 function 2 not configured
xhci1 at pci0 dev 20 function 0 "Intel 500 Series xHCI" rev 0x20: msi, xHCI 1.20
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 
addr 1
"Intel 500 Series Shared SRAM" rev 0x20 at pci0 dev 20 function 2 not configured
iwx0 at pci0 dev 20 function 3 "Intel Wi-Fi 6 AX201" rev 0x20, msix
dwiic0 at pci0 dev 21 function 0 "Intel 500 Series I2C" rev 0x20: apic 2 int 27
iic0 at dwiic0
dwiic1 at pci0 dev 21 function 2 "Intel 500 Series I2C" rev 0x20: apic 2 int 29
iic1 at dwiic1
ihidev0 at iic1 addr 0x2c gpio 327, vendor 0x93a product 0x255, UNIW0001
ihidev0: 67 report ids
imt0 at ihidev0: clickpad, 4 contacts
wsmouse0 at imt0 mux 0
ims0 at ihidev0 reportid 2: 2 buttons
wsmouse1 at ims0 mux 0
hid at ihidev0 reportid 4 not configured
hid at ihidev0 reportid 5 not configured
hid at ihidev0 reportid 7 not configured
hid at ihidev0 reportid 8 not configured
hid at ihidev0 reportid 12 not configured
hid at ihidev0 reportid 65 not configured
hid at ihidev0 reportid 66 not configured
hid at ihidev0 reportid 67 not configured
pcib0 at pci0 dev 31 function 0 "Intel 500 Series eSPI" rev 0x20
azalia0 at pci0 dev 31 function 3 "Intel 500 Series HD Audio" rev 0x20: msi
azalia0: codecs: Realtek ALC256, Intel/0x2812, using Realtek ALC256
audio0 at azalia0
ichiic0 at pci0 dev 31 function 4 "Intel 500 Series SMBus" rev 0x20: apic 2 int 
16
iic2 at ichiic0
iic2: addr 0x20 01=80 03=52 08=63 09=64 0c=7f 15=30 16=39 19=14 1b=45 1d=08 
1e=02 21=a1 24=ff 25=92 26=5b 2d=6a 2e=01 2f=73 30=df 35=26 36=22 38=f6 3a=80 
3b=80 3c=80 3d=80 3e=80 3f=80 55=c0 58=24 6d=18 6e=1c 6f=80 70=33 72=07 73=15 
74=20 75=06 78=02 79=02 7a=20 7e=e0 88=96 8b=2d 8c=25 8d=41 96=0f 97=01 b0=28 
b1=0c b2=25 b4=42 b5=21 b6=09 b7=42 b8=80 bb=15 bd=bc be=7a bf=40 c0=13 c1=04 
c2=81 c3=0a c4=19 c5=14 c6=05 c7=81 c8=38 ca=03 cc=db cd=32 ce=06 cf=c8 d0=1f 
d1=48 d2=19 d3=48 d4=13 d5=64 d6=09 d7=24 d8=08 d9=39 da=03 db=7a dc=03 dd=7a 
de=e7 df=05 e0=0a e1=a0 e2=0a e3=1a e4=10 e5=a1 e6=30 e8=0a e9=7b ea=a4 ee=1c 
ef=41 f0=14 f1=5d f2=1e f3=78 f5=1e f6=d0 f7=59 f8=64 f9=e2 fa=43 fb=b2 fc=80 
fd=03 fe=af ff=ff words 00=00d5 01=8037 02=0000 03=5200 04=0000 05=0000 06=0000 
07=0000
spdmem0 at iic2 addr 0x52: 32GB DDR4 SDRAM PC4-25600 SO-DIMM
"Intel 500 Series SPI" rev 0x20 at pci0 dev 31 function 5 not configured
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
uhub2 at uhub1 port 1 configuration 1 interface 0 "GenesysLogic USB2.1 Hub" rev 
2.10/23.11 addr 2
uhub3 at uhub1 port 13 configuration 1 interface 0 "GenesysLogic USB3.2 Hub" 
rev 3.20/23.11 addr 3
umass0 at uhub3 port 1 configuration 1 interface 0 "Generic USB3.0-CRW" rev 
3.00/2.04 addr 4
umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0: <Generic-, SD/MMC, 1.00> removable 
serial.0bda0316501030900000
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
sd2 at scsibus4 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd2: 1907728MB, 512 bytes/sector, 3907027583 sectors
root on sd2a (8c3314285b62c10f.a) swap on sd2b dump on sd2b
inteldrm0: 2880x1800, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwx0: hw rev 0x350, fw 77.2dda880d.0, address f0:9e:4a:61:ef:09

Reply via email to