On Dec 04 14:28:23, h...@stare.cz wrote:
> On Dec 04 12:23:42, h...@stare.cz wrote:
> > On Dec 01 09:07:43, h...@stare.cz wrote:
> > > > > > On 24/11/21(Wed) 11:16, Martin Pieuchot wrote:
> > > > > > > Diff below unlock the bottom part of the UVM fault handler.  I'm
> > > > > > > interested in squashing the remaining bugs.  Please test with 
> > > > > > > your usual
> > > > > > > setup & report back.
> > > > > > 
> > > > > > Thanks to all the testers, here's a new version that includes a bug 
> > > > > > fix.
> > > > > > Tests on !x86 architectures are much appreciated!

current/amd64 on a Thinkpad T410 (dmesg below) having this patch
just panicked with the following message:

        uvm_fault(0xfffffd8135c51178, 0x48, 0, 1) -> e

I don't know if it's related to the patch,
but given that the panic is uvm_faiult() ...

Upon boot, the kernel said

Dec  5 17:00:34 t410 /bsd: witness: lock order reversal:
Dec  5 17:00:34 t410 /bsd:  1st 0xfffffd8115667438 uobjlk (&uobj->vmobjlock)
Dec  5 17:00:34 t410 /bsd:  2nd 0xffff800000bcf700 objmm (&obj->mm.lock)
Dec  5 17:00:34 t410 /bsd: lock order "&obj->mm.lock"(rwlock) -> 
"&uobj->vmobjlock"(rwlock) first seen at:
Dec  5 17:00:34 t410 /bsd: #0  rw_enter+0x65
Dec  5 17:00:34 t410 /bsd: #1  uvm_obj_wire+0x46
Dec  5 17:00:34 t410 /bsd: #2  shmem_get_pages+0xaf
Dec  5 17:00:34 t410 /bsd: #3  __i915_gem_object_get_pages+0x9d
Dec  5 17:00:34 t410 /bsd: #4  i915_vma_pin_ww+0x49b
Dec  5 17:00:34 t410 /bsd: #5  i915_ggtt_pin+0x61
Dec  5 17:00:34 t410 /bsd: #6  __intel_context_do_pin_ww+0x2d1
Dec  5 17:00:34 t410 /bsd: #7  __intel_context_do_pin+0x4b
Dec  5 17:00:34 t410 /bsd: #8  intel_engines_init+0x4a1
Dec  5 17:00:34 t410 /bsd: #9  intel_gt_init+0x133
Dec  5 17:00:34 t410 /bsd: #10 i915_gem_init+0xa3
Dec  5 17:00:34 t410 /bsd: #11 i915_driver_probe+0x75a
Dec  5 17:00:34 t410 /bsd: #12 inteldrm_attachhook+0x45
Dec  5 17:00:34 t410 /bsd: #13 config_process_deferred_mountroot+0x6b
Dec  5 17:00:34 t410 /bsd: #14 main+0x743
Dec  5 17:00:34 t410 /bsd: lock order "&uobj->vmobjlock"(rwlock) -> 
"&obj->mm.lock"(rwlock) first seen at:
Dec  5 17:00:34 t410 /bsd: #0  rw_enter+0x65
Dec  5 17:00:34 t410 /bsd: #1  __i915_gem_object_get_pages+0x30
Dec  5 17:00:34 t410 /bsd: #2  i915_gem_fault+0x408
Dec  5 17:00:34 t410 /bsd: #3  drm_fault+0x156
Dec  5 17:00:34 t410 /bsd: #4  uvm_fault+0x179
Dec  5 17:00:34 t410 /bsd: #5  upageflttrap+0x62
Dec  5 17:00:34 t410 /bsd: #6  usertrap+0x18b
Dec  5 17:00:34 t410 /bsd: #7  recall_trap+0x8
Dec  5 17:00:34 t410 /bsd: witness: lock order reversal:
Dec  5 17:00:34 t410 /bsd:  1st 0xfffffd8115667438 uobjlk (&uobj->vmobjlock)
Dec  5 17:00:34 t410 /bsd:  2nd 0xffff800000bd0e48 vmapg (&vma->pages_mutex)
Dec  5 17:00:34 t410 /bsd: lock order data w2 -> w1 missing
Dec  5 17:00:34 t410 /bsd: lock order "&uobj->vmobjlock"(rwlock) -> 
"&vma->pages_mutex"(rwlock) first seen at:
Dec  5 17:00:34 t410 /bsd: #0  rw_enter+0x65
Dec  5 17:00:34 t410 /bsd: #1  i915_vma_pin_ww+0x1c7
Dec  5 17:00:34 t410 /bsd: #2  i915_gem_object_ggtt_pin_ww+0x222
Dec  5 17:00:34 t410 /bsd: #3  i915_gem_fault+0x450
Dec  5 17:00:34 t410 /bsd: #4  drm_fault+0x156
Dec  5 17:00:34 t410 /bsd: #5  uvm_fault+0x179
Dec  5 17:00:34 t410 /bsd: #6  upageflttrap+0x62
Dec  5 17:00:34 t410 /bsd: #7  usertrap+0x18b
Dec  5 17:00:34 t410 /bsd: #8  recall_trap+0x8
Dec  5 17:00:34 t410 /bsd: witness: lock order reversal:
Dec  5 17:00:34 t410 /bsd:  1st 0xfffffd8115667438 uobjlk (&uobj->vmobjlock)
Dec  5 17:00:34 t410 /bsd:  2nd 0xffff800000111070 vmlk (&vm->mutex)
Dec  5 17:00:34 t410 /bsd: lock order data w2 -> w1 missing
Dec  5 17:00:34 t410 /bsd: lock order "&uobj->vmobjlock"(rwlock) -> 
"&vm->mutex"(rwlock) first seen at:
Dec  5 17:00:34 t410 /bsd: #0  rw_enter+0x65
Dec  5 17:00:34 t410 /bsd: #1  i915_vma_pin_ww+0x2f2
Dec  5 17:00:34 t410 /bsd: #2  i915_gem_object_ggtt_pin_ww+0x222
Dec  5 17:00:34 t410 /bsd: #3  i915_gem_fault+0x450
Dec  5 17:00:34 t410 /bsd: #4  drm_fault+0x156
Dec  5 17:00:34 t410 /bsd: #5  uvm_fault+0x179
Dec  5 17:00:34 t410 /bsd: #6  upageflttrap+0x62
Dec  5 17:00:34 t410 /bsd: #7  usertrap+0x18b
Dec  5 17:00:34 t410 /bsd: #8  recall_trap+0x8

