NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/59168: kernel crash in iwm



>Number:         59168
>Category:       kern
>Synopsis:       kernel crash in iwm
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 11 03:00:00 +0000 2025
>Originator:     Robert Whitlock
>Release:        netbsd current March 8, 2025, amd64, cut-down GENERIC
>Organization:
>Environment:
NetBSD thinkpad 10.99.12 NetBSD 10.99.12 (THINKPAD) #1: Fri Mar  7 19:40:11 EST 2025  rob@thinkpad:/usr/netbsd/current/build/THINKPAD-buildsh/obj/sys/arch/amd64/compile/THINKPAD amd64
>Description:
The system was under heavy load while compiling pkgsrc packages and I started another build of a different package. The distfile was being downloaded and then the system crashed. Here is the crash dump, followed by dmesg:

thinkpad# gdb /netbsd
GNU gdb (GDB) 15.1
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64--netbsd".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /netbsd...
(gdb) target kvm netbsd.3.core
0xffffffff80236f55 in cpu_reboot (howto=howto@entry=260, 
    bootstr=bootstr@entry=0x0)
    at /usr/netbsd/current/src/sys/arch/amd64/amd64/machdep.c:708
708                     dumpsys();
(gdb) bt
#0  0xffffffff80236f55 in cpu_reboot (howto=howto@entry=260, 
    bootstr=bootstr@entry=0x0)
    at /usr/netbsd/current/src/sys/arch/amd64/amd64/machdep.c:708
#1  0xffffffff8085d055 in kern_reboot (howto=howto@entry=260, 
    bootstr=bootstr@entry=0x0)
    at /usr/netbsd/current/src/sys/kern/kern_reboot.c:91
#2  0xffffffff808a2b73 in vpanic (
    fmt=fmt@entry=0xffffffff80e0c910 "m_copydata(%p,%d,%d,%p): m=NULL, off=%d (%d), len=%d (%d)", ap=ap@entry=0xffff9182604ac798)
    at /usr/netbsd/current/src/sys/kern/subr_prf.c:288
#3  0xffffffff808a2c48 in panic (
    fmt=fmt@entry=0xffffffff80e0c910 "m_copydata(%p,%d,%d,%p): m=NULL, off=%d (%d), len=%d (%d)") at /usr/netbsd/current/src/sys/kern/subr_prf.c:209
#4  0xffffffff808d8ed7 in m_copydata (cp=<optimized out>, len=12, 
    off=<optimized out>, m=0x0)
    at /usr/netbsd/current/src/sys/kern/uipc_mbuf.c:917
#5  m_copydata (m=m@entry=0xffff8ef8cd539068, off=off@entry=0, 
    len=len@entry=88, cp=0xffff918260855000)
    at /usr/netbsd/current/src/sys/kern/uipc_mbuf.c:895
#6  0xffffffff8039fc57 in _bus_dmamap_sync (t=<optimized out>, 
    ops=<optimized out>, len=88, offset=0, map=<optimized out>)
    at /usr/netbsd/current/src/sys/arch/x86/x86/bus_dma.c:898
#7  bus_dmamap_sync (t=<optimized out>, p=<optimized out>, o=0, l=88, 
    ops=<optimized out>)
    at /usr/netbsd/current/src/sys/arch/x86/x86/bus_dma.c:1394
#8  0xffffffff802900ec in iwm_tx (ac=<optimized out>, ni=<optimized out>, 
    m=<optimized out>, sc=<optimized out>)
    at /usr/netbsd/current/src/sys/dev/pci/if_iwm.c:4797
#9  iwm_start (ifp=<optimized out>)
    at /usr/netbsd/current/src/sys/dev/pci/if_iwm.c:6868
#10 0xffffffff809564fb in if_start_lock (ifp=0xffff918010c66008)
    at /usr/netbsd/current/src/sys/net/if.h:553
#11 if_start_lock (ifp=0xffff918010c66008)
    at /usr/netbsd/current/src/sys/net/if.h:546
#12 if_transmit (ifp=0xffff918010c66008, m=0xffff8ef84a6070d8)
    at /usr/netbsd/current/src/sys/net/if.c:3795
#13 0xffffffff80964913 in ether_output (ifp0=0xffff918010c66008, 
    m0=<optimized out>, dst=<optimized out>, rt=0xffff8ef930f4b188)
    at /usr/netbsd/current/src/sys/net/if_ethersubr.c:462
#14 0xffffffff805a93cb in if_output_lock (rt=0xffff8ef930f4b188, 
    dst=0xffff8ef93ff93968, m=0xffff8ef84a6070d8, ifp=0xffff918010c66008, 
    cifp=0xffff918010c66008) at /usr/netbsd/current/src/sys/net/if.h:539
#15 ip_if_output (ifp=0xffff918010c66008, m=0xffff8ef84a6070d8, 
--Type <RET> for more, q to quit, c to continue without paging--
    dst=0xffff8ef93ff93968, rt=0xffff8ef930f4b188)
    at /usr/netbsd/current/src/sys/netinet/ip_output.c:217
#16 0xffffffff805aaad0 in ip_output (m0=m0@entry=0xffff8ef84a6070d8, opt=0x0, 
    ro=ro@entry=0xffff8ef932897660, flags=<optimized out>, imo=imo@entry=0x0, 
    inp=0xffff8ef932897600)
    at /usr/netbsd/current/src/sys/netinet/ip_output.c:737
#17 0xffffffff805b5cd6 in tcp_output (tp=tp@entry=0xffff8ef9be3d0068)
    at /usr/netbsd/current/src/sys/netinet/tcp_output.c:1585
#18 0xffffffff805b1c14 in tcp_input (m=<optimized out>, off=20, 
    proto=<optimized out>)
    at /usr/netbsd/current/src/sys/netinet/tcp_input.c:2859
#19 0xffffffff805a7148 in ip_input (ifp=<optimized out>, m=<optimized out>)
    at /usr/netbsd/current/src/sys/netinet/ip_input.c:811
#20 ipintr (arg=<optimized out>)
    at /usr/netbsd/current/src/sys/netinet/ip_input.c:410
#21 0xffffffff8086b5be in softint_execute (s=4, l=0xffff8efa4d981400)
    at /usr/netbsd/current/src/sys/kern/kern_softint.c:599
#22 softint_dispatch (pinned=<optimized out>, s=4)
    at /usr/netbsd/current/src/sys/kern/kern_softint.c:848
#23 0xffffffff80231c2c in Xsoftintr ()
(gdb) 


utoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43591.586706] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43591.866706] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43591.876705] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43591.936705] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43592.326705] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43592.356705] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43592.396705] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43592.446704] iwm0: autoconfiguration error: unhandled firmware response 0xa 0xa/0x5a87579d rx ring 53[113]
[ 43592.446704] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43592.446704] iwm0: autoconfiguration error: unhandled firmware response 0x97f1 0xf1/0x9db5 rx ring 0[0]
[ 43592.546705] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43592.766705] iwm0: autoconfiguration error: unhandled firmware response 0x97f8 0xf8/0x9dbc rx ring 0[0]
[ 43592.856704] iwm0: autoconfiguration error: unhandled firmware response 0x400a 0xa/0x5a8d979f rx ring 53[119]
[ 43592.856704] iwm0: autoconfiguration error: unhandled firmware response 0x97fa 0xfa/0x9dbe rx ring 0[0]
[ 43593.166705] iwm0: autoconfiguration error: unhandled firmware response 0xf00a 0xa/0x5a9247a0 rx ring 53[123]
[ 43593.276704] iwm0: autoconfiguration error: unhandled firmware response 0x9803 0x3/0x9dc7 rx ring 0[0]
[ 43593.366704] iwm0: autoconfiguration error: unhandled firmware response 0x14e3 0xe3/0x5a956c7b rx ring 53[127]
[ 43593.476704] iwm0: autoconfiguration error: unhandled firmware response 0xa522 0x22/0x5a96fcba rx ring 53[128]
[ 43593.586704] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43593.586704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43593.586704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43593.646704] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43593.656704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43593.656704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43593.676704] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43593.686704] iwm0: autoconfiguration error: unhandled firmware response 0xe77a 0x7a/0x5a9a3f13 rx ring 53[131]
[ 43593.696704] iwm0: autoconfiguration error: unhandled firmware response 0x15f8 0xf8/0x5a9a6d91 rx ring 53[132]
[ 43593.696704] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43593.736704] iwm0: autoconfiguration error: unhandled firmware response 0xa6cf 0xcf/0x5a9afe68 rx ring 53[132]
[ 43593.736704] iwm0: autoconfiguration error: unhandled firmware response 0xb549 0x49/0x5a9b0ce2 rx ring 53[132]
[ 43593.736704] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43593.786704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43593.816704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43593.846705] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43593.886705] iwm0: autoconfiguration error: unhandled firmware response 0xe00a 0xa/0x5a9d37a3 rx ring 53[134]
[ 43593.886705] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43593.886705] iwm0: autoconfiguration error: unhandled firmware response 0x9896 0x96/0x9e5a rx ring 0[0]
[ 43593.986704] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43594.086704] iwm0: autoconfiguration error: unhandled firmware response 0x1349 0x49/0x5aa06ae4 rx ring 53[138]
[ 43594.096724] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43594.186704] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43594.406704] iwm0: autoconfiguration error: unhandled firmware response 0x98a8 0xa8/0x9e6c rx ring 0[0]
[ 43594.596704] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43594.706704] iwm0: autoconfiguration error: unhandled firmware response 0x98b0 0xb0/0x9e74 rx ring 0[0]
[ 43594.856704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.116704] iwm0: autoconfiguration error: unhandled firmware response 0xa550 0x50/0x5aaffcef rx ring 53[153]
[ 43595.116704] iwm0: autoconfiguration error: unhandled firmware response 0xa849 0x49/0x5aafffe8 rx ring 53[153]
[ 43595.116704] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43595.196704] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43595.196704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43595.206703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.206703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.216704] iwm0: autoconfiguration error: unhandled firmware response 0x3333 0x33/0x6208 rx ring 15[255]
[ 43595.216704] iwm0: autoconfiguration error: unhandled firmware response 0x8001 0x1/0x4208 rx ring 0[194]
[ 43595.226704] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43595.276703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.286703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.316707] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.596704] iwm0: autoconfiguration error: unhandled firmware response 0x1362 0x62/0x5ab76b03 rx ring 53[161]
[ 43595.616703] iwm0: autoconfiguration error: unhandled firmware response 0x184 0x84/0x400d rx ring 0[0]
[ 43595.616703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.616703] iwm0: autoconfiguration error: unhandled firmware response 0x61bf 0xbf/0x5ab7b960 rx ring 53[161]
[ 43595.616703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.616703] iwm0: autoconfiguration error: unhandled firmware response 0x6410 0x10/0x5ab7bbb1 rx ring 53[161]
[ 43595.616703] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43595.626703] iwm0: autoconfiguration error: unhandled firmware response 0xfc 0xfc/0x400d rx ring 0[0]
[ 43595.636704] iwm0: autoconfiguration error: unhandled firmware response 0xfc 0xfc/0x400d rx ring 0[0]
[ 43595.636704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.656703] iwm0: autoconfiguration error: unhandled firmware response 0xeedd 0xdd/0x5ab8467e rx ring 53[161]
[ 43595.666703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43595.666703] iwm0: autoconfiguration error: unhandled firmware response 0x1dda 0xda/0x5ab8757b rx ring 53[162]
[ 43595.706703] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43595.776703] iwm0: autoconfiguration error: unhandled firmware response 0xc0fe 0xfe/0x5aba18a0 rx ring 53[163]
[ 43595.776703] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43595.776703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43595.836703] iwm0: autoconfiguration error: unhandled firmware response 0xa10a 0xa/0x5abaf8ac rx ring 53[164]
[ 43595.836703] iwm0: autoconfiguration error: unhandled firmware response 0xa35b 0x5b/0x5abafafd rx ring 53[164]
[ 43595.836703] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43595.836703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43595.936704] iwm0: autoconfiguration error: unhandled firmware response 0x99dc 0xdc/0x9fa0 rx ring 0[0]
[ 43596.036703] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43596.036703] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43596.076703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43596.086703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43596.096703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43596.216703] iwm0: autoconfiguration error: unhandled firmware response 0x784f 0x4f/0x5ac0cff3 rx ring 53[170]
[ 43596.236704] iwm0: autoconfiguration error: unhandled firmware response 0xd4ed 0xed/0x5ac12c91 rx ring 53[170]
[ 43596.236704] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43596.236704] iwm0: autoconfiguration error: unhandled firmware response 0xdd59 0x59/0x5ac134fd rx ring 53[170]
[ 43596.236704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43596.246720] iwm0: autoconfiguration error: unhandled firmware response 0xe052 0x52/0x5ac137f6 rx ring 53[170]
[ 43596.246720] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43596.246720] iwm0: autoconfiguration error: unhandled firmware response 0x727 0x27/0x5ac15ecb rx ring 53[171]
[ 43596.246720] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43596.256704] iwm0: autoconfiguration error: unhandled firmware response 0x14bb 0xbb/0x5ac16c5f rx ring 53[171]
[ 43596.266703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43596.266703] iwm0: autoconfiguration error: unhandled firmware response 0x516d 0x6d/0x5ac1a911 rx ring 53[171]
[ 43596.276703] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43596.296703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43596.366703] iwm0: autoconfiguration error: unhandled firmware response 0xd38e 0x8e/0x5ac32b33 rx ring 53[172]
[ 43596.366703] iwm0: autoconfiguration error: unhandled firmware response 0xd8ba 0xba/0x5ac3305f rx ring 53[172]
[ 43596.376703] iwm0: autoconfiguration error: unhandled firmware response 0xdeac 0xac/0x5ac33651 rx ring 53[172]
[ 43596.416703] iwm0: autoconfiguration error: unhandled firmware response 0x845f 0x5f/0x5ac3dc04 rx ring 53[173]
[ 43596.416703] iwm0: autoconfiguration error: unhandled firmware response 0x96f1 0xf1/0x5ac3ee96 rx ring 53[173]
[ 43596.446703] iwm0: autoconfiguration error: unhandled firmware response 0xf009 0x9/0x5ac447ae rx ring 53[173]
[ 43596.446703] iwm0: autoconfiguration error: unhandled firmware response 0x9aa1 0xa1/0xa065 rx ring 0[0]
[ 43596.616706] iwm0: autoconfiguration error: unhandled firmware response 0xa5e0 0xe0/0x5ac6fd86 rx ring 53[176]
[ 43596.646704] iwm0: autoconfiguration error: unhandled firmware response 0x100a 0xa/0x5ac767b0 rx ring 53[177]
[ 43596.656704] iwm0: autoconfiguration error: unhandled firmware response 0x9aa8 0xa8/0xa06c rx ring 0[0]
[ 43596.906702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43596.916703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x3c4a08 rx ring 34[197]
[ 43596.956704] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43597.376703] iwm0: autoconfiguration error: unhandled firmware response 0x3a70 0x70/0x5ad29219 rx ring 53[188]
[ 43597.416703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.426703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.426703] iwm0: autoconfiguration error: unhandled firmware response 0x1aa 0xaa/0x5ad35953 rx ring 53[189]
[ 43597.426703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.466704] iwm0: autoconfiguration error: unhandled firmware response 0x900b 0xb/0x5ad3e7b4 rx ring 53[189]
[ 43597.466704] iwm0: autoconfiguration error: unhandled firmware response 0x9af3 0xf3/0xa0b7 rx ring 0[0]
[ 43597.486703] iwm0: autoconfiguration error: unhandled firmware response 0xf105 0x5/0x5ad448af rx ring 53[189]
[ 43597.486703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.496703] iwm0: autoconfiguration error: unhandled firmware response 0xa13 0x13/0x5ad461bd rx ring 53[190]
[ 43597.506703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.526703] iwm0: autoconfiguration error: unhandled firmware response 0x7ed8 0xd8/0x5ad4d682 rx ring 53[190]
[ 43597.526703] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43597.616702] iwm0: autoconfiguration error: unhandled firmware response 0xd1f0 0xf0/0x5ad6299a rx ring 53[191]
[ 43597.666706] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.666706] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.676702] iwm0: autoconfiguration error: unhandled firmware response 0xb00a 0xa/0x5ad707b4 rx ring 53[192]
[ 43597.686702] iwm0: autoconfiguration error: unhandled firmware response 0xf780 0x80/0x5ad74f2a rx ring 53[192]
[ 43597.706706] iwm0: autoconfiguration error: unhandled firmware response 0x2d8b 0x8b/0x5ad78535 rx ring 53[193]
[ 43597.706706] iwm0: autoconfiguration error: unhandled firmware response 0x313c 0x3c/0x5ad788e6 rx ring 53[193]
[ 43597.706706] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.706706] iwm0: autoconfiguration error: unhandled firmware response 0x3436 0x36/0x5ad78be0 rx ring 53[193]
[ 43597.706706] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.706706] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43597.706706] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.716702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.726702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.736702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.966703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.966703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43597.966703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.236702] iwm0: autoconfiguration error: unhandled firmware response 0x412c 0x2c/0x5adf98d9 rx ring 53[201]
[ 43598.256703] iwm0: autoconfiguration error: unhandled firmware response 0x9112 0x12/0x5adfe8bf rx ring 53[201]
[ 43598.256703] iwm0: autoconfiguration error: unhandled firmware response 0xa6f2 0xf2/0x5adffe9f rx ring 53[201]
[ 43598.256703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.256703] iwm0: autoconfiguration error: unhandled firmware response 0xa9eb 0xeb/0x5ae00198 rx ring 53[201]
[ 43598.256703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.256703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.286702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.386702] iwm0: autoconfiguration error: unhandled firmware response 0xa00a 0xa/0x5ae1f7b7 rx ring 53[203]
[ 43598.396702] iwm0: autoconfiguration error: unhandled firmware response 0x9bbb 0xbb/0xa17f rx ring 0[0]
[ 43598.406702] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43598.416702] iwm0: autoconfiguration error: unhandled firmware response 0x1a4 0xa4/0x400d rx ring 0[0]
[ 43598.426702] iwm0: autoconfiguration error: unhandled firmware response 0x328e 0x8e/0x5ae28a3c rx ring 53[204]
[ 43598.456702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x3c4a08 rx ring 34[197]
[ 43598.526705] iwm0: autoconfiguration error: unhandled firmware response 0xb92a 0x2a/0x5ae410d8 rx ring 53[205]
[ 43598.526705] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43598.526705] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43598.546705] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.566702] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43598.566702] iwm0: autoconfiguration error: unhandled firmware response 0x1a4 0xa4/0x400d rx ring 0[0]
[ 43598.566702] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43598.566702] iwm0: autoconfiguration error: unhandled firmware response 0x6014 0x14/0x5ae4b7c2 rx ring 53[206]
[ 43598.566702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304a08 rx ring 34[197]
[ 43598.566702] iwm0: autoconfiguration error: unhandled firmware response 0x6d6c 0x6c/0x5ae4c51a rx ring 53[206]
[ 43598.576702] iwm0: autoconfiguration error: unhandled firmware response 0x7065 0x65/0x5ae4c813 rx ring 53[206]
[ 43598.576702] iwm0: autoconfiguration error: unhandled firmware response 0x1a4 0xa4/0x400d rx ring 0[0]
[ 43598.576702] iwm0: autoconfiguration error: unhandled firmware response 0x8ac8 0xc8/0x5ae4e276 rx ring 53[206]
[ 43598.576702] iwm0: autoconfiguration error: unhandled firmware response 0x8dc1 0xc1/0x5ae4e56f rx ring 53[206]
[ 43598.586702] iwm0: autoconfiguration error: unhandled firmware response 0xb7e9 0xe9/0x5ae50f97 rx ring 53[206]
[ 43598.586702] iwm0: autoconfiguration error: unhandled firmware response 0xbae3 0xe3/0x5ae51291 rx ring 53[206]
[ 43598.596702] iwm0: autoconfiguration error: unhandled firmware response 0xc00a 0xa/0x5ae517b8 rx ring 53[206]
[ 43598.616702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.806702] iwm0: autoconfiguration error: unhandled firmware response 0x9c5a 0x5a/0xa21e rx ring 0[0]
[ 43598.816702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.816702] iwm0: autoconfiguration error: unhandled firmware response 0x25d3 0xd3/0x5ae87d82 rx ring 53[210]
[ 43598.816702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.816702] iwm0: autoconfiguration error: unhandled firmware response 0x28f9 0xf9/0x5ae880a8 rx ring 53[210]
[ 43598.816702] iwm0: autoconfiguration error: unhandled firmware response 0x2bf3 0xf3/0x5ae883a2 rx ring 53[210]
[ 43598.826702] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43598.826702] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43598.826702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.846702] iwm0: autoconfiguration error: unhandled firmware response 0x91f1 0xf1/0x5ae8e9a0 rx ring 53[210]
[ 43598.856702] iwm0: autoconfiguration error: unhandled firmware response 0xb7c3 0xc3/0x5ae90f72 rx ring 53[210]
[ 43598.856702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.886702] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43598.946705] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43598.956702] iwm0: autoconfiguration error: unhandled firmware response 0x5280 0x80/0x5aeaaa30 rx ring 53[212]
[ 43598.956702] iwm0: autoconfiguration error: unhandled firmware response 0x5579 0x79/0x5aeaad29 rx ring 53[212]
[ 43598.996702] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43599.016702] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43599.016702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43599.016702] iwm0: autoconfiguration error: unhandled firmware response 0x429c 0x9c/0x5aeb9a4c rx ring 53[213]
[ 43599.016702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43599.046702] iwm0: autoconfiguration error: unhandled firmware response 0xb440 0x40/0x5aec0bf0 rx ring 53[213]
[ 43599.046702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43599.106702] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43599.206702] iwm0: autoconfiguration error: unhandled firmware response 0x24e4 0xe4/0x5aee7c95 rx ring 53[216]
[ 43599.206702] iwm0: autoconfiguration error: unhandled firmware response 0x2578 0x78/0x5aee7d29 rx ring 53[216]
[ 43599.206702] iwm0: autoconfiguration error: unhandled firmware response 0x260d 0xd/0x5aee7dbe rx ring 53[216]
[ 43599.246702] iwm0: autoconfiguration error: unhandled firmware response 0xbe22 0x22/0x5aef15d3 rx ring 53[216]
[ 43599.246702] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43599.256702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43599.346702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43599.376702] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43599.376702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43599.386701] iwm0: autoconfiguration error: unhandled firmware response 0xcff7 0xf7/0x5af127a9 rx ring 53[218]
[ 43599.386701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43599.406702] iwm0: autoconfiguration error: unhandled firmware response 0x375c 0x5c/0x5af18f0e rx ring 53[219]
[ 43599.406702] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43599.426702] iwm0: autoconfiguration error: unhandled firmware response 0x6e56 0x56/0x5af1c608 rx ring 53[219]
[ 43599.426702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43599.426702] iwm0: autoconfiguration error: unhandled firmware response 0x8c4f 0x4f/0x5af1e401 rx ring 53[219]
[ 43599.446702] iwm0: autoconfiguration error: unhandled firmware response 0xc922 0x22/0x5af220d4 rx ring 53[219]
[ 43599.456702] iwm0: autoconfiguration error: unhandled firmware response 0xee76 0x76/0x5af24628 rx ring 53[219]
[ 43599.466702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43599.506702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43599.576702] iwm0: autoconfiguration error: unhandled firmware response 0xc686 0x86/0x5af41e39 rx ring 53[221]
[ 43599.576702] iwm0: autoconfiguration error: unhandled firmware response 0xc97f 0x7f/0x5af42132 rx ring 53[221]
[ 43599.576702] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43599.836702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43599.856703] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43599.856703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43599.856703] iwm0: autoconfiguration error: unhandled firmware response 0x15fe 0xfe/0x5af86db2 rx ring 53[226]
[ 43599.856703] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43599.926703] iwm0: autoconfiguration error: unhandled firmware response 0x100a 0xa/0x5af967be rx ring 53[227]
[ 43599.926703] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43600.026702] iwm0: autoconfiguration error: unhandled firmware response 0xa00a 0xa/0x5afaf7be rx ring 53[228]
[ 43600.076701] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43600.086701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43600.086701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43600.306702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43600.306702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43600.336702] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43600.816701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43600.856702] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43600.896704] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43600.946702] iwm0: autoconfiguration error: unhandled firmware response 0xb00a 0xa/0x5b0907c2 rx ring 53[242]
[ 43600.946702] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43600.946702] iwm0: autoconfiguration error: unhandled firmware response 0x9dbe 0xbe/0xa382 rx ring 0[0]
[ 43601.046701] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43601.256701] iwm0: autoconfiguration error: unhandled firmware response 0x9dc6 0xc6/0xa38a rx ring 0[0]
[ 43601.326701] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43601.326701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43601.356702] iwm0: autoconfiguration error: unhandled firmware response 0xf00a 0xa/0x5b0f47c4 rx ring 53[248]
[ 43601.356702] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43601.376701] iwm0: autoconfiguration error: unhandled firmware response 0x3e54 0x54/0x5b0f960f rx ring 53[249]
[ 43601.456702] iwm0: autoconfiguration error: unhandled firmware response 0x6fc0 0xc0/0x5b10c77b rx ring 53[250]
[ 43601.566701] iwm0: autoconfiguration error: unhandled firmware response 0x9e11 0x11/0xa3d5 rx ring 0[0]
[ 43601.566701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43601.566701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x3c4a08 rx ring 34[197]
[ 43601.666701] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43602.026700] iwm0: autoconfiguration error: unhandled firmware response 0x1a8d 0x8d/0x5b19724a rx ring 54[3]
[ 43602.046700] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43602.046700] iwm0: autoconfiguration error: unhandled firmware response 0x79fb 0xfb/0x5b19d1b8 rx ring 54[3]
[ 43602.046700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43602.056705] iwm0: autoconfiguration error: unhandled firmware response 0x9141 0x41/0x5b19e8fe rx ring 54[3]
[ 43602.056705] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43602.076704] iwm0: autoconfiguration error: unhandled firmware response 0xe00a 0xa/0x5b1a37c7 rx ring 54[3]
[ 43602.076704] iwm0: autoconfiguration error: unhandled firmware response 0x9e44 0x44/0xa408 rx ring 0[0]
[ 43602.106701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43602.176701] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43602.276701] iwm0: autoconfiguration error: unhandled firmware response 0xa 0xa/0x5b1d57c8 rx ring 54[7]
[ 43602.366701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x3c4a08 rx ring 34[197]
[ 43602.376701] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43602.386700] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43602.486700] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43602.516700] iwm0: autoconfiguration error: unhandled firmware response 0x8ee8 0xe8/0x5b20e6a8 rx ring 54[10]
[ 43602.516700] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43602.516700] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43602.516700] iwm0: autoconfiguration error: unhandled firmware response 0xa719 0x19/0x5b20fed9 rx ring 54[10]
[ 43602.516700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43602.526700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x3c4a08 rx ring 34[197]
[ 43602.526700] iwm0: autoconfiguration error: unhandled firmware response 0xd81b 0x1b/0x5b212fdb rx ring 54[10]
[ 43602.526700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43602.536701] iwm0: autoconfiguration error: unhandled firmware response 0xe012 0x12/0x5b2137d2 rx ring 54[10]
[ 43602.536701] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43602.556701] iwm0: autoconfiguration error: unhandled firmware response 0x3421 0x21/0x5b218be1 rx ring 54[11]
[ 43602.556701] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43602.586701] iwm0: autoconfiguration error: unhandled firmware response 0x1a4 0xa4/0x400d rx ring 0[0]
[ 43602.686701] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43602.786701] iwm0: autoconfiguration error: unhandled firmware response 0xd00b 0xb/0x5b2527cb rx ring 54[14]
[ 43602.786701] iwm0: autoconfiguration error: unhandled firmware response 0x9ed3 0xd3/0xa497 rx ring 0[0]
[ 43602.896700] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43603.126700] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43603.186700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x3c4a08 rx ring 34[197]
[ 43603.196700] iwm0: autoconfiguration error: unhandled firmware response 0x99 0x99/0x5b2b585b rx ring 54[21]
[ 43603.196700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43603.196700] iwm0: autoconfiguration error: unhandled firmware response 0x100b 0xb/0x5b2b67cd rx ring 54[21]
[ 43603.196700] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43603.196700] iwm0: autoconfiguration error: unhandled firmware response 0x9ef5 0xf5/0xa4b9 rx ring 0[0]
[ 43603.196700] iwm0: autoconfiguration error: unhandled firmware response 0x8001 0x1/0x4208 rx ring 0[194]
[ 43603.206700] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43603.216700] iwm0: autoconfiguration error: unhandled firmware response 0x55a7 0xa7/0x5b2bad6a rx ring 54[21]
[ 43603.216700] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43603.256700] iwm0: autoconfiguration error: unhandled firmware response 0xf967 0x67/0x5b2c512a rx ring 54[21]
[ 43603.256700] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43603.266700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43603.336700] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43603.366700] iwm0: autoconfiguration error: unhandled firmware response 0x8d3b 0x3b/0x5b2de4fe rx ring 54[23]
[ 43603.366700] iwm0: autoconfiguration error: unhandled firmware response 0x962f 0x2f/0x5b2dedf2 rx ring 54[23]
[ 43603.366700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x3c4208 rx ring 34[197]
[ 43603.366700] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43603.366700] iwm0: autoconfiguration error: unhandled firmware response 0xa653 0x53/0x5b2dfe16 rx ring 54[23]
[ 43603.376717] iwm0: autoconfiguration error: unhandled firmware response 0xa8a4 0xa4/0x5b2e0067 rx ring 54[23]
[ 43603.376717] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43603.376717] iwm0: autoconfiguration error: unhandled firmware response 0xc45e 0x5e/0x5b2e1c21 rx ring 54[23]
[ 43603.376717] iwm0: autoconfiguration error: unhandled firmware response 0xc6af 0xaf/0x5b2e1e72 rx ring 54[23]
[ 43603.376717] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43603.386700] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43603.396700] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43603.426700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43603.726709] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43603.816700] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43603.916700] iwm0: autoconfiguration error: unhandled firmware response 0xb 0xb/0x5b3657d0 rx ring 54[32]
[ 43604.126703] iwm0: autoconfiguration error: unhandled firmware response 0x9fb2 0xb2/0xa576 rx ring 0[0]
[ 43604.536699] iwm0: autoconfiguration error: unhandled firmware response 0x9fbc 0xbc/0xa580 rx ring 0[0]
[ 43604.996700] iwm0: autoconfiguration error: unhandled firmware response 0x718d 0x8d/0x5b46c957 rx ring 54[48]
[ 43605.046700] iwm0: autoconfiguration error: unhandled firmware response 0x300a 0xa/0x5b4787d4 rx ring 54[49]
[ 43605.046700] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43605.046700] iwm0: autoconfiguration error: unhandled firmware response 0x9fc8 0xc8/0xa58c rx ring 0[0]
[ 43605.046700] iwm0: autoconfiguration error: unhandled firmware response 0x34d2 0xd2/0x5b478c9d rx ring 54[49]
[ 43605.046700] iwm0: autoconfiguration error: unhandled firmware response 0x3333 0x33/0x4208 rx ring 0[0]
[ 43605.196700] iwm0: autoconfiguration error: unhandled firmware response 0x9268 0x68/0x5b49ea33 rx ring 54[51]
[ 43605.196700] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43605.206700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43605.256699] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43605.266700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43605.276699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43605.406700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43605.436699] iwm0: autoconfiguration error: unhandled firmware response 0x3ebc 0xbc/0x5b4d9688 rx ring 54[55]
[ 43605.446699] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43605.446699] iwm0: autoconfiguration error: unhandled firmware response 0x61d6 0xd6/0x5b4db9a2 rx ring 54[55]
[ 43605.446699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43605.446699] iwm0: autoconfiguration error: unhandled firmware response 0x6593 0x93/0x5b4dbd5f rx ring 54[55]
[ 43605.446699] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43605.456700] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43605.466699] iwm0: autoconfiguration error: unhandled firmware response 0xa332 0x32/0x5b4dfaff rx ring 54[55]
[ 43605.466699] iwm0: autoconfiguration error: unhandled firmware response 0xa583 0x83/0x5b4dfd50 rx ring 54[55]
[ 43605.486700] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43605.506699] iwm0: autoconfiguration error: unhandled firmware response 0x3081 0x81/0x5b4e884e rx ring 54[56]
[ 43605.506699] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43605.546699] iwm0: autoconfiguration error: unhandled firmware response 0xed68 0x68/0x5b4f4535 rx ring 54[56]
[ 43605.666699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43605.666699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4a08 rx ring 34[197]
[ 43605.686699] iwm0: autoconfiguration error: unhandled firmware response 0xf012 0x12/0x5b5147df rx ring 54[58]
[ 43605.686699] iwm0: autoconfiguration error: unhandled firmware response 0xf456 0x56/0x5b514c23 rx ring 54[58]
[ 43605.686699] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43605.696699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43605.716699] iwm0: autoconfiguration error: unhandled firmware response 0x6e5d 0x5d/0x5b51c62a rx ring 54[59]
[ 43605.736699] iwm0: autoconfiguration error: unhandled firmware response 0xcc28 0x28/0x5b5223f5 rx ring 54[59]
[ 43605.736699] iwm0: autoconfiguration error: unhandled firmware response 0xd072 0x72/0x5b52283f rx ring 54[59]
[ 43605.736699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43605.736699] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43605.746699] iwm0: autoconfiguration error: unhandled firmware response 0xecf6 0xf6/0x5b5244c3 rx ring 54[59]
[ 43605.746699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43605.746699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43605.776699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43605.866700] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43605.966699] iwm0: autoconfiguration error: unhandled firmware response 0x400b 0xb/0x5b5597d9 rx ring 54[63]
[ 43606.206699] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43606.216699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43606.216699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43606.516698] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43606.546698] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43606.576698] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43606.576698] iwm0: autoconfiguration error: unhandled firmware response 0xa0ef 0xef/0xa6b3 rx ring 0[0]
[ 43606.686699] iwm0: autoconfiguration error: unhandled firmware response 0x300a 0xa/0x5b6087dc rx ring 54[74]
[ 43606.686699] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43606.736699] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43606.756699] iwm0: autoconfiguration error: unhandled firmware response 0x184 0x84/0x400d rx ring 0[0]
[ 43606.766699] iwm0: autoconfiguration error: unhandled firmware response 0x7103 0x3/0x5b61c8d5 rx ring 54[75]
[ 43606.776699] iwm0: autoconfiguration error: unhandled firmware response 0x9f73 0x73/0x5b61f745 rx ring 54[75]
[ 43606.786699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43606.816699] iwm0: autoconfiguration error: unhandled firmware response 0x3e9f 0x9f/0x5b629671 rx ring 54[76]
[ 43606.826699] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43606.876698] iwm0: autoconfiguration error: unhandled firmware response 0x1bb5 0xb5/0x5b637387 rx ring 54[77]
[ 43606.906702] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43606.916698] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43606.916698] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43606.916698] iwm0: autoconfiguration error: unhandled firmware response 0xe0 0xe0/0x400d rx ring 0[0]
[ 43606.926699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43606.966699] iwm0: autoconfiguration error: unhandled firmware response 0xf0 0xf0/0x400d rx ring 0[0]
[ 43606.986699] iwm0: autoconfiguration error: unhandled firmware response 0xa144 0x44/0xa709 rx ring 0[0]
[ 43607.006699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43607.006699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43607.016698] iwm0: autoconfiguration error: unhandled firmware response 0x3899 0x99/0x5b65906c rx ring 54[79]
[ 43607.016698] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43607.016698] iwm0: autoconfiguration error: unhandled firmware response 0x3b92 0x92/0x5b659365 rx ring 54[79]
[ 43607.016698] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43607.036699] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43607.196698] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43607.246702] iwm0: autoconfiguration error: unhandled firmware response 0xe044 0x44/0x5b693818 rx ring 54[82]
[ 43607.296702] iwm0: autoconfiguration error: unhandled firmware response 0x900b 0xb/0x5b69e7df rx ring 54[83]
[ 43607.476698] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43607.476698] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x304208 rx ring 34[197]
[ 43607.506699] iwm0: autoconfiguration error: unhandled firmware response 0xffff 0xff/0x80 rx ring 127[255]
[ 43607.776698] iwm0: autoconfiguration error: unhandled firmware response 0xe05c 0x5c/0x2c4208 rx ring 34[197]
[ 43607.786698] panic: m_copydata(0xffff8ef8cd539068,88,0,0xffff918260855000): m=NULL, off=0 (0), len=12 (76)
[ 43607.786698] cpu0: Begin traceback...
[ 43607.786698] vpanic() at netbsd:vpanic+0x171
[ 43607.786698] panic() at netbsd:panic+0x3c
[ 43607.796698] m_copydata() at netbsd:m_copydata+0x13d
[ 43607.796698] bus_dmamap_sync() at netbsd:bus_dmamap_sync+0x381
[ 43607.796698] iwm_start() at netbsd:iwm_start+0x796
[ 43607.806698] if_transmit() at netbsd:if_transmit+0x141
[ 43607.806698] ether_output() at netbsd:ether_output+0x2d2
[ 43607.806698] ip_if_output() at netbsd:ip_if_output+0x82
[ 43607.816698] ip_output() at netbsd:ip_output+0xe87
[ 43607.816698] tcp_output() at netbsd:tcp_output+0x17dd
[ 43607.816698] tcp_input() at netbsd:tcp_input+0x135e
[ 43607.826698] ipintr() at netbsd:ipintr+0xa21
[ 43607.826698] softint_dispatch() at netbsd:softint_dispatch+0x112
[ 43607.826698] DDB lost frame for netbsd:Xsoftintr+0x4c, trying 0xffff9182604ad0f0
[ 43607.826698] Xsoftintr() at netbsd:Xsoftintr+0x4c
[ 43607.826698] --- interrupt ---
[ 43607.826698] 0:
[ 43607.826698] cpu0: End traceback...

