On 2026/09/02 09:31, Eric Grosse wrote: > Over the past few months, my machine has been getting a flood of > "scsi_xfer pool exhausted!" messages on the console. This locks everything > else out, including existing ssh sessions so it has been hard to create a > good bug report. I power cycle, deal with the fsck if necessary, and retry. > The moderate CI/CD workload (roughly constant load average 25) takes a few > days or week to hit again. I've been updating from snapshots every so often > after one of these crashes. > > Finally I decided to break out of that by adding a call to ratecheck > before the printf in scsi_xsh_ioh at /usr/src/sys/scsi/scsi_base.c:617 > and recompiling the kernel. (It would be kind if someone on the team > did that so there won't be any doubt about whether I disturbed something > with this change, but it is really simple edit so probably not the issue.)
what does that diff look like? > Since then the machine has not had any scsi_xfer message but twice has panic'd > as show below. I'll leave my machine at the ddb> prompt for a while in case > anyone has additional information they'd like me to capture. Any other > suggestions are welcome for how I could help pin this down. I used to see this a lot (and still carry a diff changing the printf to a panic so I can fix via serial console; I've never been able to use the machine, including BREAK into ddb, after triggering the print without rebooting). I do think panicking is preferable to looping, FWIW. > > > panic: kernel diagnostic assertion "anon->an_lock == NULL || > rw_write_held(anon > ->an_lock)" failed: file "/sys/uvm/uvm_anon.c", line 92 > > Stopped at panic+0x128: ori r0,r0,0x0 > TID PID UID PRFLAGS PFLAGS CPU COMMAND > > * 91587 32226 8889 0x2 0x4000000 6 compile.test > 277273 87765 8889 0x1002 0x4080000 7 compile.test > 92165 72503 8889 0x2 0 0 compile.test > 192934 76865 8889 0x2 0x4000000 2 go > 184108 89216 0 0x14000 0x200 1K aiodoned > 471091 34439 0 0x14000 0x200 5 reaper > 246022 73746 0 0x14000 0x200 4 pagedaemon > panic+0x128 > > __assert+0x34 > > uvm_anfree+0x200 > > uvm_fault_lower+0x59c > uvm_fault+0x1cc > > trap+0x5a4 > trapagain+0x4 > > --- trap (type 0x300) --- > > End of kernel: 0x78e9d9027298 lr 0xb8da0 > 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{6}> set $lines=0 > ddb{6}> set $maxwidth=0 > ddb{6}> mach ddbcpu 0 > > Stopped at cpu_intr+0x50: ori r0,r0,0x0 > cpu_intr+0x50 > > xive_hvi+0x218 > > hvi_intr+0x38 > > trap+0xe0 > > trapagain+0x4 > --- trap (type 0xea0) --- > > _kernel_lock+0xe4 > > xive_hvi+0x200 > > hvi_intr+0x38 > > trap+0xe0 > > trapagain+0x4 > > --- trap (type 0xea0) --- > _kernel_lock+0xe4 > > softintr_dispatch+0x118 > > intr_do_pending+0x148 > splx+0x7c > > ddb{0}> mach ddbcpu 1 > > Stopped at cpu_intr+0x50: ori r0,r0,0x0 > cpu_intr+0x50 > > xive_hvi+0x218 > > hvi_intr+0x38 > > trap+0xe0 > > trapagain+0x4 > --- trap (type 0xea0) --- > > mtx_enter+0x20c > > uvm_pmr_freepages+0x13c > > uvm_page_unbusy+0xb8 > > uvm_swap_dropcluster+0xb4 > > uvm_aio_aiodone+0x100 > uvm_aiodone_daemon+0x164 > > proc_trampoline+0x10 > > ddb{1}> mach ddbcpu 2 > > Stopped at cpu_intr+0x50: ori r0,r0,0x0 > cpu_intr+0x50 > > xive_hvi+0x218 > > hvi_intr+0x38 > > trap+0xe0 > > trapagain+0x4 > > --- trap (type 0xea0) --- > mtx_enter+0x210 > > uvm_pmr_getpages+0x1f0 > uvm_pglistalloc+0x144 > > km_alloc+0x398 > > pool_page_alloc+0x64 > > pool_p_alloc+0x90 > > pool_do_get+0x17c > > pool_get+0xe4 > > amap_alloc1+0x25c > > ddb{2}> mach ddbcpu 3 > > Stopped at cpu_intr+0x50: ori r0,r0,0x0 > cpu_intr+0x50 > > xive_hvi+0x218 > > hvi_intr+0x38 > > trap+0xe0 > trapagain+0x4 > > --- trap (type 0xea0) --- > > amap_wipeout+0xf8 > uvm_unmap_detach+0xac > > uvm_map_teardown+0x1f4 > > uvm_purge+0x74 > > exit1+0x3f8 > > sys_exit+0x20 > > syscall+0x508 > trap+0x5ec > > trapagain+0x4 > > --- syscall (number 1) --- > > End of kernel: 0xbffff77ede2d5900 lr 0x4eac53b64 > ddb{3}> mach ddbcpu 4 > > Stopped at cpu_intr+0x50: ori r0,r0,0x0 > cpu_intr+0x50 > > xive_hvi+0x218 > > hvi_intr+0x38 > > trap+0xe0 > trapagain+0x4 > > --- trap (type 0xea0) --- > > __mp_acquire_count+0xb4 > > sleep_finish+0x194 > msleep_nsec+0xe8 > > uvm_pageout+0x160 > > proc_trampoline+0x10 > > ddb{4}> mach ddbcpu 5 > > Stopped at cpu_intr+0x50: ori r0,r0,0x0 > cpu_intr+0x50 > > xive_hvi+0x218 > > hvi_intr+0x38 > trap+0xe0 > > trapagain+0x4 > > --- trap (type 0xea0) --- > > _kernel_lock+0xe4 > > reaper+0x190 > > proc_trampoline+0x10 > ddb{5}> mach ddbcpu 6 > > Stopped at panic+0x128: ori r0,r0,0x0 > panic+0x128 > > __assert+0x34 > > uvm_anfree+0x200 > uvm_fault_lower+0x59c > > uvm_fault+0x1cc > > trap+0x5a4 > > trapagain+0x4 > --- trap (type 0x300) --- > > End of kernel: 0x78e9d9027298 lr 0xb8da0 > ddb{6}> mach ddbcpu 7 > > Stopped at cpu_intr+0x50: ori r0,r0,0x0 > cpu_intr+0x50 > > xive_hvi+0x218 > > hvi_intr+0x38 > > trap+0xe0 > trapagain+0x4 > > --- trap (type 0xea0) --- > > _kernel_lock+0xe4 > proc_suspend_check_locked+0x160 > > userret+0x60 > > syscall+0x430 > > trap+0x5ec > > trapagain+0x4 > --- syscall (number 0) --- > > End of kernel: 0x46fccc6c0 lr 0x48252612c > ddb{7}> show uvm > > Current UVM status: > pagesize=4096 (0x1000), pagemask=0xfff, pageshift=12 > 7889936 VM pages: 297890 active, 393942 inactive, 1 wired, 5550339 > free (606639 zero) > freemin=262997, free-target=350662, inactive-target=350663, > wired-max=2629978 > faults=914079848, traps=-973521097, intrs=2016532347, > ctxswitch=1895212215 fpuswitch=0 > softint=857089318, syscalls=-340111734, kmapent=69 > fault counts: > > noram=0, noanon=0, noamap=0, pgwait=0, pgrele=0 > relocks=90223626(1049793), upgrades=0(0) > anget(retries)=1240677613(215), amapcopy=502271879 > neighbor anon/obj pg=89362147/-2022095922, > gets(lock/unlock)=710256646/91275358 > cases: anon=1129074085, anoncow=111603455, obj=649223534, > prcopy=59981165, przero=-1035688675 > daemon and swap counts: > woke=3, revs=1656, scans=139841, obscans=94151, anscans=45352 > busy=0, freed=94612, reactivate=338, deactivate=211968 > pageouts=5673, pending=35, nswget=288 > nswapdev=1, swpskip=0 > > swpages=8454143, swpginuse=192, swpgonly=176 paging=0 > kernel pointers: > objs(kern)=0x1109040 > > ddb{7}> show bcstats > > Current Buffer Cache status: > numbufs 194486 busymapped 0, delwri 1749 > kvaslots 52428 avail kva slots 52428 > bufpages 1553324, dirtypages 13976 > > pendingreads 30, pendingwrites 708 > ddb{7}> show all pools > > Name Size Requests Fail Releases Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle > plcache 128 104 0 0 4 0 4 4 0 8 0 > rtpcb 120 52 0 49 1 0 1 1 0 8 0 > rtentry 136 24 0 1 1 0 1 1 0 8 0 > unpcb 144 42524 0 42483 26 24 2 3 0 8 0 > syncache 336 71684 0 71684 1563 1562 1 2 0 8 1 > sackhl 24 1171 0 1171 410 410 0 1 0 8 0 > tcpqe 32 4216021 0 4216021 4137 4136 1 14 0 8 1 > tcpcb 736 254672 0 254659 4084 4078 6 94 0 8 0 > arp 96 3 0 0 1 0 1 1 0 8 0 > > inpcb 328 380590 0 380571 3495 3488 7 87 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 151282 0 151264 559 556 3 40 0 8 0 > pfstkey 128 151282 0 151264 3198 3193 5 211 0 8 0 > pfstate 384 151282 0 151264 10725 10720 5 653 0 8 0 > pfrule 1360 21 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 96 0 0 6 0 6 6 0 8 0 > art_table 40 97 0 0 1 0 1 1 0 8 0 > art_node 32 23 0 0 1 0 1 1 0 8 0 > dirhash 1024 193338 0 192074 10223 10065 158 301 0 8 0 > dino2pl 256 12673949 0 12578688 429780 423826 5954 8572 0 8 0 > ffsino 256 12673949 0 12578688 429881 423927 5954 8572 0 8 0 > nchpl 144 109887993 0 109883052 9207 9023 184 220 0 8 0 > vnodes 216 208013 0 0 11557 0 11557 11557 0 8 0 > namei 1024 983996826 0 983996814 3796 3791 5 21 0 8 3 > percpumem 64 40 0 0 1 0 1 1 0 8 0 > kstatmem 264 32 0 0 3 0 3 3 0 8 0 > xhcixfer 280 115 0 112 1 0 1 1 0 8 0 > scxspl 216 88879383 0 88879383 6492 6488 4 4 1 8 4 > extentpl 40 139 0 67 1 0 1 1 0 8 0 > > plimitpl 152 2225151 0 2225040 490 485 5 8 0 8 0 > sigapl 424 1181167 0 1181019 1443 1426 17 23 0 8 0 > knotepl 120 60560 0 0 151 132 19 19 0 8 0 > kqueuepl 184 122884 0 122848 409 407 2 4 0 8 0 > pipepl 304 2755479 0 2755339 1990 1979 11 14 0 8 0 > fdescpl 448 1181135 0 1181021 1085 1072 13 19 0 8 0 > filepl 120 116676797 0 116676282 2833 2817 16 31 0 8 0 > lockfpl 104 965720 0 965717 10 9 1 2 0 8 0 > lockfspl 48 480329 0 480326 1 0 1 1 0 8 0 > sessionpl 144 3620 0 3603 1 0 1 1 0 8 0 > pgrppl 48 5054 0 5032 1 0 1 1 0 8 0 > ucredpl 104 444 0 422 1 0 1 1 0 8 0 > zombiepl 144 1181025 0 1181019 10 9 1 1 0 8 0 > processpl 1152 1181167 0 1181019 512 501 11 15 0 8 0 > > procpl 672 7648088 0 7647542 9523 9476 47 97 0 8 0 > sockpl 552 423415 0 423352 3204 3196 8 78 0 8 0 > mcl64k 65536 7472 0 0 207 195 12 28 0 8 0 > mcl16k 16384 1212 0 0 20 10 10 11 0 8 0 > mcl12k 12288 1678 0 0 13 4 9 9 0 8 0 > mcl9k128 9344 706 0 0 7 2 5 6 0 8 0 > mcl8k 8192 6538 0 0 99 85 14 17 0 8 0 > mcl4k 4096 5364 0 0 47 35 12 16 0 8 0 > mcl2k2 2112 119165 0 0 2979 2877 102 146 0 8 2 > mcl2k 2048 11846 0 0 499 486 13 53 0 8 0 > mextrefs 64 21202 0 0 60 58 2 7 0 8 0 > mtagpl 96 11 0 0 1 0 1 1 0 8 0 > mbufpl 256 125456 0 0 2580 2461 119 333 0 8 0 > bufpl 272 34913655 0 34719168 430752 417581 13171 13868 0 8 52 > anonpl 32 1726147 0 0 9974 14 9960 9960 0 3977 0 > amapchunkpl 152 410146399 84 410127879 166219 165500 719 1827 0 158 0 > amappl16 200 122426931 31 122411111 485653 484806 847 2043 0 8 0 > amappl15 192 874661 0 874630 676 674 2 7 0 8 0 > amappl14 184 2079153 0 2079019 965 958 7 25 0 8 0 > amappl13 176 2777452 0 2777249 790 780 10 11 0 8 0 > amappl12 168 3327545 0 3327303 1022 1011 11 26 0 8 0 > amappl11 160 421138 0 421101 711 709 2 13 0 8 0 > amappl10 152 2037314 0 2037140 1482 1475 7 23 0 8 0 > amappl9 144 1469031 0 1468812 824 815 9 12 0 8 0 > amappl8 136 41421728 0 41419731 31531 31461 70 374 0 8 0 > amappl7 128 4938651 0 4938247 1249 1235 14 23 0 8 0 > amappl6 120 3250265 0 3249994 1369 1360 9 27 0 8 0 > amappl5 112 306340 0 306184 561 556 5 11 0 8 0 > amappl4 104 7718111 0 7717100 2847 2820 27 41 0 8 0 > amappl3 96 15511508 0 15510295 5783 5747 36 48 0 8 0 > amappl2 88 8541892 0 8539106 6409 6347 62 74 0 8 0 > amappl1 80 46865623 0 46858708 14770 14628 142 181 0 8 0 > amappl 88 68735201 0 68731673 16363 16284 79 169 0 92 0 > uvmvnodes 80 108398 0 0 2213 0 2213 2213 0 8 0 > dma4096 4096 1 0 1 1 1 0 1 0 8 0 > dma256 256 6 0 6 1 1 0 1 0 8 0 > dma128 128 1 0 1 1 1 0 1 0 8 0 > > dma64 64 1 0 1 1 1 0 1 0 8 0 > dma32 32 5 0 5 1 1 0 1 0 8 0 > dma16 16 5 0 5 1 1 0 1 0 8 0 > slbd 40 26371371 0 26368947 1275 1250 25 39 1 8 0 > pted 56 7680895768 14278 7680540587 2475887 2470244 5643 18656 1 8 3 > vp 2048 176911648 117433 176872547 6682074 6662470 19604 23613 5 8 23 > pmap 48 1181135 0 1181021 3 0 3 3 1 8 0 > aobjpl 72 2 0 0 1 0 1 1 0 8 0 > uaddrrnd 24 1181136 0 1181022 2 0 2 2 0 8 0 > uaddrbest 32 2 0 0 1 0 1 1 0 8 0 > uaddr 24 1181136 0 1181022 2 0 2 2 0 8 0 > vmmpekpl 168 96218167 0 96215485 20437 19657 780 846 0 8 19 > vmmpepl 168 2198180750 0 2198120758 390815 388189 2626 4149 0 357 0 > vmsppl 368 1181135 0 1181021 747 736 11 16 0 8 0 > rwobjpl 40 256939357 0 256798050 8010 6527 1483 1681 0 8 0 > phpool 112 7997448 1 7952383 4832 3544 1288 1457 0 8 0 > ddb{7}> ps > > PID TID PPID UID S PRLAGS PFLAGS WAIT COMMAND > 70546 382412 4741 8889 3 0 0 kmmaplk go > 4792 459530 69653 8889 2 0 0 go > 46845 312697 9807 8889 3 0 0 kmmaplk go > 29634 239002 91145 8889 3 0 0 kmmaplk runtime.test > 62739 407514 69653 8889 3 0x2004 0 kmmaplk go > 65321 235938 91145 8889 3 0 0 kmmaplk runtime.test > 70716 84181 84492 8889 3 0x2004 0 kmmaplk go > 69821 33129 84492 8889 3 0x2004 0 kmmaplk go > 45250 22711 81447 8889 3 0 0 kmmaplk go > 62500 10140 45989 8889 3 0x2 0 kmmaplk asm > 50017 300690 76865 8889 3 0 0 kmmaplk go > 58230 466166 81447 8889 3 0x2004 0 kmmaplk go > 67790 307920 84492 8889 3 0 0 kmmaplk go > 98083 339801 34872 8889 2 0x2 0 compile.test > 18070 378609 4741 8889 3 0 0 kmmaplk go > 50734 88781 4741 8889 2 0x2 0 asm > 42831 98950 4741 8889 2 0x2 0 compile.test > 20076 500444 4741 8889 3 0x2 0 kmmaplk compile.test > 98197 455412 84492 8889 3 0x2 0 kmmaplk asm > 98197 281535 84492 8889 3 0x2 0x4000080 nanoslp asm > 19875 361080 81447 8889 3 0x2 0 kmmaplk asm > 19875 167682 81447 8889 3 0x2 0x4000000 kmmaplk asm > 19875 1980 81447 8889 3 0x2 0x4000000 kmmaplk asm > > 19875 226778 81447 8889 3 0x2 0x4000080 thrsleep asm > > 19875 49125 81447 8889 3 0x2 0x4000080 thrsleep asm > 73219 63832 91145 8889 3 0x2 0x80 thrsleep testprog.exe > 73219 374495 91145 8889 3 0x2 0x4000080 thrsleep testprog.exe > 73219 34874 91145 8889 3 0x2 0x4000000 kmmaplk testprog.exe > 73219 74478 91145 8889 3 0x2 0x4000080 thrsleep testprog.exe > 73219 467360 91145 8889 3 0x2 0x4000080 thrsleep testprog.exe > 73219 111276 91145 8889 3 0x2 0x4000080 thrsleep testprog.exe > 98646 270104 9807 8889 2 0x2 0 compile.test > 38086 435789 69653 8889 2 0x2 0 compile.test > 48521 473448 34872 8889 3 0x2004 0 kmmaplk go > 12424 251738 76865 8889 3 0x2 0 kmmaplk compile.test > 90497 373168 34872 8889 2 0x2 0 compile.test > 46986 406226 34872 8889 2 0x2 0 compile.test > 46986 315544 34872 8889 3 0x2 0x4000000 kmmaplk compile.test > 78919 484462 69653 8889 3 0x2 0 kmmaplk compile.test > 37599 302358 4741 8889 3 0x2 0x80 thrsleep compile.test > 37599 109954 4741 8889 3 0x2 0x4000080 nanoslp compile.test > 37599 433338 4741 8889 3 0x2 0x4000080 thrsleep compile.test > 37599 426065 4741 8889 2 0x2 0x4000000 compile.test > 37599 77316 4741 8889 3 0x2 0x4000080 thrsleep compile.test > 71082 94394 45989 8889 2 0x2 0 compile.test > 97148 516171 4741 8889 2 0x2 0 asm > 89232 408841 76865 8889 3 0x2 0x80 thrsleep compile.test > 89232 112570 76865 8889 3 0x2 0x4000080 nanoslp compile.test > 89232 425585 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 89232 462317 76865 8889 2 0x2 0x4000000 compile.test > 89232 14772 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 89232 417580 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 89232 158820 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 89232 335185 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 89232 415484 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 39385 40884 69653 8889 3 0 0 kmmaplk go > 53478 329925 81447 8889 3 0x2004 0 kmmaplk go > 76431 405415 34872 8889 3 0x2 0 kmmaplk asm > 54355 469416 9807 8889 3 0x2 0 kmmaplk asm > 21734 411505 45989 8889 2 0x2 0 compile.test > 21734 392099 45989 8889 3 0x2 0x4000080 nanoslp compile.test > 21734 181864 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 21734 255389 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 21734 47491 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 32226 370255 84492 8889 3 0x2 0 vmmaplk compile.test > 32226 69647 84492 8889 3 0x2 0x4000000 vmmaplk compile.test > 32226 143417 84492 8889 2 0x2 0x4000000 compile.test > 32226 91587 84492 8889 7 0x2 0x4000000 compile.test > 32226 296137 84492 8889 3 0x2 0x4000000 vmmaplk compile.test > 26523 380438 91145 8889 2 0x2 0 go > 26523 162741 91145 8889 3 0x2 0x4000080 nanoslp go > 26523 114229 91145 8889 3 0x2 0x4000080 thrsleep go > 26523 330219 91145 8889 3 0x2 0x4000080 thrsleep go > 26523 38761 91145 8889 3 0x2 0x4000080 thrsleep go > 98366 67330 81447 8889 2 0x2 0 compile.test > 70098 270698 84492 8889 3 0x2 0 kmmaplk compile.test > 52548 250491 84492 8889 2 0x2 0 compile.test > 52548 115792 84492 8889 3 0x2 0x4000080 nanoslp compile.test > 52548 249708 84492 8889 3 0x2 0x4000080 thrsleep compile.test > 52548 113995 84492 8889 3 0x2 0x4000080 thrsleep compile.test > 52548 48641 84492 8889 3 0x2 0x4000080 thrsleep compile.test > 52548 360651 84492 8889 3 0x2 0x4000080 thrsleep compile.test > 11656 384270 76865 8889 2 0x2 0 compile.test > 11656 92579 76865 8889 3 0x2 0x4000080 nanoslp compile.test > 11656 505999 76865 8889 3 0x2 0x4000000 kmmaplk compile.test > 11656 403584 76865 8889 3 0x2 0x4000000 kmmaplk compile.test > 11656 485646 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 24193 58125 45989 8889 3 0x2 0 kmmaplk compile.test > 27533 119891 84492 8889 3 0x2 0 kmmaplk compile.test > 27533 432242 84492 8889 3 0x2 0x4000080 thrsleep compile.test > 27533 144509 84492 8889 3 0x2 0x4000080 thrsleep compile.test > 27533 96366 84492 8889 3 0x2 0x4000080 thrsleep compile.test > 27533 427897 84492 8889 3 0x2 0x4000080 thrsleep compile.test > 95526 230208 45989 8889 2 0x2 0 compile.test > 95526 361522 45989 8889 3 0x2 0x4000080 nanoslp compile.test > 95526 214370 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 95526 147873 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 95526 105383 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 95526 283193 45989 8889 2 0x2 0x4000000 compile.test > 57607 192968 91145 8889 2 0x2 0 testprog.exe > 56007 379616 81447 8889 3 0x2 0 kmmaplk compile.test > 56007 289279 81447 8889 3 0x2 0x4000080 nanoslp compile.test > 56007 293216 81447 8889 3 0x2 0x4000080 thrsleep compile.test > 56007 152252 81447 8889 3 0x2 0x4000080 thrsleep compile.test > 56007 147776 81447 8889 3 0x2 0x4000080 thrsleep compile.test > 68595 413903 69653 8889 2 0x2 0 compile.test > 68595 264797 69653 8889 3 0x2 0x4000080 nanoslp compile.test > 68595 79224 69653 8889 3 0x2 0x4000080 thrsleep compile.test > 68595 320440 69653 8889 3 0x2 0x4000080 thrsleep compile.test > 68595 57311 69653 8889 3 0x2 0x4000080 thrsleep compile.test > 52452 459033 76865 8889 3 0x2 0 kmmaplk compile.test > 21377 210128 45989 8889 3 0x2 0x80 thrsleep compile.test > > 21377 21868 45989 8889 3 0x2 0x4000080 nanoslp compile.test > 21377 420984 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 21377 18829 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 21377 347384 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 21377 460365 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 21377 521730 45989 8889 2 0x2 0x4000000 compile.test > 21377 139032 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 53159 367695 81447 8889 2 0x2 0 compile.test > 53159 322611 81447 8889 3 0x2 0x4000080 nanoslp compile.test > > 53159 128233 81447 8889 3 0x2 0x4000080 thrsleep compile.test > 53159 315829 81447 8889 3 0x2 0x4000080 thrsleep compile.test > 53159 376994 81447 8889 3 0x2 0x4000080 thrsleep compile.test > 53159 52753 81447 8889 3 0x2 0x4000080 thrsleep compile.test > 65194 47363 9807 8889 3 0x2 0 kmmaplk compile.test > 65194 368529 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 65194 6660 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 65194 399628 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 24437 412746 91145 8889 3 0x2 0x80 thrsleep testprog.exe > 24437 428275 91145 8889 3 0x2 0x4000080 thrsleep testprog.exe > 24437 387049 91145 8889 3 0x2 0x4000080 thrsleep testprog.exe > 24437 164680 91145 8889 3 0x2 0x4000080 thrsleep testprog.exe > 24437 405666 91145 8889 3 0x2 0x4000000 kmmaplk testprog.exe > 23022 23981 76865 8889 3 0x2 0 kmmaplk asm > 23022 199243 76865 8889 3 0x2 0x4000080 thrsleep asm > 23022 55349 76865 8889 3 0x2 0x4000080 thrsleep asm > 23022 471801 76865 8889 3 0x2 0x4000080 thrsleep asm > 23022 204419 76865 8889 3 0x2 0x4000080 thrsleep asm > 71614 238029 45989 8889 2 0x2 0 compile.test > 71614 133915 45989 8889 3 0x2 0x4000080 nanoslp compile.test > 71614 110472 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 71614 56237 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 71614 293158 45989 8889 3 0x2 0x4000080 thrsleep compile.test > 82848 415283 33108 8889 3 0x2 0x80 thrsleep vet > 82848 14112 33108 8889 3 0x2 0x4000080 nanoslp vet > 82848 28147 33108 8889 3 0x2 0x4000080 thrsleep vet > 82848 259130 33108 8889 3 0x2 0x4000080 thrsleep vet > 82848 210525 33108 8889 3 0x2 0x4000080 thrsleep vet > 82848 246591 33108 8889 3 0x2 0x4000080 thrsleep vet > 82848 271768 33108 8889 2 0x2 0x4000000 vet > 82848 457737 33108 8889 3 0x2 0x4000080 thrsleep vet > 82848 66687 33108 8889 3 0x2 0x4000080 thrsleep vet > 2505 514957 9807 8889 3 0x2 0 kmmaplk compile.test > 2505 131292 9807 8889 3 0x2 0x4000080 nanoslp compile.test > 2505 150926 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 2505 396592 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 2505 228498 9807 8889 3 0x2 0x4000080 thrsleep compile.test > *87765 277273 45989 8889 7 0x1002 0x4080000 compile.test > 87765 285980 45989 8889 3 0x1002 0x4002000 suspend compile.test > 99722 3559 69653 8889 3 0x2 0x80 thrsleep compile.test > 99722 341352 69653 8889 3 0x2 0x4000080 nanoslp compile.test > 99722 136262 69653 8889 3 0x2 0x4000080 thrsleep compile.test > 99722 379279 69653 8889 3 0x2 0x4000080 thrsleep compile.test > 99722 158489 69653 8889 3 0x2 0x4000080 thrsleep compile.test > 99722 303753 69653 8889 3 0x2 0x4000080 thrsleep compile.test > 99722 27256 69653 8889 3 0x2 0x4000080 thrsleep compile.test > 99722 482113 69653 8889 3 0x2 0x4000080 thrsleep compile.test > 99722 423022 69653 8889 3 0x2 0x4000000 kmmaplk compile.test > 23864 93412 9807 8889 2 0x2 0 compile.test > 23864 303370 9807 8889 3 0x2 0x4000080 nanoslp compile.test > 23864 379314 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 23864 119989 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 23864 74381 9807 8889 3 0x2 0x4000080 thrsleep compile.test > > 23864 451807 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 23864 245384 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 72503 92165 76865 8889 7 0x2 0 compile.test > 72503 139779 76865 8889 3 0x2 0x4000080 nanoslp compile.test > 72503 486236 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 72503 200804 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 72503 13132 76865 8889 3 0x2 0x4000080 thrsleep compile.test > 59489 485712 9807 8889 3 0x2 0x80 thrsleep compile.test > 59489 169113 9807 8889 3 0x2 0x4000080 nanoslp compile.test > 59489 259715 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 59489 190637 9807 8889 3 0x2 0x4000080 thrsleep compile.test > 59489 158776 9807 8889 2 0x2 0x4000000 compile.test > 59489 435532 9807 8889 2 0x2 0x4000000 compile.test > 78818 492630 33108 8889 2 0x2 0 compile > > 78818 423921 33108 8889 3 0x2 0x4000080 nanoslp compile > 78818 84520 33108 8889 3 0x2 0x4000080 thrsleep compile > 78818 377490 33108 8889 3 0x2 0x4000080 thrsleep compile > 78818 175180 33108 8889 3 0x2 0x4000080 thrsleep compile > 80186 381986 33108 8889 2 0x2 0 compile > 80186 67829 33108 8889 3 0x2 0x4000080 nanoslp compile > 80186 5170 33108 8889 3 0x2 0x4000080 thrsleep compile > 80186 173997 33108 8889 3 0x2 0x4000080 thrsleep compile > 80186 438120 33108 8889 3 0x2 0x4000080 thrsleep compile > 80186 14731 33108 8889 3 0x2 0x4000080 thrsleep compile > 17718 138857 81447 8889 3 0x2 0x80 thrsleep compile.test > 17718 236809 81447 8889 3 0x2 0x4000080 nanoslp compile.test > 17718 461122 81447 8889 3 0x2 0x4000080 thrsleep compile.test > 17718 123393 81447 8889 2 0x2 0x4000000 compile.test > 17718 443498 81447 8889 3 0x2 0x4000080 thrsleep compile.test > 86506 67474 33108 8889 3 0x2 0x80 thrsleep compile > 86506 340708 33108 8889 3 0x2 0x4000080 nanoslp compile > 86506 413280 33108 8889 3 0x2 0x4000080 thrsleep compile > 86506 160826 33108 8889 3 0x2 0x4000080 thrsleep compile > 86506 166282 33108 8889 2 0x2 0x4000000 compile > 86506 199522 33108 8889 3 0x2 0x4000080 thrsleep compile > 84492 50907 15224 8889 3 0x2 0x80 wait go > 84492 203897 15224 8889 3 0x2 0x4000080 thrsleep go > 84492 59144 15224 8889 3 0x2 0x4000080 wait go > 84492 460187 15224 8889 3 0x2 0x4000080 kqread go > 84492 384492 15224 8889 3 0x2 0x4000080 piperd go > 84492 201152 15224 8889 3 0x2 0x4000080 wait go > 84492 453339 15224 8889 3 0x2 0x4000080 wait go > 84492 292381 15224 8889 3 0x2 0x4000080 thrsleep go > 84492 445383 15224 8889 3 0x2 0x4000080 thrsleep go > 84492 261434 15224 8889 3 0x2 0x4000080 thrsleep go > 84492 286719 15224 8889 3 0x2 0x4000080 piperd go > > 84492 449578 15224 8889 3 0x2 0x4000080 wait go > 84492 81777 15224 8889 3 0x2 0x4000080 piperd go > 84492 231016 15224 8889 3 0x2 0x4000080 thrsleep go > 4741 49747 15224 8889 3 0x2 0x80 piperd go > 4741 11208 15224 8889 3 0x2 0x4000080 nanoslp go > 4741 420007 15224 8889 3 0x2 0x4000080 thrsleep go > 4741 372088 15224 8889 3 0x2 0x4000080 wait go > 4741 386059 15224 8889 3 0x2 0x4000080 wait go > 4741 91419 15224 8889 3 0x2 0x4000080 thrsleep go > 4741 514554 15224 8889 3 0x2 0x4000080 wait go > 4741 477683 15224 8889 3 0x2 0x4000080 thrsleep go > 4741 119335 15224 8889 3 0x2 0x4000080 piperd go > 4741 282167 15224 8889 3 0x2 0x4000080 wait go > 4741 219576 15224 8889 2 0x2 0x4000000 go > 4741 350069 15224 8889 3 0x2 0x4000080 thrsleep go > 4741 455763 15224 8889 3 0x2 0x4000080 thrsleep go > 4741 284991 15224 8889 3 0x2 0x4000080 wait go > 4741 26013 15224 8889 3 0x2 0x4000080 kqread go > 45989 226774 15224 8889 3 0x2 0x80 wait go > 45989 314908 15224 8889 3 0x2 0x4000080 thrsleep go > 45989 153746 15224 8889 3 0x2 0x4000080 thrsleep go > 45989 515430 15224 8889 3 0x2 0x4000080 thrsleep go > 45989 356194 15224 8889 3 0x2 0x4000080 kqread go > 45989 217777 15224 8889 3 0x2 0x4000080 thrsleep go > 45989 292759 15224 8889 3 0x2 0x4000080 wait go > 45989 105704 15224 8889 3 0x2 0x4000080 wait go > 45989 47209 15224 8889 3 0x2 0x4000080 wait go > > 45989 255421 15224 8889 3 0x2 0x4000080 wait go > 45989 420424 15224 8889 3 0x2 0x4000080 thrsleep go > 45989 190928 15224 8889 3 0x2 0x4000080 wait go > 45989 249201 15224 8889 3 0x2 0x4000080 thrsleep go > 45989 93873 15224 8889 3 0x2 0x4000080 wait go > 45989 106989 15224 8889 3 0x2 0x4000080 wait go > 45989 508725 15224 8889 3 0x2 0x4000080 thrsleep go > 69653 227073 15224 8889 3 0x2 0x80 piperd go > 69653 12349 15224 8889 3 0x2 0x4000080 nanoslp go > 69653 409150 15224 8889 3 0x2 0x4000080 wait go > 69653 328412 15224 8889 3 0x2 0x4000080 thrsleep go > 69653 492782 15224 8889 3 0x2 0x4000080 wait go > 69653 134998 15224 8889 3 0x2 0x4000080 piperd go > 69653 406335 15224 8889 3 0x2 0x4000080 piperd go > 69653 135384 15224 8889 3 0x2 0x4000080 wait go > 69653 458548 15224 8889 3 0x2 0x4000080 thrsleep go > 69653 401548 15224 8889 3 0x2 0x4000080 thrsleep go > 69653 390852 15224 8889 3 0x2 0x4000080 thrsleep go > 69653 439187 15224 8889 3 0x2 0x4000080 wait go > 69653 26587 15224 8889 3 0x2 0x4000080 wait go > 69653 377763 15224 8889 3 0x2 0x4000080 thrsleep go > 69653 85189 15224 8889 3 0x2 0x4000080 thrsleep go > 69653 85680 15224 8889 3 0x2 0x4000080 thrsleep go > 69653 148491 15224 8889 3 0x2 0x4000080 kqread go > 9807 211952 15224 8889 3 0x2 0x80 thrsleep go > 9807 58191 15224 8889 3 0x2 0x4000080 nanoslp go > 9807 145403 15224 8889 3 0x2 0x4000080 wait go > 9807 464868 15224 8889 3 0x2 0x4000080 thrsleep go > 9807 335326 15224 8889 3 0x2 0x4000080 wait go > 9807 313539 15224 8889 3 0x2 0x4000080 thrsleep go > 9807 221811 15224 8889 3 0x2 0x4000080 wait go > 9807 511978 15224 8889 2 0x2 0x4000000 go > 9807 153960 15224 8889 3 0x2 0x4000080 thrsleep go > 9807 71379 15224 8889 3 0x2 0x4000080 kqread go > 9807 189537 15224 8889 3 0x2 0x4000080 piperd go > 9807 438035 15224 8889 3 0x2 0x4000080 thrsleep go > > 9807 68555 15224 8889 3 0x2 0x4000080 wait go > 9807 433457 15224 8889 3 0x2 0x4000080 wait go > 9807 419476 15224 8889 3 0x2 0x4000080 thrsleep go > 9807 337200 15224 8889 3 0x2 0x4000080 wait go > 9807 369479 15224 8889 3 0x2 0x4000080 thrsleep go > 76865 443285 15224 8889 3 0x2 0x80 piperd go > 76865 248690 15224 8889 2 0x2 0x4000080 go > 76865 501391 15224 8889 2 0x2 0x4000000 go > 76865 192934 15224 8889 7 0x2 0x4000000 go > 76865 174712 15224 8889 3 0x2 0x4000080 wait go > 76865 62514 15224 8889 3 0x2 0x4000080 kqread go > 76865 377348 15224 8889 2 0x2 0x4000000 go > 76865 418444 15224 8889 2 0x2 0x4000000 go > 76865 209653 15224 8889 3 0x2 0x4000080 thrsleep go > 76865 455590 15224 8889 3 0x2 0x4000080 wait go > 76865 125503 15224 8889 3 0x2 0x4000080 wait go > > 76865 509092 15224 8889 3 0x2 0x4000080 wait go > 76865 157998 15224 8889 3 0x2 0x4000080 wait go > 76865 430462 15224 8889 3 0x2 0x4000080 thrsleep go > 76865 483691 15224 8889 2 0x2 0x4000080 go > 76865 49736 15224 8889 3 0x2 0x4000080 wait go > 81447 369581 15224 8889 3 0x2 0x80 wait go > 81447 287023 15224 8889 3 0x2 0x4000080 thrsleep go > 81447 132327 15224 8889 3 0x2 0x4000080 wait go > 81447 158623 15224 8889 3 0x2 0x4000080 wait go > 81447 235853 15224 8889 3 0x2 0x4000080 piperd go > 81447 487571 15224 8889 3 0x2 0x4000080 thrsleep go > 81447 312606 15224 8889 3 0x2 0x4000080 piperd go > 81447 426037 15224 8889 3 0x2 0x4000080 kqread go > 81447 378656 15224 8889 3 0x2 0x4000080 thrsleep go > 81447 522618 15224 8889 3 0x2 0x4000080 piperd go > 81447 461884 15224 8889 3 0x2 0x4000080 wait go > 81447 351734 15224 8889 3 0x2 0x4000080 thrsleep go > 81447 236772 15224 8889 3 0x2 0x4000080 wait go > 81447 41500 15224 8889 3 0x2 0x4000080 thrsleep go > 81447 206241 15224 8889 3 0x2 0x4000080 thrsleep go > 34872 120958 15224 8889 3 0x2 0x80 wait go > 34872 511940 15224 8889 3 0x2 0x4000080 thrsleep go > 34872 282598 15224 8889 3 0x2 0x4000080 thrsleep go > 34872 374368 15224 8889 3 0x2 0x4000080 wait go > 34872 34986 15224 8889 3 0x2 0x4000080 wait go > 34872 96432 15224 8889 3 0x2 0x4000080 thrsleep go > 34872 304286 15224 8889 3 0x2 0x4000080 wait go > 34872 395003 15224 8889 3 0x2 0x4000080 thrsleep go > 34872 144328 15224 8889 3 0x2 0x4000080 piperd go > 34872 378764 15224 8889 3 0x2 0x4000080 thrsleep go > 34872 272996 15224 8889 3 0x2 0x4000080 thrsleep go > 34872 460995 15224 8889 3 0x2 0x4000080 kqread go > 86488 222839 33108 8889 3 0x2 0x80 thrsleep compile > 86488 161790 33108 8889 3 0x2 0x4000080 nanoslp compile > 86488 376942 33108 8889 2 0x2 0x4000000 compile > 86488 369555 33108 8889 3 0x2 0x4000080 thrsleep compile > 86488 303706 33108 8889 3 0x2 0x4000080 thrsleep compile > 86488 353823 33108 8889 3 0x2 0x4000080 thrsleep compile > 86488 517693 33108 8889 3 0x2 0x4000080 thrsleep compile > 86488 278338 33108 8889 3 0x2 0x4000080 thrsleep compile > 86488 288676 33108 8889 3 0x2 0x4000080 thrsleep compile > > 86488 440231 33108 8889 3 0x2 0x4000080 thrsleep compile > 15224 333001 33108 8889 3 0x2 0x80 wait compile.test > 15224 256488 33108 8889 3 0x2 0x4000080 thrsleep compile.test > 15224 339406 33108 8889 3 0x2 0x4000080 thrsleep compile.test > 15224 98248 33108 8889 3 0x2 0x4000080 wait compile.test > 15224 20640 33108 8889 3 0x2 0x4000080 thrsleep compile.test > 15224 18187 33108 8889 3 0x2 0x4000080 wait compile.test > 15224 340159 33108 8889 3 0x2 0x4000080 wait compile.test > 15224 155551 33108 8889 3 0x2 0x4000080 thrsleep compile.test > 15224 5605 33108 8889 3 0x2 0x4000080 wait compile.test > 15224 230726 33108 8889 3 0x2 0x4000080 wait compile.test > 15224 227917 33108 8889 3 0x2 0x4000080 wait compile.test > 15224 300422 33108 8889 3 0x2 0x4000080 kqread compile.test > 15224 161100 33108 8889 3 0x2 0x4000080 wait compile.test > 15224 115453 33108 8889 3 0x2 0x4000080 thrsleep compile.test > 5608 386230 10588 8890 3 0x100002 0x80 nanoslp sleep > 91145 255752 33108 8889 3 0x2 0x80 piperd runtime.test > 91145 190535 33108 8889 3 0x2 0x4000080 nanoslp runtime.test > 91145 157795 33108 8889 2 0x2 0x4000000 runtime.test > 91145 499209 33108 8889 3 0x2 0x4000080 wait runtime.test > 91145 360453 33108 8889 3 0x2 0x4000080 thrsleep runtime.test > 91145 817 33108 8889 3 0x2 0x4000080 thrsleep runtime.test > 91145 127852 33108 8889 3 0x2 0x4000080 wait runtime.test > 91145 247596 33108 8889 2 0x2 0x4000000 runtime.test > 91145 85220 33108 8889 3 0x2 0x4000080 wait runtime.test > 91145 162509 33108 8889 3 0x2 0x4000080 thrsleep runtime.test > 91145 302530 33108 8889 2 0x2 0x4000000 runtime.test > 91145 482624 33108 8889 3 0x2 0x4000080 thrsleep runtime.test > 91145 47696 33108 8889 3 0x2 0x4000080 thrsleep runtime.test > 91145 400478 33108 8889 3 0x2 0x4000080 kqread runtime.test > 91145 310496 33108 8889 3 0x2 0x4000080 thrsleep runtime.test > 91145 418501 33108 8889 3 0x2 0x4000080 wait runtime.test > 91145 292516 33108 8889 3 0x2 0x4000080 piperd runtime.test > 33108 513124 10269 8889 3 0x2 0x80 thrsleep go > 33108 313027 10269 8889 3 0x2 0x4000080 nanoslp go > 33108 415338 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 404567 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 371528 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 248793 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 107570 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 16180 10269 8889 3 0x2 0x4000080 wait go > 33108 317016 10269 8889 3 0x2 0x4000080 wait go > 33108 362824 10269 8889 3 0x2 0x4000080 wait go > 33108 447198 10269 8889 3 0x2 0x4000080 wait go > 33108 191408 10269 8889 3 0x2 0x4000080 wait go > 33108 323285 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 444318 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 462857 10269 8889 3 0x2 0x4000080 wait go > 33108 289825 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 379358 10269 8889 3 0x2 0x4000080 wait go > 33108 105539 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 175255 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 267528 10269 8889 3 0x2 0x4000080 thrsleep go > 33108 329889 10269 8889 3 0x2 0x4000080 kqread go > 33108 10724 10269 8889 3 0x2 0x4000080 wait go > 33108 447818 10269 8889 3 0x2 0x4000080 thrsleep go > 10269 179622 53425 8889 3 0x2 0x80 wait dist > 10269 447844 53425 8889 3 0x2 0x4000080 thrsleep dist > 10269 442598 53425 8889 3 0x2 0x4000080 thrsleep dist > 10269 502613 53425 8889 3 0x2 0x4000080 thrsleep dist > 10269 215904 53425 8889 3 0x2 0x4000080 thrsleep dist > 10269 374962 53425 8889 3 0x2 0x4000080 thrsleep dist > 10269 486845 53425 8889 3 0x2 0x4000080 thrsleep dist > 53425 196265 19040 8889 3 0x2 0x80 thrsleep go > 53425 401393 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 495069 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 74264 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 195843 19040 8889 3 0x2 0x4000080 thrsleep go > > 53425 52120 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 350859 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 489840 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 439525 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 88489 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 254774 19040 8889 3 0x2 0x4000080 wait go > 53425 287427 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 115589 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 164351 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 287734 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 15703 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 344244 19040 8889 3 0x2 0x4000080 thrsleep go > 53425 461503 19040 8889 3 0x2 0x4000080 thrsleep go > 19040 349875 6410 8889 3 0x2 0x80 thrsleep result_adapter > 19040 110537 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 19040 513262 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 19040 29913 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 19040 289119 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 19040 37977 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 19040 440282 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 19040 459883 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 19040 340543 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 19040 315171 6410 8889 3 0x2 0x4000080 wait result_adapter > 19040 432164 6410 8889 3 0x2 0x4000080 kqread result_adapter > 19040 160670 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 19040 43323 6410 8889 3 0x2 0x4000080 thrsleep result_adapter > 6410 88010 54332 8889 3 0x2 0x80 thrsleep rdb > 6410 88016 54332 8889 3 0x2 0x4000080 thrsleep rdb > 6410 359470 54332 8889 3 0x2 0x4000080 thrsleep rdb > 6410 20636 54332 8889 3 0x2 0x4000080 kqread rdb > 6410 281546 54332 8889 3 0x2 0x4000080 thrsleep rdb > 6410 251927 54332 8889 3 0x2 0x4000080 wait rdb > 6410 211622 54332 8889 3 0x2 0x4000080 thrsleep rdb > 6410 132784 54332 8889 3 0x2 0x4000080 thrsleep rdb > 6410 290011 54332 8889 3 0x2 0x4000080 thrsleep rdb > > 6410 399760 54332 8889 3 0x2 0x4000080 thrsleep rdb > 6410 20608 54332 8889 3 0x2 0x4000080 thrsleep rdb > 54332 159577 93930 8889 3 0x2 0x80 thrsleep golangbuild > 54332 35569 93930 8889 3 0x2 0x4000080 thrsleep golangbuild > 54332 205797 93930 8889 3 0x2 0x4000080 thrsleep golangbuild > 54332 483128 93930 8889 3 0x2 0x4000080 thrsleep golangbuild > 54332 108728 93930 8889 3 0x2 0x4000080 kqread golangbuild > 54332 47476 93930 8889 3 0x2 0x4000080 thrsleep golangbuild > 54332 155338 93930 8889 3 0x2 0x4000080 thrsleep golangbuild > 54332 331504 93930 8889 3 0x2 0x4000080 wait golangbuild > 54332 53699 93930 8889 3 0x2 0x4000080 thrsleep golangbuild > 54332 465910 93930 8889 3 0x2 0x4000080 thrsleep golangbuild > 93930 105163 69102 8889 3 0x2 0x80 thrsleep bbagent > 93930 389641 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 130903 69102 8889 3 0x2 0x4000080 kqread bbagent > 93930 113810 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 422679 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 197732 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 1232 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 49586 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 367972 69102 8889 3 0x2 0x4000080 wait bbagent > 93930 88803 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 79058 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 217973 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 474378 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 93930 187182 69102 8889 3 0x2 0x4000080 thrsleep bbagent > 69102 178188 86870 8889 3 0x2 0x80 nanoslp python3.14 > 86870 59649 6711 8889 3 0x2 0x80 kqread python3.14 > 86870 27972 6711 8889 3 0x2 0x4000080 fsleep python3.14 > 86870 306917 6711 8889 3 0x2 0x4000080 kqread python3.14 > 66972 158790 41679 0 3 0x100003 0x80 ttyin sh > 22745 358187 39554 1000 3 0x100003 0x80 ttyin ksh > 39554 287022 81846 1000 3 0x10 0x88 kqread sshd-session > 81846 430036 27022 0 3 0x12 0x80 kqread sshd-session > 6711 198770 95242 8889 3 0x3 0x80 nanoslp python3.14 > 6711 122819 95242 8889 3 0x3 0x4000080 fsleep python3.14 > 95242 106581 1 8889 3 0x3 0x80 thrsleep bootstrapswarm > 95242 178563 1 8889 3 0x3 0x4000080 thrsleep bootstrapswarm > 95242 92884 1 8889 3 0x3 0x4000080 thrsleep bootstrapswarm > 95242 96316 1 8889 3 0x3 0x4000080 thrsleep bootstrapswarm > 95242 90647 1 8889 3 0x3 0x4000080 thrsleep bootstrapswarm > 95242 97277 1 8889 3 0x3 0x4000080 thrsleep bootstrapswarm > 95242 502263 1 8889 3 0x3 0x4000080 thrsleep bootstrapswarm > 95242 7013 1 8889 3 0x3 0x4000080 wait bootstrapswarm > 95242 424954 1 8889 3 0x3 0x4000080 thrsleep bootstrapswarm > 95242 400078 1 8889 3 0x3 0x4000080 thrsleep bootstrapswarm > 41679 412703 41492 1000 3 0x100003 0x88 sigsusp ksh > 41492 182350 34482 1000 3 0x10 0x88 kqread sshd-session > 34482 276796 27022 0 3 0x12 0x80 kqread sshd-session > 8349 506758 1 0 3 0x100003 0x80 ttyin getty > 6861 131695 1 0 3 0x100010 0x88 kqread cron > 10588 229295 1 8890 3 0x100003 0x88 sigsusp sh > 27022 462003 1 0 3 0 0x88 kqread sshd > 33927 296847 1 0 3 0x100000 0x80 kqread ntpd > 44377 361598 55155 83 3 0x100012 0x80 kqread ntpd > 55155 191133 1 83 3 0x1100012 0x80 kqread ntpd > 55438 421914 70871 74 3 0x1100012 0x80 bpf pflogd > 70871 465213 1 0 3 0 0x80 sbwait pflogd > 3446 32260 87505 73 3 0x1100010 0x80 kqread syslogd > 87505 178509 1 0 3 0x100002 0x80 sbwait syslogd-parent > 61838 36416 1 0 3 0x100000 0x80 kqread resolvd > 74922 463021 88651 77 3 0x100012 0x80 kqread dhcpleased > 56795 242999 88651 77 3 0x100012 0x80 kqread dhcpleased > 88651 39653 1 0 3 0 0x80 kqread dhcpleased > 91230 5743 0 0 3 0x14000 0x200 bored smr > 54280 458491 0 0 2 0x14000 0x200 zerothread > 89216 184108 0 0 7 0x14000 0x200 aiodoned > 30369 490158 0 0 3 0x14000 0x200 syncer update > 87981 44397 0 0 3 0x14000 0x200 cleaner cleaner > 34439 471091 0 0 7 0x14000 0x200 reaper > 73746 246022 0 0 7 0x14000 0x200 pagedaemon > 91731 447735 0 0 3 0x14000 0x200 usbtsk usbtask > 43170 383727 0 0 3 0x14000 0x200 usbatsk usbatsk > 81502 359954 0 0 3 0x14000 0x200 bored ipmicmd > 89884 18776 0 0 3 0x14000 0x200 ipmi_poll ipmi0 > 68148 335857 0 0 3 0x14000 0x200 bored sensors > 63513 485053 0 0 3 0x14000 0x40000200 idle7 > 61103 209767 0 0 3 0x14000 0x40000200 idle6 > 40400 112815 0 0 3 0x14000 0x40000200 idle5 > 94075 439649 0 0 3 0x14000 0x40000200 idle4 > 95487 465275 0 0 3 0x14000 0x40000200 idle3 > 772 320764 0 0 3 0x14000 0x40000200 idle2 > 97446 180705 0 0 3 0x14000 0x40000200 idle1 > 52628 82760 0 0 3 0x14000 0x200 bored softnet7 > 13739 131825 0 0 3 0x14000 0x200 bored softnet6 > 54633 125563 0 0 3 0x14000 0x200 bored softnet5 > 52786 358198 0 0 3 0x14000 0x200 bored softnet4 > 97532 7151 0 0 3 0x14000 0x200 bored softnet3 > 85577 207016 0 0 3 0x14000 0x200 bored softnet2 > 43239 250143 0 0 3 0x14000 0x200 bored softnet1 > 63659 222211 0 0 3 0x14000 0x200 bored softnet0 > 72146 339169 0 0 3 0x14000 0x200 bored systqmp > 51755 402805 0 0 3 0x14000 0x200 bored systq > 87442 200897 0 0 3 0x14000 0x200 tmoslp softclockmp > 65901 323344 0 0 3 0x14000 0x40000200 tmoslp softclock > 44072 349612 0 0 3 0x14000 0x40000200 idle0 > 91870 215657 0 0 2 0x14000 0x200 kmthread > 1 509408 0 0 3 0x2 0x80 wait init > 0 0 -1 0 3 0x10000 0x200 scheduler swapper > ddb{7}> show swap > > swap 0xc00000003e4d3000 path "/dev/sd0b" flags 0x3 > BLIST { > > (0000,67108864): subtree (8453951/67108864) big=8453848 { > (0000,2097152): subtree (2096959/2097152) big=2096856 { > (0000,65536): subtree (65343/65536) big=65240 { > (0000,2048): subtree (1855/2048) big=1752 { > > (0000,64): bitmap fffe000000000000 big=15 > (0040,64): bitmap 0000000000000000 big=0 > (0080,64): bitmap 0000000000000000 big=0 > (00c0,64): bitmap ffffffffffff0000 big=64 > (0100,64): bitmap ffffffffffffffff big=64 > (0140,64): bitmap ffffffffffffffff big=64 > (0180,64): bitmap ffffffffffffffff big=64 > (01c0,64): bitmap ffffffffffffffff big=64 > (0200,64): bitmap ffffffffffffffff big=64 > (0240,64): bitmap ffffffffffffffff big=64 > (0280,64): bitmap ffffffffffffffff big=64 > (02c0,64): bitmap ffffffffffffffff big=64 > (0300,64): bitmap ffffffffffffffff big=64 > (0340,64): bitmap ffffffffffffffff big=64 > (0380,64): bitmap ffffffffffffffff big=64 > (03c0,64): bitmap ffffffffffffffff big=64 > (0400,64): bitmap ffffffffffffffff big=64 > (0440,64): bitmap ffffffffffffffff big=64 > (0480,64): bitmap ffffffffffffffff big=64 > (04c0,64): bitmap ffffffffffffffff big=64 > (0500,64): bitmap ffffffffffffffff big=64 > (0540,64): bitmap ffffffffffffffff big=64 > (0580,64): bitmap ffffffffffffffff big=64 > (05c0,64): bitmap ffffffffffffffff big=64 > (0600,64): bitmap ffffffffffffffff big=64 > (0640,64): bitmap ffffffffffffffff big=64 > (0680,64): bitmap ffffffffffffffff big=64 > (06c0,64): bitmap ffffffffffffffff big=64 > (0700,64): bitmap ffffffffffffffff big=64 > > (0740,64): bitmap ffffffffffffffff big=64 > (0780,64): bitmap ffffffffffffffff big=64 > (07c0,64): bitmap ffffffffffffffff big=64 > } > > (0800,2048) ALL FREE > (1000,2048) ALL FREE > (1800,2048) ALL FREE > (2000,2048) ALL FREE > > (2800,2048) ALL FREE > (3000,2048) ALL FREE > (3800,2048) ALL FREE > > (4000,2048) ALL FREE > (4800,2048) ALL FREE > > (5000,2048) ALL FREE > (5800,2048) ALL FREE > (6000,2048) ALL FREE > (6800,2048) ALL FREE > (7000,2048) ALL FREE > > (7800,2048) ALL FREE > (8000,2048) ALL FREE > (8800,2048) ALL FREE > (9000,2048) ALL FREE > > (9800,2048) ALL FREE > > (a000,2048) ALL FREE > (a800,2048) ALL FREE > (b000,2048) ALL FREE > > (b800,2048) ALL FREE > (c000,2048) ALL FREE > (c800,2048) ALL FREE > (d000,2048) ALL FREE > > (d800,2048) ALL FREE > (e000,2048) ALL FREE > > (e800,2048) ALL FREE > (f000,2048) ALL FREE > > (f800,2048) ALL FREE > } > > (10000,65536) ALL FREE > (20000,65536) ALL FREE > (30000,65536) ALL FREE > (40000,65536) ALL FREE > (50000,65536) ALL FREE > > (60000,65536) ALL FREE > (70000,65536) ALL FREE > > (80000,65536) ALL FREE > > (90000,65536) ALL FREE > (a0000,65536) ALL FREE > (b0000,65536) ALL FREE > (c0000,65536) ALL FREE > > (d0000,65536) ALL FREE > (e0000,65536) ALL FREE > (f0000,65536) ALL FREE > (100000,65536) ALL FREE > > (110000,65536) ALL FREE > (120000,65536) ALL FREE > > (130000,65536) ALL FREE > (140000,65536) ALL FREE > (150000,65536) ALL FREE > > (160000,65536) ALL FREE > (170000,65536) ALL FREE > (180000,65536) ALL FREE > (190000,65536) ALL FREE > (1a0000,65536) ALL FREE > > (1b0000,65536) ALL FREE > (1c0000,65536) ALL FREE > (1d0000,65536) ALL FREE > > (1e0000,65536) ALL FREE > > (1f0000,65536) ALL FREE > } > > (200000,2097152) ALL FREE > (400000,2097152) ALL FREE > (600000,2097152) ALL FREE > > (800000,2097152): subtree (65536/2097152) big=65536 { > (800000,65536) ALL FREE > > (810000,65536): Terminator > } > > (a00000,2097152): Terminator > > } > > } > > > > > > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > Copyright (c) 1995-2026 OpenBSD. All rights reserved. https://www.OpenBSD.org > > OpenBSD 8.0-beta (GENERIC.MP) #22: Thu Aug 27 20:18:01 UTC 2026 > [email protected]:/sys/arch/powerpc64/compile/GENERIC.MP > real mem = 34359738368 (32768MB) > avail mem = 32316387328 (30819MB) > random: good seed from bootblocks > mainbus0 at root: T2P9D01 REV 1.01 > cpu0 at mainbus0 pir 4: IBM POWER9 2.2, 2700 MHz > cpu0: 32KB 128b/line 8-way L1 I-cache, 32KB 128b/line 8-way L1 D-cache > cpu0: 512KB 128b/line 8-way L2 cache > cpu0: 10MB 128b/line 8-way L3 cache > cpu1 at mainbus0 pir c: IBM POWER9 2.2, 2700 MHz > cpu1: 32KB 128b/line 8-way L1 I-cache, 32KB 128b/line 8-way L1 D-cache > cpu1: 512KB 128b/line 8-way L2 cache > cpu1: 10MB 128b/line 8-way L3 cache > cpu2 at mainbus0 pir 14: IBM POWER9 2.2, 2700 MHz > cpu2: 32KB 128b/line 8-way L1 I-cache, 32KB 128b/line 8-way L1 D-cache > cpu2: 512KB 128b/line 8-way L2 cache > cpu2: 10MB 128b/line 8-way L3 cache > cpu3 at mainbus0 pir 1c: IBM POWER9 2.2, 2700 MHz > cpu3: 32KB 128b/line 8-way L1 I-cache, 32KB 128b/line 8-way L1 D-cache > cpu3: 512KB 128b/line 8-way L2 cache > cpu3: 10MB 128b/line 8-way L3 cache > cpu4 at mainbus0 pir 804: IBM POWER9 2.2, 2700 MHz > cpu4: 32KB 128b/line 8-way L1 I-cache, 32KB 128b/line 8-way L1 D-cache > cpu4: 512KB 128b/line 8-way L2 cache > cpu4: 10MB 128b/line 8-way L3 cache > cpu5 at mainbus0 pir 80c: IBM POWER9 2.2, 2700 MHz > cpu5: 32KB 128b/line 8-way L1 I-cache, 32KB 128b/line 8-way L1 D-cache > cpu5: 512KB 128b/line 8-way L2 cache > cpu5: 10MB 128b/line 8-way L3 cache > cpu6 at mainbus0 pir 81c: IBM POWER9 2.2, 2700 MHz > cpu6: 32KB 128b/line 8-way L1 I-cache, 32KB 128b/line 8-way L1 D-cache > cpu6: 512KB 128b/line 8-way L2 cache > cpu6: 10MB 128b/line 8-way L3 cache > cpu7 at mainbus0 pir 82c: IBM POWER9 2.2, 2700 MHz > cpu7: 32KB 128b/line 8-way L1 I-cache, 32KB 128b/line 8-way L1 D-cache > cpu7: 512KB 128b/line 8-way L2 cache > cpu7: 10MB 128b/line 8-way L3 cache > "bmc" at mainbus0 not configured > "ibm,firmware-versions" at mainbus0 not configured > "ibm,hostboot" at mainbus0 not configured > opal0 at mainbus0: skiboot-9858186 > opal0: idle psscr 300332 > opalcons0 at opal0 > opalsens0 at opal0: "core-temp" > opalsens1 at opal0: "core-temp" > opalsens2 at opal0: "core-temp" > opalsens3 at opal0: "core-temp" > opalsens4 at opal0: "core-temp" > opalsens5 at opal0: "core-temp" > opalsens6 at opal0: "core-temp" > opalsens7 at opal0: "core-temp" > opalsens8 at opal0: "mem-temp" > opalsens9 at opal0: "mem-temp" > opalsens10 at opal0: "mem-temp" > opalsens11 at opal0: "mem-temp" > opalsens12 at opal0: "mem-temp" > opalsens13 at opal0: "mem-temp" > opalsens14 at opal0: "mem-temp" > opalsens15 at opal0: "mem-temp" > opalsens16 at opal0: "mem-temp" > opalsens17 at opal0: "mem-temp" > opalsens18 at opal0: "mem-temp" > opalsens19 at opal0: "mem-temp" > opalsens20 at opal0: "mem-temp" > opalsens21 at opal0: "mem-temp" > opalsens22 at opal0: "mem-temp" > opalsens23 at opal0: "mem-temp" > opalsens24 at opal0: "mem-temp" > opalsens25 at opal0: "mem-temp" > opalsens26 at opal0: "mem-temp" > opalsens27 at opal0: "mem-temp" > opalsens28 at opal0: "mem-temp" > opalsens29 at opal0: "mem-temp" > opalsens30 at opal0: "mem-temp" > opalsens31 at opal0: "mem-temp" > opalsens32 at opal0: "mem-temp" > opalsens33 at opal0: "mem-temp" > opalsens34 at opal0: "mem-temp" > opalsens35 at opal0: "mem-temp" > opalsens36 at opal0: "mem-temp" > opalsens37 at opal0: "mem-temp" > opalsens38 at opal0: "mem-temp" > opalsens39 at opal0: "mem-temp" > opalsens40 at opal0: "proc-energy" > opalsens41 at opal0: "proc-energy" > opalsens42 at opal0: "proc-energy" > opalsens43 at opal0: "proc-energy" > opalsens44 at opal0: "proc-energy" > opalsens45 at opal0: "proc-energy" > opalsens46 at opal0: "proc-in" > opalsens47 at opal0: "proc-in" > opalsens48 at opal0: "proc-in" > opalsens49 at opal0: "proc-in" > opalsens50 at opal0: "proc-power" > opalsens51 at opal0: "proc-power" > opalsens52 at opal0: "proc-power" > opalsens53 at opal0: "proc-power" > opalsens54 at opal0: "proc-power" > opalsens55 at opal0: "proc-power" > opalsens56 at opal0: "proc-temp" > opalsens57 at opal0: "proc-temp" > opalsens58 at opal0: "vrm-curr" > opalsens59 at opal0: "vrm-curr" > opalsens60 at opal0: "vrm-curr" > opalsens61 at opal0: "vrm-curr" > opalsens62 at opal0: "vrm-in" > opalsens63 at opal0: "vrm-in" > opalsens64 at opal0: "vrm-in" > opalsens65 at opal0: "vrm-in" > opalsens66 at opal0: "vrm-temp" > opalsens67 at opal0: "vrm-temp" > ipmi0 at opal0: version 2.0 interface OPAL > "ibm,pcie-slots" at mainbus0 not configured > "ibm,secureboot" at mainbus0 not configured > "imc-counters" at mainbus0 not configured > xics0 at mainbus0 > xive0 at mainbus0 > "ipl-params" at mainbus0 not configured > "lpcm-opb" at mainbus0 not configured > phb0 at mainbus0: chip 0x0 > pci0 at phb0 > ppb0 at pci0 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci1 at ppb0 bus 1 > phb1 at mainbus0: chip 0x0 > pci2 at phb1 > ppb1 at pci2 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci3 at ppb1 bus 1 > nvme0 at pci3 dev 0 function 0 "Samsung SM981/PM981" rev 0x00: msix, NVMe 1.3 > nvme0: Samsung SSD 970 EVO Plus 1TB, firmware 2B2QEXM7, serial S59ANM0R120989X > scsibus0 at nvme0: 2 targets, initiator 0 > sd0 at scsibus0 targ 1 lun 0: > sd0: 953869MB, 512 bytes/sector, 1953525168 sectors > phb2 at mainbus0: chip 0x0 > pci4 at phb2 > ppb2 at pci4 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci5 at ppb2 bus 1 > phb3 at mainbus0: chip 0x0 > pci6 at phb3 > ppb3 at pci6 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci7 at ppb3 bus 1 > xhci0 at pci7 dev 0 function 0 "TI xHCI" rev 0x02: msix, xHCI 0.96 > usb0 at xhci0: USB revision 3.0 > uhub0 at usb0 configuration 1 interface 0 "TI xHCI root hub" rev > 3.00/1.00 addr 1 > phb4 at mainbus0: chip 0x0 > pci8 at phb4 > ppb4 at pci8 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci9 at ppb4 bus 1 > bge0 at pci9 dev 0 function 0 "Broadcom BCM5719" rev 0x01, BCM5719 A1 > (0x5719001), APE firmware NCSI 1.3.12.0: msi, address > 2c:09:4d:00:03:19 > brgphy0 at bge0 phy 1: BCM5719C, rev. 0 > bge1 at pci9 dev 0 function 1 "Broadcom BCM5719" rev 0x01, BCM5719 A1 > (0x5719001), APE firmware NCSI 1.3.12.0: msi, address > 2c:09:4d:00:03:1a > brgphy1 at bge1 phy 2: BCM5719C, rev. 0 > phb5 at mainbus0: chip 0x0 > pci10 at phb5 > ppb5 at pci10 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci11 at ppb5 bus 1 > ppb6 at pci11 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x04 > pci12 at ppb6 bus 2 > astfb0 at pci12 dev 0 function 0 "ASPEED Technology AST2000" rev 0x41: > can't map framebuffer > phb6 at mainbus0: chip 0x8 > pci13 at phb6 > ppb7 at pci13 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci14 at ppb7 bus 1 > phb7 at mainbus0: chip 0x8 > pci15 at phb7 > ppb8 at pci15 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci16 at ppb8 bus 1 > phb8 at mainbus0: chip 0x8 > pci17 at phb8 > ppb9 at pci17 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci18 at ppb9 bus 1 > phb9 at mainbus0: chip 0x8 > pci19 at phb9 > ppb10 at pci19 dev 0 function 0 "IBM POWER9 Host" rev 0x00 > pci20 at ppb10 bus 1 > em0 at pci20 dev 0 function 0 "Intel 82576" rev 0x01: msi, address > 80:61:5f:06:a5:44 > em1 at pci20 dev 0 function 1 "Intel 82576" rev 0x01: msi, address > 80:61:5f:06:a5:45 > "psi" at mainbus0 not configured > "psi" at mainbus0 not configured > "vas" at mainbus0 not configured > "vas" at mainbus0 not configured > "vpd" at mainbus0 not configured > "xscom" at mainbus0 not configured > "xscom" at mainbus0 not configured > uhub1 at uhub0 port 3 configuration 1 interface 0 "Aspeed USB Virtual > Hub" rev 2.00/1.00 addr 2 > uhidev0 at uhub1 port 1 configuration 1 interface 0 "OpenBMC > virtual_input" rev 2.00/1.00 addr 3 > uhidev0: iclass 3/1 > ukbd0 at uhidev0: 8 variable keys, 6 key codes > wskbd0 at ukbd0 mux 1 > uhidev1 at uhub1 port 1 configuration 1 interface 1 "OpenBMC > virtual_input" rev 2.00/1.00 addr 3 > uhidev1: iclass 3/1 > ums0 at uhidev1: 3 buttons > wsmouse0 at ums0 mux 0 > uhub2 at uhub0 port 4 configuration 1 interface 0 "Genesys Logic > USB2.0 Hub" rev 2.00/32.98 addr 4 > vscsi0 at root > scsibus1 at vscsi0: 256 targets > softraid0 at root > scsibus2 at softraid0: 256 targets > root on sd0a (cb13df6b62adb7a9.a) swap on sd0b dump on sd0b > WARNING: / was not properly unmounted > uhub1: illegal enable change, port 1 >