but the machine was running as usual, with about three chrome tabs,
and mplayer playing some audio files. Then, after about two hours:

Dec  5 18:46:36 t410 /bsd: uvm_fault(0xfffffd8135c51178, 0x48, 0, 1) -> e
Dec  5 18:46:36 t410 /bsd: kernel: page fault trap, code=0
Dec  5 18:46:36 t410 /bsd: Stopped at   pledge_recvfd+0x59:     movl    
0x48(%rsi),%eax
Dec  5 18:46:36 t410 /bsd:     TID    PID    UID     PRFLAGS     PFLAGS  CPU  
COMMAND                       
Dec  5 18:46:36 t410 /bsd: * 13684  98899   1000    0x300003  0x4000000    0K 
chrome                         
Dec  5 18:46:36 t410 /bsd:  137636  44471     99    0x100010          0    2  
sndiod                         
Dec  5 18:46:36 t410 /bsd: pledge_recvfd(ffff8000334e4a90,0) at 
pledge_recvfd+0x59
Dec  5 18:46:36 t410 /bsd: unp_externalize(fffffd8063543600,210,80) at 
unp_externalize+0x10c
Dec  5 18:46:36 t410 /bsd: 
soreceive(fffffd806a70b208,ffff8000335b2f48,ffff8000335b2ee8,0,ffff8000335b2f28,ffff8000335b309c,61a55f6738953e8a)
 at soreceive+0x611
Dec  5 18:46:36 t410 /bsd: 
recvit(ffff8000334e4a90,35,ffff8000335b3070,0,ffff8000335b3160) at recvit+0x20b
Dec  5 18:46:36 t410 /bsd: 
sys_recvmsg(ffff8000334e4a90,ffff8000335b3100,ffff8000335b3160) at 
sys_recvmsg+0xd4
Dec  5 18:46:36 t410 /bsd: syscall(ffff8000335b31d0) at syscall+0x3a9
Dec  5 18:46:36 t410 /bsd: Xsyscall() at Xsyscall+0x128
Dec  5 18:46:36 t410 /bsd: end of kernel
Dec  5 18:46:36 t410 /bsd: end trace frame: 0xc8d5d1ab7f0, count: 8
Dec  5 18:46:36 t410 /bsd: https://www.openbsd.org/ddb.html describes the 
minimum info required in bug
Dec  5 18:46:36 t410 /bsd: reports.  Insufficient info makes it difficult to 
find and fix bugs.

trace:

Dec  5 18:46:36 t410 /bsd: ddb{0}> pledge_recvfd(ffff8000334e4a90,0) at 
pledge_recvfd+0x59
Dec  5 18:46:36 t410 /bsd: unp_externalize(fffffd8063543600,210,80) at 
unp_externalize+0x10c
Dec  5 18:46:36 t410 /bsd: 
soreceive(fffffd806a70b208,ffff8000335b2f48,ffff8000335b2ee8,0,ffff8000335b2f28,ffff8000335b309c,61a55f6738953e8a)
 at soreceive+0x611
Dec  5 18:46:36 t410 /bsd: 
recvit(ffff8000334e4a90,35,ffff8000335b3070,0,ffff8000335b3160) at recvit+0x20b
Dec  5 18:46:36 t410 /bsd: 
sys_recvmsg(ffff8000334e4a90,ffff8000335b3100,ffff8000335b3160) at 
sys_recvmsg+0xd4
Dec  5 18:46:36 t410 /bsd: syscall(ffff8000335b31d0) at syscall+0x3a9
Dec  5 18:46:36 t410 /bsd: Xsyscall() at Xsyscall+0x128
Dec  5 18:46:36 t410 /bsd: end of kernel
Dec  5 18:46:36 t410 /bsd: end trace frame: 0xc8d5d1ab7f0, count: -7