[ 43607.826698] dumping to dev 168,2 (offset=247407, size=2066226):
[ 43607.826698] dump [   1.0000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
[     1.000000]     2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
[     1.000000]     2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023,
[     1.000000]     2024, 2025
[     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
[     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[     1.000000]     The Regents of the University of California.  All rights reserved.

[     1.000000] NetBSD 10.99.12 (THINKPAD) #1: Fri Mar  7 19:40:11 EST 2025
[     1.000000] 	rob@thinkpad:/usr/netbsd/current/build/THINKPAD-buildsh/obj/sys/arch/amd64/compile/THINKPAD
[     1.000000] total memory = 8071 MB
[     1.000000] avail memory = 7786 MB
[     1.000000] timecounter: Timecounters tick every 10.000 msec
[     1.000000] Kernelized RAIDframe activated
[     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
[     1.000004] efi: systbl at pa cac4cf18
[     1.000004] mainbus0 (root)
[     1.000004] ACPI: RSDP 0x00000000CCDFE014 000024 (v02 LENOVO)
[     1.000004] ACPI: XSDT 0x00000000CCDFE1C0 0000E4 (v01 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: FACP 0x00000000CCDF8000 00010C (v05 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: DSDT 0x00000000CCDE3000 010FA5 (v02 LENOVO TP-JB    00001370 INTL 20120711)
[     1.000004] ACPI: FACS 0x00000000CCD68000 000040
[     1.000004] ACPI: SLIC 0x00000000CCDFD000 000176 (v01 LENOVO TP-JB    00001370 PTEC 00000001)
[     1.000004] ACPI: ASF! 0x00000000CCDFC000 0000A5 (v32 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: HPET 0x00000000CCDFB000 000038 (v01 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: ECDT 0x00000000CCDFA000 000052 (v01 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: APIC 0x00000000CCDF7000 000098 (v01 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: MCFG 0x00000000CCDF6000 00003C (v01 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: SSDT 0x00000000CCDF5000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20120711)
[     1.000004] ACPI: SSDT 0x00000000CCDF4000 000486 (v01 LENOVO TP-SSDT2 00000200 INTL 20120711)
[     1.000004] ACPI: SSDT 0x00000000CCDE2000 0009CB (v01 LENOVO SataAhci 00001000 INTL 20120711)
[     1.000004] ACPI: SSDT 0x00000000CCDE1000 000152 (v01 LENOVO Rmv_Batt 00001000 INTL 20120711)
[     1.000004] ACPI: SSDT 0x00000000CCDE0000 0006C9 (v01 LENOVO Cpu0Ist  00003000 INTL 20120711)
[     1.000004] ACPI: SSDT 0x00000000CCDDF000 000B74 (v02 LENOVO CpuSsdt  00003000 INTL 20120711)
[     1.000004] ACPI: SSDT 0x00000000CCDDE000 000369 (v02 LENOVO CtdpB    00001000 INTL 20120711)
[     1.000004] ACPI: SSDT 0x00000000CCDDC000 001475 (v01 LENOVO SaSsdt   00003000 INTL 20120711)
[     1.000004] ACPI: SSDT 0x00000000CCDDB000 000394 (v02 LENOVO CppcTabl 00001000 INTL 20120711)
[     1.000004] ACPI: PCCT 0x00000000CCDDA000 00006E (v05 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: SSDT 0x00000000CCDD9000 000AC4 (v02 LENOVO Cpc_Tabl 00001000 INTL 20120711)
[     1.000004] ACPI: UEFI 0x00000000CCDD8000 000042 (v01 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: MSDM 0x00000000CCD41000 000055 (v03 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: BATB 0x00000000CCDD7000 00004A (v02 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: FPDT 0x00000000CCDD6000 000064 (v01 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: UEFI 0x00000000CCDD5000 00031E (v01 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: DMAR 0x00000000CCDD4000 0000B0 (v01 LENOVO TP-JB    00001370 PTEC 00000002)
[     1.000004] ACPI: 11 ACPI AML tables successfully acquired and loaded
[     1.000004] ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 40 pins
[     1.000004] x2APIC available but disabled by DMAR table
[     1.000004] cpu0 at mainbus0 apid 0
[     1.000004] cpu0: Use lfence to serialize rdtsc
[     1.000004] cpu0: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz, id 0x306d4
[     1.000004] cpu0: node 0, package 0, core 0, smt 0
[     1.000004] cpu1 at mainbus0 apid 1
[     1.000004] cpu1: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz, id 0x306d4
[     1.000004] cpu1: node 0, package 0, core 0, smt 1
[     1.000004] cpu2 at mainbus0 apid 2
[     1.000004] cpu2: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz, id 0x306d4
[     1.000004] cpu2: node 0, package 0, core 1, smt 0
[     1.000004] cpu3 at mainbus0 apid 3
[     1.000004] cpu3: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz, id 0x306d4
[     1.000004] cpu3: node 0, package 0, core 1, smt 1
[     1.000004] acpi0 at mainbus0: Intel ACPICA 20241212
[     1.000004] acpi0: X/RSDT: OemId <LENOVO,TP-JB   ,00001370>, AslId <PTEC,00000002>
[     1.000004] acpiecdt0 at acpi0: ACPI Embedded Controller via ECDT
[     1.000004] acpi0: MCFG: segment 0, bus 0-63, address 0x00000000f8000000
[     1.000004] ACPI Error: Needed type [Reference], found [Integer] 0xffff8031e89d2588 (20241212/exresop-219)
[     1.000004] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20241212/dswexec-613)
[     1.000004] ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20241212/psparse-688)
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0xFFFF8031E8A05008 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0xFFFF8031E89B77C8 000119 (v02 PmRef  ApCst    00003000 INTL 20120711)
[     1.000004] acpi0: SCI interrupting at int 9
[     1.000004] acpi0: fixed power button present
[     1.000004] timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900
[     1.048254] hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
[     1.048254] timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
[     1.050292] acpiec0 at acpi0 (EC, PNP0C09-0): using acpiecdt0
[     1.050292] MEM (PNP0C01) at acpi0 not configured
[     1.050292] acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
[     1.050292] acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
[     1.050292] acpivga0 at acpi0 (VID): ACPI Display Adapter
[     1.050292] acpiout0 at acpivga0 (LCD0, 0x0400): ACPI Display Output Device
[     1.050292] acpiout0: _BQC broken, enabling quirk
[     1.050292] acpiout0: brightness levels: [0-100]
[     1.050292] acpiout1 at acpivga0 (CRT0, 0x0100): ACPI Display Output Device
[     1.050292] acpiout2 at acpivga0 (DVI0, 0x0300): ACPI Display Output Device
[     1.050292] acpiout3 at acpivga0 (DVI1, 0x0301): ACPI Display Output Device
[     1.050292] acpiout4 at acpivga0 (DVI2, 0x0302): ACPI Display Output Device
[     1.050292] acpiout5 at acpivga0 (DVI3, 0x0303): ACPI Display Output Device
[     1.050292] acpiout6 at acpivga0 (DVI4, 0x0304): ACPI Display Output Device
[     1.050292] acpiout7 at acpivga0 (DVI5, 0x0305): ACPI Display Output Device
[     1.050292] acpivga0: connected output devices:
[     1.050292] acpivga0:   0x0400 (acpiout0): Unknown Output Device, head 0
[     1.050292] attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43 irq 0
[     1.050292] pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
[     1.050292] spkr0 at pcppi1: PC Speaker
[     1.050292] wsbell at spkr0 not configured
[     1.050292] midi0 at pcppi1: PC speaker
[     1.050292] sysbeep0 at pcppi1
[     1.050292] pckbc1 at acpi0 (KBD, LEN0071) (kbd port): io 0x60,0x64 irq 1
[     1.050292] pckbc2 at acpi0 (MOU, LEN200E) (aux port): irq 12
[     1.050292] acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
[     1.050292] acpibat1 at acpi0 (BAT1, PNP0C0A-1): ACPI Battery
[     1.050292] acpiacad0 at acpi0 (AC, ACPI0003-0): ACPI AC Adapter
[     1.050292] thinkpad0 at acpi0 (HKEY, LEN0068)
[     1.050292] thinkpad0: version 0100
[     1.050292] thinkpad0: battery control capabilities: 1f
[     1.050292] acpiwmi0 at acpi0 (WMI1, PNP0C14-1): ACPI WMI Interface
[     1.050292] acpiwmibus at acpiwmi0 not configured
[     1.050292] acpiwmi1 at acpi0 (WMI2, PNP0C14-2): ACPI WMI Interface
[     1.050292] acpiwmibus at acpiwmi1 not configured
[     1.050292] acpiwmi2 at acpi0 (WMI3, PNP0C14-3): ACPI WMI Interface
[     1.050292] acpiwmibus at acpiwmi2 not configured
[     1.050292] PCCD (INT340F) at acpi0 not configured
[     1.050292] acpitz0 at acpi0 (THM0)
[     1.050292] acpitz0: levels: critical 128.0 C, passive cooling
[     1.050292] ACPI: Enabled 4 GPEs in block 00 to 7F
[     1.050292] attimer1: attached to pcppi1
[     1.050292] pckbd0 at pckbc1 (kbd slot)
[     1.050292] pckbc1: using irq 1 for kbd slot
[     1.050292] wskbd0 at pckbd0: console keyboard
[     1.050292] pms0 at pckbc1 (aux slot)
[     1.050292] pms0: Synaptics touchpad version 8.1
[     1.050292] pms0: Extended W mode, Passthrough, Up/down buttons, Palm detect, One button click pad, Multi-finger Report, Multi-finger, Reports max, Reports min
[     1.050292] pms0: Probed max coordinates right: 5676, top: 4758
[     1.050292] pms0: Probed min coordinates left: 1266, bottom: 1096
[     1.050292] pckbc1: using irq 12 for aux slot
[     1.050292] wsmouse0 at pms0 mux 0
[     1.050292] pci0 at mainbus0 bus 0: configuration mode 1
[     1.050292] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
[     1.050292] pchb0 at pci0 dev 0 function 0: Intel Core 5G Host Bridge (rev. 0x09)
[     1.050292] i915drmkms0 at pci0 dev 2 function 0: Intel HD Graphics 5500 (rev. 0x09)
[     1.050292] hdaudio0 at pci0 dev 3 function 0: HD Audio Controller
[     1.050292] hdaudio0: interrupting at msi0 vec 0
[     1.050292] hdaudio0: HDA ver. 1.0, OSS 3, ISS 0, BSS 0, SDO 1, 64-bit
[     1.050292] hdafg0 at hdaudio0: Intel HDMI/DP
[     1.050292] hdafg0: DP00 8ch: Digital Out [Jack]
[     1.050292] hdafg0: 8ch/0ch 48000Hz PCM16*
[     1.050292] audio0 at hdafg0: playback
[     1.050292] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
[     1.050292] spkr1 at audio0: PC Speaker (synthesized)
[     1.050292] wsbell at spkr1 not configured
[     1.050292] xhci0 at pci0 dev 20 function 0: Intel Core 5G (mobile) USB xHCI (rev. 0x03)
[     1.050292] xhci0: 64-bit DMA
[     1.050292] xhci0: interrupting at msi1 vec 0
[     1.050292] xhci0: xHCI version 1.0
[     1.050292] usb0 at xhci0: USB revision 3.0
[     1.050292] usb1 at xhci0: USB revision 2.0
[     1.050292] Intel Core 5G (mobile) ME Interface (miscellaneous communications, revision 0x03) at pci0 dev 22 function 0 not configured
[     1.050292] Intel I218-LM Ethernet Connection (ethernet network, revision 0x03) at pci0 dev 25 function 0 not configured
[     1.050292] hdaudio1 at pci0 dev 27 function 0: HD Audio Controller
[     1.050292] hdaudio1: interrupting at msi2 vec 0
[     1.050292] hdaudio1: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
[     1.050292] hdafg1 at hdaudio1: Realtek ALC292
[     1.050292] hdafg1: DAC00 2ch: Speaker [Built-In], HP Out [Jack]
[     1.050292] hdafg1: ADC01 2ch: Mic In [Jack]
[     1.050292] hdafg1: ADC02 2ch: Mic In [Built-In]
[     1.050292] hdafg1: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
[     1.050292] audio1 at hdafg1: playback, capture, full duplex, independent
[     1.050292] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
[     1.050292] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
[     1.050292] spkr2 at audio1: PC Speaker (synthesized)
[     1.050292] wsbell at spkr2 not configured
[     1.050292] ppb0 at pci0 dev 28 function 0: Intel Core 5G (mobile) PCIe (rev. 0xe3)
[     1.050292] ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.050292] ppb0: link is x1 @ 2.5GT/s
[     1.050292] pci1 at ppb0 bus 2
[     1.050292] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.050292] rtsx0 at pci1 dev 0 function 0: Realtek Semiconductor RTS5227 PCI-E Card Reader (rev. 0x01)
[     1.050292] rtsx0: interrupting at msi3 vec 0
[     1.050292] sdmmc0 at rtsx0
[     1.050292] ppb1 at pci0 dev 28 function 1: Intel Core 5G (mobile) PCIe (rev. 0xe3)
[     1.050292] ppb1: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.050292] ppb1: link is x1 @ 2.5GT/s
[     1.050292] pci2 at ppb1 bus 3
[     1.050292] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.050292] iwm0 at pci2 dev 0 function 0: Intel Dual Band Wireless AC 7265 (rev. 0x59)
[     1.050292] iwm0: interrupting at msi4 vec 0
[     1.050292] ehci0 at pci0 dev 29 function 0: Intel Core 5G (mobile) USB EHCI (rev. 0x03)
[     1.050292] ehci0: 64-bit DMA
[     1.050292] ehci0: interrupting at ioapic0 pin 23
[     1.050292] ehci0: EHCI version 1.0
[     1.050292] ehci0: Using DMA subregion for control data structures
[     1.050292] usb2 at ehci0: USB revision 2.0
[     1.050292] pcib0 at pci0 dev 31 function 0: Intel Core 5G (mobile) LPC (rev. 0x03)
[     1.050292] ahcisata0 at pci0 dev 31 function 2: Intel Core 5G (mobile) SATA Controller (AHCI) (rev. 0x03)
[     1.050292] ahcisata0: 64-bit DMA
[     1.050292] ahcisata0: AHCI revision 1.30, 3 ports, 32 slots, CAP 0xc734ff02<PSC,SSC,PMD,SAM,ISS=0x3=Gen3,SCLO,SAL,SALP,SNCQ,S64A>
[     1.050292] ahcisata0: interrupting at msi5 vec 0
[     1.050292] atabus0 at ahcisata0 channel 0
[     1.050292] ichsmb0 at pci0 dev 31 function 3: Intel Core 5G (mobile) SMBus (rev. 0x03)
[     1.050292] ichsmb0: interrupting at ioapic0 pin 18
[     1.050292] iic0 at ichsmb0: I2C bus
[     1.050292] Intel Core 5G (mobile) Thermal (miscellaneous DASP, revision 0x03) at pci0 dev 31 function 6 not configured
[     1.050292] isa0 at pcib0
[     1.050292] tpm0 at isa0 iomem 0xfed40000-0xfed40fff irq 7
[     1.050292] tpm0: device 0x0000104a rev 0x4e
[     1.050292] acpicpu0 at cpu0: ACPI CPU
[     1.050292] ACPI: Dynamic OEM Table Load:
[     1.050292] ACPI: SSDT 0xFFFF8031E9056808 000436 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[     1.050292] acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
[     1.050292] acpicpu0: C2: FFH, lat 148 us, pow   200 mW
[     1.050292] acpicpu0: C3: FFH, lat 233 us, pow   200 mW
[     1.050292] acpicpu0: P0: FFH, lat  10 us, pow 15000 mW, 2301 MHz, turbo boost
[     1.050292] acpicpu0: P1: FFH, lat  10 us, pow 15000 mW, 2300 MHz
[     1.050292] acpicpu0: P2: FFH, lat  10 us, pow 14088 mW, 2200 MHz
[     1.050292] acpicpu0: P3: FFH, lat  10 us, pow 12462 mW, 2000 MHz
[     1.050292] acpicpu0: P4: FFH, lat  10 us, pow 11745 mW, 1900 MHz
[     1.050292] acpicpu0: P5: FFH, lat  10 us, pow 11042 mW, 1800 MHz
[     1.050292] acpicpu0: P6: FFH, lat  10 us, pow 10215 mW, 1700 MHz
[     1.050292] acpicpu0: P7: FFH, lat  10 us, pow  8882 mW, 1500 MHz
[     1.050292] acpicpu0: P8: FFH, lat  10 us, pow  8101 mW, 1400 MHz
[     1.050292] acpicpu0: P9: FFH, lat  10 us, pow  7471 mW, 1300 MHz
[     1.050292] acpicpu0: P10: FFH, lat  10 us, pow  6121 mW, 1100 MHz
[     1.050292] acpicpu0: P11: FFH, lat  10 us, pow  5531 mW, 1000 MHz
[     1.050292] acpicpu0: P12: FFH, lat  10 us, pow  4955 mW,  900 MHz
[     1.050292] acpicpu0: P13: FFH, lat  10 us, pow  4267 mW,  800 MHz
[     1.050292] acpicpu0: P14: FFH, lat  10 us, pow  3182 mW,  600 MHz
[     1.050292] acpicpu0: P15: FFH, lat  10 us, pow  2538 mW,  500 MHz
[     1.050292] acpicpu0: T0: I/O, lat   1 us, pow     0 mW, 100 %
[     1.050292] acpicpu0: T1: I/O, lat   1 us, pow     0 mW,  88 %
[     1.050292] acpicpu0: T2: I/O, lat   1 us, pow     0 mW,  76 %
[     1.050292] acpicpu0: T3: I/O, lat   1 us, pow     0 mW,  64 %
[     1.050292] acpicpu0: T4: I/O, lat   1 us, pow     0 mW,  52 %
[     1.050292] acpicpu0: T5: I/O, lat   1 us, pow     0 mW,  40 %
[     1.050292] acpicpu0: T6: I/O, lat   1 us, pow     0 mW,  28 %
[     1.050292] acpicpu0: T7: I/O, lat   1 us, pow     0 mW,  16 %
[     1.050292] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=105
[     1.050292] acpicpu1 at cpu1: ACPI CPU
[     1.050292] acpicpu2 at cpu2: ACPI CPU
[     1.050292] coretemp1 at cpu2: thermal sensor, 1 C resolution, Tjmax=105
[     1.050292] acpicpu3 at cpu3: ACPI CPU
[     1.050292] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
[     1.518604] timecounter: Timecounter "TSC" frequency 2294690000 Hz quality 3000
[     1.520212] uhub0 at usb0: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
[     1.618596] uhub0: 4 ports with 4 removable, self powered
[     1.618596] uhub1 at usb1: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
[     1.718596] uhub1: 11 ports with 11 removable, self powered
[     1.718596] acpiacad0: AC adapter online.
[     1.718596] acpibat1: SANYO LION rechargeable battery
[     1.818596] acpibat1: granularity: low->warn 0.001 Wh, warn->full 0.001 Wh
[     1.818596] tpm0: tpm is deactivated
[     1.818596] uhub2 at usb2tpm0: deactivating entropy source
[     1.855186] : NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[     1.886732] uhub2: 3 ports with 3 removable, self powered
[     1.886732] ahcisata0 port 0: device present, speed: 6.0Gb/s
[     1.918593] IPsec: Initialized Security Association Processing.
[     2.318595] ubt0 at uhub1 port 7
[     2.318595] ubt0: vendor 8087 (0x8087) product 0a2a (0x0a2a), rev 2.01/0.01, addr 1
[     2.968594] uhub3 at uhub2 port 1: vendor 8087 (0x8087) product 8001 (0x8001), class 9/0, rev 2.00/0.03, addr 2
[     3.008592] uhub3: single transaction translator
[     3.038592] uhub3: 8 ports with 8 removable, self powered
[     3.478594] wd0 at atabus0 drive 0
[     3.488595] wd0: <Samsung SSD 870 EVO 1TB>
[     3.488595] wd0: drive supports 1-sector PIO transfers, LBA48 addressing
[     3.488595] wd0: 931 GB, 1938021 cyl, 16 head, 63 sec, 512 bytes/sect x 1953525168 sectors
[     3.488595] wd0: GPT GUID: feee86ba-9427-4412-a443-33216ddc6680
[     3.488595] dk0 at wd0: "EFI Partition", 409600 blocks at 34, type: msdos
[     3.488595] dk1 at wd0: "NetBSD 10.0", 838860800 blocks at 409634, type: ffs
[     3.488595] dk2 at wd0: "NetBSD 10.0/current swap", 16777216 blocks at 839270434, type: swap
[     3.488595] dk3 at wd0: "NetBSD current", 1097477485 blocks at 856047650, type: ffs
[     3.488595] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags)
[     3.488595] wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
[     3.488595] swwdog0: software watchdog initialized
[     3.528592] boot device: wd0
[     3.558592] root on dk3 dumps on dk2
[     3.588591] root file system type: ffs
[     3.618591] kern.module.path=/stand/amd64/10.99.12/modules
[     3.658593] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[     3.658593] [drm] Driver supports precise vblank timestamp query.
[     3.668602] i915drmkms0: interrupting at msi6 vec 0 (i915drmkms0)
[     3.738594] iwm0: hw rev 0x210, fw ver 22.361476.0, address 5c:e0:c5:a2:54:c7
[     3.768593] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
[     4.288590] intelfb0 at i915drmkms0
[     4.288590] [drm] DRM_I915_DEBUG enabled
[     4.318590] [drm] DRM_I915_DEBUG_GEM enabled
[     4.348590] intelfb0: framebuffer at 0xe0001000, size 1600x900, depth 32, stride 6400
[     5.888588] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
[     5.968588] wsmux1: connecting to wsdisplay0
[    31.758554] acpibat1: normal capacity on 'charge state'
[    65.828510] wsdisplay0: screen 1 added (default, vt100 emulation)
[    65.828510] wsdisplay0: screen 2 added (default, vt100 emulation)
[    65.838510] wsdisplay0: screen 3 added (default, vt100 emulation)
[    65.838510] wsdisplay0: screen 4 added (default, vt100 emulation)
>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index