ps:
(Apparently, a few chrome tabs amounts to a _lot_ of chrome preocesses.)

Dec  5 18:46:36 t410 /bsd: ddb{0}>    PID     TID   PPID    UID  S       FLAGS  
WAIT          COMMAND        
Dec  5 18:46:36 t410 /bsd:  87658  275386  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  87658  209817  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  87658  430119  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  87658  120713  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  87658   34328  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  87658  225751  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  87658  143516  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  87658  153327  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  87658  508686  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  87658  376045  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500  231165  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500   89316  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500  483670  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500  388739  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500  438114  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500  324999  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500  172580  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500  259693  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500  340557  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500  469140  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62500   36443  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  62432  340340  73406   1000  2   0x4303003          
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368  522885  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368  467625  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368  201307  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368   20758  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368  131981  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368  159742  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368   43634  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368  360845  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368  103721  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368  347176  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  61368   41497  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  196364  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  377793  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  197580  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  483319  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  161267  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  464447  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003   79019  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  262703  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  217356  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  391899  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  81003  511681  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  180310  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  192998  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  107271  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564   11313  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  323526  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564   53775  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564   23441  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  147480  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  298793  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  518201  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  334868  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  217648  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  54564  177679  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  75881  165915  34001   1000  3    0x100083  ttyin   
      ksh            
Dec  5 18:46:36 t410 /bsd:  71189  423738  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189    8550  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189  356132  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189  149561  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189   18286  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189  517604  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189  335845  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189  296046  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189  489060  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189  496322  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189  490602  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  71189  189968  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  16552   64420  35258   1000  2         0x3          
      mplayer        
Dec  5 18:46:36 t410 /bsd:  35258  298892  34001   1000  3    0x10008b  sigsusp 
      ksh            
Dec  5 18:46:36 t410 /bsd:  97099   45823  91225   1000  3    0x100083  kqread  
      mupdf-x11      
Dec  5 18:46:36 t410 /bsd:  91225  265217  22541   1000  3    0x10008b  sigsusp 
      ksh            
Dec  5 18:46:36 t410 /bsd:  22541  403828  11803   1000  3    0x1000b2  kqread  
      xterm          
Dec  5 18:46:36 t410 /bsd:  82047   67457   6418   1000  3        0x82  poll    
      gvfsd-dnssd    
Dec  5 18:46:36 t410 /bsd:  82047  342490   6418   1000  3   0x4000082  fsleep  
      gvfsd-dnssd    
Dec  5 18:46:36 t410 /bsd:  82047  295522   6418   1000  3   0x4000082  poll    
      gvfsd-dnssd    
Dec  5 18:46:36 t410 /bsd:  82047  136296   6418   1000  3   0x4000082  poll    
      gvfsd-dnssd    
Dec  5 18:46:36 t410 /bsd:  40795  339738      1   1000  3        0x82  poll    
      dconf-service  
Dec  5 18:46:36 t410 /bsd:  40795  425963      1   1000  3   0x4000082  fsleep  
      dconf-service  
Dec  5 18:46:36 t410 /bsd:  40795  361808      1   1000  3   0x4000082  poll    
      dconf-service  
Dec  5 18:46:36 t410 /bsd:  40795   51395      1   1000  3   0x4000082  poll    
      dconf-service  
Dec  5 18:46:36 t410 /bsd:  11504  269023   6418   1000  3        0x82  poll    
      gvfsd-network  
Dec  5 18:46:36 t410 /bsd:  11504  236268   6418   1000  3   0x4000082  fsleep  
      gvfsd-network  
Dec  5 18:46:36 t410 /bsd:  11504  200498   6418   1000  3   0x4000082  poll    
      gvfsd-network  
Dec  5 18:46:36 t410 /bsd:  11504  332927   6418   1000  3   0x4000082  poll    
      gvfsd-network  
Dec  5 18:46:36 t410 /bsd:  11504  361857   6418   1000  3   0x4000082  poll    
      gvfsd-network  
Dec  5 18:46:36 t410 /bsd:  97051   17228   6418   1000  3        0x82  poll    
      gvfsd-trash    
Dec  5 18:46:36 t410 /bsd:  97051  272709   6418   1000  3   0x4000082  fsleep  
      gvfsd-trash    
Dec  5 18:46:36 t410 /bsd:  97051  495540   6418   1000  3   0x4000082  poll    
      gvfsd-trash    
Dec  5 18:46:36 t410 /bsd:  97051   72716   6418   1000  3   0x4000082  poll    
      gvfsd-trash    
Dec  5 18:46:36 t410 /bsd:  72611  402069  34001   1000  3    0x100083  ttyin   
      ksh            
Dec  5 18:46:36 t410 /bsd:  33508  271367  34001   1000  3    0x100083  ttyin   
      ksh            
Dec  5 18:46:36 t410 /bsd:  16868  106619  40315   1000  3    0x100083  poll    
      ssh            
Dec  5 18:46:36 t410 /bsd:  40315  161959  34001   1000  3    0x10008b  sigsusp 
      ksh            
Dec  5 18:46:36 t410 /bsd:  85131  163060  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  85131   57344  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  85131   37753  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  85131  322781  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  85131  505210  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  85131  127803  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  240436  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  268268  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  236365  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  290999  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  481070  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  394682  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  484550  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  488953  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  262100  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522  255175  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  93522   20207  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  29413  109975  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  29413   42980  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  29413  195262  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  29413  151108  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  29413  519050  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  29413  215167  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167   66992  73406   1000  3    0x300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167  244166  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167  190814  73406   1000  2   0x4300003          
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167  437743  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167  450030  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167  263586  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167   34585  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167  347364  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167  390618  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:   5167  439366  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  98899  431454  73406   1000  2    0x300003          
      chrome         
Dec  5 18:46:36 t410 /bsd:  98899  371484  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  98899  380429  73406   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  98899  339974  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd: *98899   13684  73406   1000  7   0x4300003          
      chrome         
Dec  5 18:46:36 t410 /bsd:  98899  329134  73406   1000  2   0x4300003          
      chrome         
Dec  5 18:46:36 t410 /bsd:  98899  150088  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  98899  153523  73406   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:   6418  422471      1   1000  3        0x82  poll    
      gvfsd          
Dec  5 18:46:36 t410 /bsd:   6418  318565      1   1000  3   0x4000082  fsleep  
      gvfsd          
Dec  5 18:46:36 t410 /bsd:   6418  359279      1   1000  3   0x4000082  poll    
      gvfsd          
Dec  5 18:46:36 t410 /bsd:   6418  134074      1   1000  3   0x4000082  poll    
      gvfsd          
Dec  5 18:46:36 t410 /bsd:  73406  389042  60262   1000  2    0x300003          
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  463788  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  333838  60262   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  369377  60262   1000  2   0x4300003          
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  224881  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  138056  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  486375  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  327914  60262   1000  3   0x4300083  poll    
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  149447  60262   1000  3   0x4300083  poll    
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406   27324  60262   1000  3   0x4300083  piperd  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  267942  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  400614  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  198168  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406   78547  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  288549  60262   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  223833  60262   1000  3   0x4300083  kqread  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  427374  60262   1000  3   0x4300083  poll    
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  415407  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  210500  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  489732  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  341167  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  153761  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  171199  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  167417  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406   46072  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  347232  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  375651  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406   42902  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406    3441  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406  232580  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  73406   30840  60262   1000  3   0x4300083  fsleep  
      chrome         
Dec  5 18:46:36 t410 /bsd:  60262  214931  22947   1000  3    0x10008b  sigsusp 
      sh             
Dec  5 18:46:36 t410 /bsd:  22947  413348  89459   1000  3    0x100081  ttyin   
      script         
Dec  5 18:46:36 t410 /bsd:  89459  213989  58810   1000  3    0x100083  ttyin   
      script         
Dec  5 18:46:36 t410 /bsd:  58810  489212  10511   1000  3    0x10008b  sigsusp 
      ksh            
Dec  5 18:46:36 t410 /bsd:  10511  451910  11803   1000  3    0x1000b2  kqread  
      xterm          
Dec  5 18:46:36 t410 /bsd:  34001  513562      1   1000  3    0x100080  kqread  
      tmux           
Dec  5 18:46:36 t410 /bsd:  68963  115473  23272   1000  3    0x100083  kqread  
      tmux           
Dec  5 18:46:36 t410 /bsd:  23272   26964  17047   1000  3    0x10008b  sigsusp 
      ksh            
Dec  5 18:46:36 t410 /bsd:  17047   93074  11803   1000  3    0x1000b2  kqread  
      xterm          
Dec  5 18:46:36 t410 /bsd:  11803  108836   5499   1000  3    0x100082  poll    
      cwm            
Dec  5 18:46:36 t410 /bsd:  21099  427418      1   1000  3        0x80  poll    
      dbus-daemon    
Dec  5 18:46:36 t410 /bsd:   1039   60107      1   1000  3        0x80  kqread  
      dbus-launch    
Dec  5 18:46:36 t410 /bsd:   5499   33986  48347   1000  3    0x10008a  sigsusp 
      sh             
Dec  5 18:46:36 t410 /bsd:  34882   16889      1   1000  3    0x1000b0  poll    
      ssh-agent      
Dec  5 18:46:36 t410 /bsd:  48347  346357  25438   1000  3    0x10008a  sigsusp 
      sh             
Dec  5 18:46:36 t410 /bsd:  43754  418740      1     35  3    0x100090  poll    
      xconsole       
Dec  5 18:46:36 t410 /bsd:  97837  237972      1      0  3        0x80  netio   
      xconsole       
Dec  5 18:46:36 t410 /bsd:  25438  369716  54048      0  3    0x100080  wait    
      xenodm         
Dec  5 18:46:36 t410 /bsd:  58037  181447  25323      0  3    0x100080  netio   
      Xorg           
Dec  5 18:46:36 t410 /bsd:  42684  186740      1      0  3    0x100083  ttyin   
      getty          
Dec  5 18:46:36 t410 /bsd:  50066  424035      1      0  3    0x100083  ttyin   
      getty          
Dec  5 18:46:36 t410 /bsd:  26613  260578      1      0  3    0x100083  ttyin   
      getty          
Dec  5 18:46:36 t410 /bsd:  39336  277126      1      0  3    0x100083  ttyin   
      getty          
Dec  5 18:46:36 t410 /bsd:  18324  459014      1      0  3    0x100083  ttyin   
      getty          
Dec  5 18:46:36 t410 /bsd:  25323  471412  54048     35  3        0x92  poll    
      Xorg           
Dec  5 18:46:36 t410 /bsd:  25323   83514  54048     35  3   0x4000092  poll    
      Xorg           
Dec  5 18:46:36 t410 /bsd:  54048  325480      1      0  3        0x88  sigsusp 
      xenodm         
Dec  5 18:46:36 t410 /bsd:  72056  269005      1      0  3    0x100098  poll    
      cron           
Dec  5 18:46:36 t410 /bsd:  94869  313301      1      0  3        0x80  kqread  
      apmd           
Dec  5 18:46:36 t410 /bsd:  63481  234729      1    572  3        0x90  poll    
      dbus-daemon    
Dec  5 18:46:36 t410 /bsd:  44471  137636      1     99  7    0x100010          
      sndiod         
Dec  5 18:46:36 t410 /bsd:  80376  155352      1    110  3    0x100090  poll    
      sndiod         
Dec  5 18:46:36 t410 /bsd:  91873  111074  79595     95  3    0x100092  kqread  
      smtpd          
Dec  5 18:46:36 t410 /bsd:  22069    8433  79595    103  3    0x100092  kqread  
      smtpd          
Dec  5 18:46:36 t410 /bsd:  94982   57267  79595     95  3    0x100092  kqread  
      smtpd          
Dec  5 18:46:36 t410 /bsd:  40426  279356  79595     95  3    0x100092  kqread  
      smtpd          
Dec  5 18:46:36 t410 /bsd:  67279  176237  79595     95  3    0x100092  kqread  
      smtpd          
Dec  5 18:46:36 t410 /bsd:   1019  226458  79595     95  3    0x100092  kqread  
      smtpd          
Dec  5 18:46:36 t410 /bsd:  79595   97254      1      0  3    0x100080  kqread  
      smtpd          
Dec  5 18:46:36 t410 /bsd:  45779  121647      1      0  3        0xb0  kqread  
      lpd            
Dec  5 18:46:36 t410 /bsd:  94768     754      1      0  3        0x88  poll    
      sshd           
Dec  5 18:46:36 t410 /bsd:  55726  379070      1      0  3    0x100080  poll    
      ntpd           
Dec  5 18:46:36 t410 /bsd:  87499  476206  85359     83  3    0x100092  poll    
      ntpd           
Dec  5 18:46:36 t410 /bsd:  85359  501856      1     83  3    0x100092  poll    
      ntpd           
Dec  5 18:46:36 t410 /bsd:  79461   45369  36096     74  3    0x100092  bpf     
      pflogd         
Dec  5 18:46:36 t410 /bsd:  36096  424053      1      0  3        0x80  netio   
      pflogd         
Dec  5 18:46:36 t410 /bsd:   9624  503498  31154     73  3    0x100090  kqread  
      syslogd        
Dec  5 18:46:36 t410 /bsd:  31154  325179      1      0  3    0x100082  netio   
      syslogd        
Dec  5 18:46:36 t410 /bsd:  73517  474570      1      0  3    0x100080  kqread  
      resolvd        
Dec  5 18:46:36 t410 /bsd:  30857  341006  92915     77  3    0x100092  kqread  
      dhcpleased     
Dec  5 18:46:36 t410 /bsd:  36343  208306  92915     77  3    0x100092  kqread  
      dhcpleased     
Dec  5 18:46:36 t410 /bsd:  92915  507123      1      0  3        0x80  kqread  
      dhcpleased     
Dec  5 18:46:36 t410 /bsd:  90974  380380  57629    115  3    0x100092  kqread  
      slaacd         
Dec  5 18:46:36 t410 /bsd:    850   68448  57629    115  3    0x100092  kqread  
      slaacd         
Dec  5 18:46:36 t410 /bsd:  57629  203468      1      0  3    0x100080  kqread  
      slaacd         
Dec  5 18:46:36 t410 /bsd:  48780  302071      0      0  3     0x14200  bored   
      i915-userptr-acq
Dec  5 18:46:36 t410 /bsd:    888   28435      0      0  3     0x14200  bored   
      i915_flip      
Dec  5 18:46:36 t410 /bsd:  62470  506119      0      0  3     0x14200  bored   
      i915_modeset   
Dec  5 18:46:36 t410 /bsd:  38916  397717      0      0  3     0x14200  bored   
      card0-crtc1    
Dec  5 18:46:36 t410 /bsd:  95498   20450      0      0  3     0x14200  bored   
      card0-crtc0    
Dec  5 18:46:36 t410 /bsd:  41087  378407      0      0  3     0x14200  bored   
      i915-dp        
Dec  5 18:46:36 t410 /bsd:  28607  320372      0      0  3     0x14200  bored   
      i915           
Dec  5 18:46:36 t410 /bsd:   6178    4355      0      0  3     0x14200  bored   
      smr            
Dec  5 18:46:36 t410 /bsd:  22455   83334      0      0  3     0x14200  pgzero  
      zerothread     
Dec  5 18:46:36 t410 /bsd:  67729  238560      0      0  3     0x14200  
aiodoned      aiodoned       
Dec  5 18:46:36 t410 /bsd:  95514   51083      0      0  3     0x14200  syncer  
      update         
Dec  5 18:46:36 t410 /bsd:   9436  487640      0      0  3     0x14200  cleaner 
      cleaner        
Dec  5 18:46:36 t410 /bsd:  91295    2129      0      0  2     0x14200          
      reaper         
Dec  5 18:46:36 t410 /bsd:  96023   88574      0      0  3     0x14200  
pgdaemon      pagedaemon     
Dec  5 18:46:36 t410 /bsd:  92158  268400      0      0  3     0x14200  mmctsk  
      sdmmc0         
Dec  5 18:46:36 t410 /bsd:  17159  445536      0      0  3     0x14200  usbtsk  
      usbtask        
Dec  5 18:46:36 t410 /bsd:  50695  420505      0      0  3     0x14200  usbatsk 
      usbatsk        
Dec  5 18:46:36 t410 /bsd:  32101  115881      0      0  3     0x14200  bored   
      drmtskl        
Dec  5 18:46:36 t410 /bsd:  66063  324328      0      0  3     0x14200  bored   
      drmlwq         
Dec  5 18:46:36 t410 /bsd:   6759  168186      0      0  3     0x14200  bored   
      drmlwq         
Dec  5 18:46:36 t410 /bsd:  42637  133793      0      0  3     0x14200  bored   
      drmlwq         
Dec  5 18:46:36 t410 /bsd:  20086  345932      0      0  3     0x14200  bored   
      drmlwq         
Dec  5 18:46:36 t410 /bsd:  37259    3801      0      0  3     0x14200  bored   
      drmubwq        
Dec  5 18:46:36 t410 /bsd:  76170  359001      0      0  3     0x14200  bored   
      drmubwq        
Dec  5 18:46:36 t410 /bsd:  52760  499534      0      0  3     0x14200  bored   
      drmubwq        
Dec  5 18:46:36 t410 /bsd:  33077   54741      0      0  3     0x14200  bored   
      drmubwq        
Dec  5 18:46:36 t410 /bsd:  87516  122444      0      0  3     0x14200  bored   
      drmhpwq        
Dec  5 18:46:36 t410 /bsd:  99421  194656      0      0  2     0x14200          
      drmhpwq        
Dec  5 18:46:36 t410 /bsd:  34033   80579      0      0  3     0x14200  bored   
      drmhpwq        
Dec  5 18:46:36 t410 /bsd:  79017  496770      0      0  3     0x14200  bored   
      drmhpwq        
Dec  5 18:46:36 t410 /bsd:  94853  454416      0      0  2     0x14200          
      drmwq          
Dec  5 18:46:36 t410 /bsd:   4355  405565      0      0  3     0x14200  bored   
      drmwq          
Dec  5 18:46:36 t410 /bsd:   7677  457527      0      0  3     0x14200  bored   
      drmwq          
Dec  5 18:46:36 t410 /bsd:  97648  410289      0      0  3     0x14200  bored   
      drmwq          
Dec  5 18:46:36 t410 /bsd:  86295  522896      0      0  3  0x40014200  acpi0   
      acpi0          
Dec  5 18:46:36 t410 /bsd:  32336  120820      0      0  7  0x40014200          
      idle3          
Dec  5 18:46:36 t410 /bsd:  10024    2941      0      0  3  0x40014200          
      idle2          
Dec  5 18:46:36 t410 /bsd:  29828   83697      0      0  7  0x40014200          
      idle1          
Dec  5 18:46:36 t410 /bsd:  57015  418869      0      0  3     0x14200  bored   
      sensors        
Dec  5 18:46:36 t410 /bsd:  98818   87356      0      0  3     0x14200  bored   
      softnet        
Dec  5 18:46:36 t410 /bsd:  59802  386339      0      0  3     0x14200  bored   
      systqmp        
Dec  5 18:46:36 t410 /bsd:   1134  138154      0      0  2     0x14200          
      systq          
Dec  5 18:46:36 t410 /bsd:  97024  324811      0      0  3  0x40014200  bored   
      softclock      
Dec  5 18:46:36 t410 /bsd:  18219   83560      0      0  3  0x40014200          
      idle0          
Dec  5 18:46:36 t410 /bsd:      1  218477      0      0  3        0x82  wait    
      init           
Dec  5 18:46:36 t410 /bsd:      0       0     -1      0  3     0x10200  
scheduler     swapper        

show registers:

Dec  5 18:46:36 t410 /bsd: ddb{0}> rdi               0xffff8000334e4a90
Dec  5 18:46:36 t410 /bsd: rsi                                0
Dec  5 18:46:36 t410 /bsd: rbp               0xffff8000335b2d20
Dec  5 18:46:36 t410 /bsd: rbx                                0
Dec  5 18:46:36 t410 /bsd: rdx               0xfe0000000fff1a02
Dec  5 18:46:36 t410 /bsd: rcx                            0x286
Dec  5 18:46:36 t410 /bsd: rax               0xffff8000334d7ad8
Dec  5 18:46:36 t410 /bsd: r8                0xffffffff82187ff0 
cpu_info_full_primary+0x1ff0
Dec  5 18:46:36 t410 /bsd: r9                               0x2
Dec  5 18:46:36 t410 /bsd: r10                             0x80
Dec  5 18:46:36 t410 /bsd: r11               0x4c2157ac4b9bed97
Dec  5 18:46:36 t410 /bsd: r12               0xffff8000334e4a90
Dec  5 18:46:36 t410 /bsd: r13               0xfffffd8135c24008
Dec  5 18:46:36 t410 /bsd: r14                              0x1
Dec  5 18:46:36 t410 /bsd: r15               0xfffffd8063543630
Dec  5 18:46:36 t410 /bsd: rip               0xffffffff81455b59 
pledge_recvfd+0x59
Dec  5 18:46:36 t410 /bsd: cs                               0x8
Dec  5 18:46:36 t410 /bsd: rflags                       0x10202 
__ALIGN_SIZE+0xf202
Dec  5 18:46:37 t410 /bsd: rsp               0xffff8000335b2d10
Dec  5 18:46:37 t410 /bsd: ss                              0x10
Dec  5 18:46:37 t410 /bsd: pledge_recvfd+0x59:  movl    0x48(%rsi),%eax


I got these from /var/log/messages.0.gz - the logs rotate on boot.

        Jan



OpenBSD 7.0-current (GENERIC.MP) #0: Sat Dec  4 12:51:08 CET 2021
    h...@t410.stare.cz:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4062691328 (3874MB)
avail mem = 3887112192 (3707MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xe0010 (78 entries)
bios0: vendor LENOVO version "6IET75WW (1.35 )" date 02/01/2011
bios0: LENOVO 2537BN8
acpi0 at bios0: ACPI 4.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SSDT ECDT APIC MCFG HPET ASF! SLIC BOOT SSDT TCPA SSDT 
SSDT SSDT
acpi0: wakeup devices LID_(S3) SLPB(S3) IGBE(S4) EXP1(S4) EXP2(S4) EXP3(S4) 
EXP4(S4) EXP5(S4) EHC1(S3) EHC2(S3) HDEF(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpiec0 at acpi0
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i5 CPU M 560 @ 2.67GHz, 2926.56 MHz, 06-25-05
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,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,MELTDOWN
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 133MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM) i5 CPU M 560 @ 2.67GHz, 2926.02 MHz, 06-25-05
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,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,MELTDOWN
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Core(TM) i5 CPU M 560 @ 2.67GHz, 2926.03 MHz, 06-25-05
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,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,MELTDOWN
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 5 (application processor)
cpu3: Intel(R) Core(TM) i5 CPU M 560 @ 2.67GHz, 2926.01 MHz, 06-25-05
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,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,MELTDOWN
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 1, core 2, package 0
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 24 pins, remapped
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG_)
acpiprt2 at acpi0: bus 2 (EXP1)
acpiprt3 at acpi0: bus 3 (EXP2)
acpiprt4 at acpi0: bus -1 (EXP3)
acpiprt5 at acpi0: bus 5 (EXP4)
acpiprt6 at acpi0: bus 13 (EXP5)
acpibtn0 at acpi0: LID_
acpibtn1 at acpi0: SLPB
acpipci0 at acpi0 UNCR
acpipci1 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
tpm0 at acpi0 TPM_ 1.2 (TIS) addr 0xfed40000/0x5000, device 0x0000104a rev 0x4e
acpibat0 at acpi0: BAT0 model "42T4751" serial  1780 type LION oem "SANYO"
acpiac0 at acpi0: AC unit online
acpithinkpad0 at acpi0: version 1.0
"*pnp0c14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpicpu0 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), 
C1(1000@3 mwait.1), PSS
acpicpu1 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), 
C1(1000@3 mwait.1), PSS
acpicpu2 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), 
C1(1000@3 mwait.1), PSS
acpicpu3 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), 
C1(1000@3 mwait.1), PSS
acpipwrres0 at acpi0: PUBS, resource for EHC1, EHC2
acpitz0 at acpi0: critical temperature is 100 degC
acpivideo0 at acpi0: VID_
acpivout0 at acpivideo0: LCD0
acpivideo1 at acpi0: VID_
cpu0: using IvyBridge MDS workaround
cpu0: Enhanced SpeedStep 2926 MHz: speeds: 2667, 2666, 2533, 2399, 2266, 2133, 
1999, 1866, 1733, 1599, 1466, 1333, 1199 MHz
pci0 at mainbus0 bus 255
pchb0 at pci0 dev 0 function 0 "Intel QuickPath" rev 0x02
pchb1 at pci0 dev 0 function 1 "Intel QuickPath" rev 0x02
pchb2 at pci0 dev 2 function 0 "Intel QPI Link" rev 0x02
pchb3 at pci0 dev 2 function 1 "Intel QPI Physical" rev 0x02
pchb4 at pci0 dev 2 function 2 "Intel Reserved" rev 0x02
pchb5 at pci0 dev 2 function 3 "Intel Reserved" rev 0x02
pci1 at mainbus0 bus 0
pchb6 at pci1 dev 0 function 0 "Intel Core Host" rev 0x02
inteldrm0 at pci1 dev 2 function 0 "Intel HD Graphics" rev 0x02
drm0 at inteldrm0
intagp0 at inteldrm0
agp0 at intagp0: aperture at 0xd0000000, size 0x10000000
inteldrm0: msi, IRONLAKE, gen 5
"Intel 3400 MEI" rev 0x06 at pci1 dev 22 function 0 not configured
puc0 at pci1 dev 22 function 3 "Intel 3400 KT" rev 0x06: ports: 16 com
com4 at puc0 port 0 apic 1 int 17: ns16550a, 16 byte fifo
com4: probed fifo depth: 0 bytes
em0 at pci1 dev 25 function 0 "Intel 82577LM" rev 0x06: msi, address 
f0:de:f1:56:8d:55
ehci0 at pci1 dev 26 function 0 "Intel 3400 USB" rev 0x06: apic 1 int 23
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 
addr 1
azalia0 at pci1 dev 27 function 0 "Intel 3400 HD Audio" rev 0x06: msi
azalia0: codecs: Conexant/0x5069, Intel/0x2804, using Conexant/0x5069
audio0 at azalia0
ppb0 at pci1 dev 28 function 0 "Intel 3400 PCIE" rev 0x06: msi
pci2 at ppb0 bus 2
ppb1 at pci1 dev 28 function 1 "Intel 3400 PCIE" rev 0x06: msi
pci3 at ppb1 bus 3
iwn0 at pci3 dev 0 function 0 "Intel WiFi Link 1000" rev 0x00: msi, MIMO 1T2R, 
BGS, address 8c:a9:82:6d:02:ee
ppb2 at pci1 dev 28 function 3 "Intel 3400 PCIE" rev 0x06: msi
pci4 at ppb2 bus 5
ppb3 at pci1 dev 28 function 4 "Intel 3400 PCIE" rev 0x06: msi
pci5 at ppb3 bus 13
sdhc0 at pci5 dev 0 function 0 "Ricoh 5U822 SD/MMC" rev 0x01: apic 1 int 16
sdhc0: SDHC 1.0, 50 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed
"Ricoh 5U230 Memory Stick" rev 0x01 at pci5 dev 0 function 1 not configured
"Ricoh 5U832 Firewire" rev 0x01 at pci5 dev 0 function 3 not configured
ehci1 at pci1 dev 29 function 0 "Intel 3400 USB" rev 0x06: apic 1 int 19
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 
addr 1
ppb4 at pci1 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xa6
pci6 at ppb4 bus 14
pcib0 at pci1 dev 31 function 0 "Intel QM57 LPC" rev 0x06
ahci0 at pci1 dev 31 function 2 "Intel 3400 AHCI" rev 0x06: msi, AHCI 1.3
ahci0: port 0: 1.5Gb/s
ahci0: port 1: 1.5Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, WDC WD2500BEVS-0, 14.0> naa.50014ee2592f3ca9
sd0: 238475MB, 512 bytes/sector, 488397168 sectors
cd0 at scsibus1 targ 1 lun 0: <HL-DT-ST, DVD-ROM DU30N, RX10> removable
ichiic0 at pci1 dev 31 function 3 "Intel 3400 SMBus" rev 0x06: apic 1 int 23
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM PC3-10600 SO-DIMM
spdmem1 at iic0 addr 0x51: 2GB DDR3 SDRAM PC3-10600 SO-DIMM
itherm0 at pci1 dev 31 function 6 "Intel 3400 Thermal" rev 0x06
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
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
wsmouse1 at pms0 mux 0
pms0: Synaptics touchpad, firmware 7.2, 0x1c0b1 0xb40000 0x0 0xd047b1 0xa0000
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
aps0 at isa0 port 0x1600/31
dt: 451 probes
uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 
2.00/0.00 addr 2
uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 
2.00/0.00 addr 2
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (7489d3d95c826168.a) swap on sd0b dump on sd0b
inteldrm0: 1440x900, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)

Reply via email to