NetBSD Problem Report #58587

From andreas@X230.domain.home  Mon Aug 12 18:22:29 2024
Return-Path: <andreas@X230.domain.home>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256
	 client-signature RSA-PSS (2048 bits) client-digest SHA256)
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 22BFE1A9242
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 12 Aug 2024 18:22:29 +0000 (UTC)
Message-Id: <20240812182259.3EFB252B30C@X230.domain.home>
Date: Mon, 12 Aug 2024 20:22:59 +0200 (CEST)
From: a.e.hecht@t-online.de
Reply-To: a.e.hecht@t-online.de
To: gnats-bugs@NetBSD.org
Subject: crash during boot in case wireless switch turned off
X-Send-Pr-Version: 3.95

>Number:         58587
>Category:       kern
>Synopsis:       crash during boot in case wireless switch turned off
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 12 18:25:00 +0000 2024
>Last-Modified:  Tue Aug 13 19:20:01 +0000 2024
>Originator:     Andreas Hecht
>Release:        NetBSD 10.0_STABLE
>Organization:
N/A
>Environment:
System: NetBSD X230.domain.home 10.0_STABLE NetBSD 10.0_STABLE (GENERIC) #0: Thu Aug 8 07:34:54 UTC 2024 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
Netbsd 10.0 STABLE from August 8 crashes during boot on a Lenovo X230 in case
the wireless switch (hardware switch on left side) is turned off. The system
boots fine in if the wireless switch in turned on. A GENERIC kernel build from
yesterday's netbsd github mirror sources shows the same behavior.

Here is the corresponding backtrace:

crash> bt
__kernel_end() at 0
kern_reboot() at sys_reboot
db_sync_cmd() at db_sifting_cmd
db_command() at db_command+0x125
db_command_loop() at db_command_loop+0x9c
db_trap() at db_trap+0xe9
kdb_trap() at kdb_trap+0x106
trap() at trap+0x530
--- trap (number 6) ---
iwm_softintr() at iwm_softintr+0x9e5
softint_dispatch() at softint_dispatch+0x17a
DDB lost frame for Xsoftintr+0x4c, trying 0xffffc004301e40f0
Xsoftintr() at Xsoftintr+0x4c
--- interrupt ---
0:

These are the last kernel messages before the crash occurs:

crash> dmesg | tail
[   3.8499330] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   3.8499330] [drm] Driver supports precise vblank timestamp query.
[   3.8499330] i915drmkms0: interrupting at msi5 vec 0 (i915drmkms0)
[   3.8499330] fatal page fault in supervisor mode
[   3.8499330] trap type 6 code 0 rip 0xffffffff803d652b cs 0x8 rflags 0x10202 cr2 0x4c ilevel 0x
4 rsp 0xffffc004301e3fc0
[   3.8499330] curlwp 0xffffec783ac71480 pid 0.3 lowest kstack 0xffffc004301df2c0

[   3.8499330] dumping to dev 0,1 (offset=483895, size=4133817):
[   3.8499330] dump

This laptop has an Intel AC 7260 wireless card installed:

crash> dmesg | grep iwm0
[   1.0266814] iwm0 at pci2 dev 0 function 0: Intel Dual Band Wireless AC 7260 (rev. 0xbb)
[   1.0266814] iwm0: interrupting at msi3 vec 0

Openbsd 7.4 and Freebsd 14.0 are booting fine on the same hardware when the
wireless switch is turned off.
>How-To-Repeat:
On a Lenovo X230 with NetBSD 10.0_STABLE installed turn off the wireless switch and boot.
>Fix:
???

>Audit-Trail:
From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: kern/58587: crash during boot in case wireless switch turned off
Date: Tue, 13 Aug 2024 12:09:11 +0200

 Can you please provide the full dmesg for the non-working case?

 You proably can save it by booting with wifi disabled, then at the db> prompt
 enable the hardware switch and tell ddb to "reboot". After the (hopefully
 now working) boot, save output from dmesg to a file and edit out the
 new (working) part.

 Martin

From: Andreas Hecht <a.e.hecht@t-online.de>
To: gnats-bugs@netbsd.org
Cc: kern-bug-people@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org, a.e.hecht@t-online.de, martin@duskware.de
Subject: Re: kern/58587: crash during boot in case wireless switch turned off
Date: Tue, 13 Aug 2024 19:58:07 +0200

 On Tue, Aug 13, 2024 at 10:10:01AM +0000, gnats-admin@netbsd.org wrote:
 > The following reply was made to PR kern/58587; it has been noted by GNATS.
 > 
 > From: Martin Husemann <martin@duskware.de>
 > To: gnats-bugs@netbsd.org
 > Cc: 
 > Subject: Re: kern/58587: crash during boot in case wireless switch turned off
 > Date: Tue, 13 Aug 2024 12:09:11 +0200
 > 
 >  Can you please provide the full dmesg for the non-working case?
 >  
 >  You proably can save it by booting with wifi disabled, then at the db> prompt
 >  enable the hardware switch and tell ddb to "reboot". After the (hopefully
 >  now working) boot, save output from dmesg to a file and edit out the
 >  new (working) part.
 >  
 >  Martin
 >  

 Here is the full dmesg output generated from the crash dump:

 # dmesg -M netbsd.0.core -N netbsd.0
 [     1.000000] 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
 [     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.0_STABLE (GENERIC) #0: Thu Aug  8 07:34:54 UTC 2024
 [     1.000000] 	mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC
 [     1.000000] total memory = 16147 MB
 [     1.000000] avail memory = 15597 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] mainbus0 (root)
 [     1.000004] ACPI: RSDP 0x00000000000F6BD0 000024 (v02 COREv4)
 [     1.000004] ACPI: XSDT 0x000000007FE440E0 00005C (v01 COREv4 COREBOOT 00000000 CORE 20230628)
 [     1.000004] ACPI: FACP 0x000000007FE47C20 000114 (v06 COREv4 COREBOOT 00000000 CORE 20230628)
 [     1.000004] ACPI: DSDT 0x000000007FE44280 003998 (v02 COREv4 COREBOOT 20110725 INTL 20230628)
 [     1.000004] ACPI: FACS 0x000000007FE44240 000040
 [     1.000004] ACPI: SSDT 0x000000007FE47D40 001769 (v02 COREv4 COREBOOT 00000000 CORE 20230628)
 [     1.000004] ACPI: MCFG 0x000000007FE494B0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20230628)
 [     1.000004] ACPI: TCPA 0x000000007FE494F0 000032 (v02 COREv4 COREBOOT 00000000 CORE 20230628)
 [     1.000004] ACPI: APIC 0x000000007FE49530 000072 (v03 COREv4 COREBOOT 00000000 CORE 20230628)
 [     1.000004] ACPI: DMAR 0x000000007FE495B0 0000C0 (v01 COREv4 COREBOOT 00000000 CORE 20230628)
 [     1.000004] ACPI: HPET 0x000000007FE49670 000038 (v01 COREv4 COREBOOT 00000000 CORE 20230628)
 [     1.000004] ACPI: 2 ACPI AML tables successfully acquired and loaded
 [     1.000004] ioapic0 at mainbus0 apid 0: pa 0xfec00000, version 0x20, 24 pins
 [     1.000004] cpu0 at mainbus0 apid 0
 [     1.000004] cpu0: Use lfence to serialize rdtsc
 [     1.000004] cpu0: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz, id 0x306a9
 [     1.000004] cpu0: node 0, package 0, core 0, smt 0
 [     1.000004] cpu1 at mainbus0 apid 2
 [     1.000004] cpu1: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz, id 0x306a9
 [     1.000004] cpu1: node 0, package 0, core 1, smt 0
 [     1.000004] cpu2 at mainbus0 apid 1
 [     1.000004] cpu2: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz, id 0x306a9
 [     1.000004] cpu2: node 0, package 0, core 0, smt 1
 [     1.000004] cpu3 at mainbus0 apid 3
 [     1.000004] cpu3: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz, id 0x306a9
 [     1.000004] cpu3: node 0, package 0, core 1, smt 1
 [     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
 [     1.000004] acpi0: X/RSDT: OemId <COREv4,COREBOOT,00000000>, AslId <CORE,20230628>
 [     1.000004] ACPI Error: No handler for Region [ERAM] (0xffffec7838b5cd48) [EmbeddedControl] (20221020/evregion-184)
 [     1.000004] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20221020/exfldio-320)
 [     1.000004] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC.BAT0._STA due to previous error (AE_NOT_EXIST) (20221020/psparse-580)
 [     1.000004] ACPI Error: No handler for Region [ERAM] (0xffffec7838b5cd48) [EmbeddedControl] (20221020/evregion-184)
 [     1.000004] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20221020/exfldio-320)
 [     1.000004] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC.BAT1._STA due to previous error (AE_NOT_EXIST) (20221020/psparse-580)
 [     1.000004] acpi0: MCFG: segment 0, bus 0-63, address 0x00000000f0000000
 [     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.026574] hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 [     1.026574] timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
 [     1.026681] acpiec0 at acpi0 (EC, PNP0C09-0): io 0x62,0x66
 [     1.026681] acpivga0 at acpi0 (GFX0): ACPI Display Adapter
 [     1.026681] acpiout0 at acpivga0 (BOX3, 0x0000): ACPI Display Output Device
 [     1.026681] acpiout1 at acpivga0 (LEGA, 0x0000): ACPI Display Output Device
 [     1.026681] acpiout2 at acpivga0 (VGA0, 0x0100): ACPI Display Output Device
 [     1.026681] acpiout3 at acpivga0 (TV0, 0x0240): ACPI Display Output Device
 [     1.026681] acpiout4 at acpivga0 (LCD0, 0x0410): ACPI Display Output Device
 [     1.026681] acpiout4: brightness levels: [2,4-5,7,9,11,13,18,20,24,29,33,40,50,67,100]
 [     1.026681] acpivga0: connected output devices:
 [     1.026681] acpivga0:   0x0100 (acpiout2): VGA Analog Monitor, index 0, port 0, head 0, bios detect
 [     1.026681] acpivga0:   0x0240 (acpiout3): TV/HDTV Monitor, index 0, port 4, head 0, bios detect
 [     1.026681] acpivga0:   0x0410 (acpiout4): Int. Digital Flat Panel, index 0, port 1, head 0, bios detect
 [     1.026681] acpiacad0 at acpi0 (AC, ACPI0003-0): ACPI AC Adapter
 [     1.026681] acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
 [     1.026681] acpibat1 at acpi0 (BAT1, PNP0C0A-0): ACPI Battery
 [     1.026681] acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 [     1.026681] acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
 [     1.026681] thinkpad0 at acpi0 (HKEY, LEN0068)
 [     1.026681] thinkpad0: version 0100
 [     1.026681] FWH (INT0800) at acpi0 not configured
 [     1.026681] attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43,0x50-0x53 irq 0
 [     1.026681] pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
 [     1.026681] pckbc2 at acpi0 (PS2M, LEN0020) (aux port): irq 12
 [     1.026681] tpm0 at acpi0 (TPM, PNP0C31-2313387420): io 0xc31-0xc32 mem 0xfed40000-0xfed44fff
 [     1.026681] tpm0: device 0x0000104a rev 0x4e
 [     1.026681] acpitz0 at acpi0 (THM0): cpu0 cpu1 cpu2 cpu3
 [     1.026681] acpitz0: active cooling level 0: 80.0C
 [     1.026681] acpitz0: levels: critical 100.0 C, passive 90.0 C
 [     1.026681] acpifan0 at acpi0 (FAN, PNP0C0B): ACPI Fan
 [     1.026681] acpitz1 at acpi0 (THM1): cpu0 cpu1 cpu2 cpu3
 [     1.026681] acpitz1: levels: critical 99.0 C, passive 94.0 C, passive cooling
 [     1.026681] CTBL (BOOT0000) at acpi0 not configured
 [     1.026681] ACPI: Enabled 1 GPEs in block 00 to 3F
 [     1.026681] pckbd0 at pckbc1 (kbd slot)
 [     1.026681] pckbc1: using irq 1 for kbd slot
 [     1.026681] wskbd0 at pckbd0: console keyboard
 [     1.026681] pms0 at pckbc1 (aux slot)
 [     1.026681] pms0: Synaptics touchpad version 8.1
 [     1.026681] pms0: Extended W mode, Passthrough, Palm detect, One button click pad, Multi-finger Report, Multi-finger, Reports max, Reports min
 [     1.026681] pms0: Probed max coordinates right: 5768, top: 5062
 [     1.026681] pms0: Probed min coordinates left: 1174, bottom: 790
 [     1.026681] pckbc1: using irq 12 for aux slot
 [     1.026681] wsmouse0 at pms0 mux 0
 [     1.026681] pci0 at mainbus0 bus 0: configuration mode 1
 [     1.026681] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 [     1.026681] pchb0 at pci0 dev 0 function 0: Intel Ivy Bridge Host Bridge (rev. 0x09)
 [     1.026681] i915drmkms0 at pci0 dev 2 function 0: Intel Ivy Bridge Integrated Graphics Device (rev. 0x09)
 [     1.026681] xhci0 at pci0 dev 20 function 0: Intel 7 Series USB xHCI (rev. 0x04)
 [     1.026681] xhci0: 64-bit DMA
 [     1.026681] xhci0: interrupting at msi0 vec 0
 [     1.026681] xhci0: xHCI version 1.0
 [     1.026681] usb0 at xhci0: USB revision 3.0
 [     1.026681] usb1 at xhci0: USB revision 2.0
 [     1.026681] wm0 at pci0 dev 25 function 0, 64-bit DMA: PCH2 LAN (82579LM) Controller (rev. 0x04)
 [     1.026681] wm0: interrupting at msi1 vec 0
 [     1.026681] wm0: PCI-Express bus
 [     1.026681] wm0: 2048 words FLASH, version 0.13.3
 [     1.026681] wm0: RX packet buffer size: 26KB
 [     1.026681] wm0: Ethernet address 00:de:ad:c0:ff:ee
 [     1.026681] wm0: 0x6a4080<FLASH,PCIE,ASF_FIRM,AMT,WOL,EEE>
 [     1.026681] ihphy0 at wm0 phy 2: i82579 10/100/1000 media interface, rev. 3
 [     1.026681] ihphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 [     1.026681] ehci0 at pci0 dev 26 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 [     1.026681] ehci0: 64-bit DMA
 [     1.026681] ehci0: interrupting at ioapic0 pin 19
 [     1.026681] ehci0: EHCI version 1.0
 [     1.026681] ehci0: Using DMA subregion for control data structures
 [     1.026681] usb2 at ehci0: USB revision 2.0
 [     1.026681] hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 [     1.026681] hdaudio0: interrupting at msi2 vec 0
 [     1.026681] hdaudio0: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
 [     1.026681] hdafg0 at hdaudio0: Realtek ALC269
 [     1.026681] hdafg0: DAC00 2ch: Speaker [Built-In]
 [     1.026681] hdafg0: DAC01 2ch: HP Out [Jack]
 [     1.026681] hdafg0: ADC02 2ch: Mic In [Jack]
 [     1.026681] hdafg0: ADC03 2ch: Mic In [Built-In]
 [     1.026681] hdafg0: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
 [     1.026681] audio0 at hdafg0: playback, capture, full duplex, independent
 [     1.026681] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [     1.026681] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [     1.026681] spkr0 at audio0: PC Speaker (synthesized)
 [     1.026681] wsbell at spkr0 not configured
 [     1.026681] hdafg1 at hdaudio0: Intel product 2806
 [     1.026681] hdafg1: DP00 8ch: Digital Out [Jack]
 [     1.026681] hdafg1: DP01 8ch: Digital Out [Jack]
 [     1.026681] hdafg1: DP02 8ch: Digital Out [Jack]
 [     1.026681] hdafg1: 8ch/0ch 48000Hz PCM16*
 [     1.026681] audio1 at hdafg1: playback, capture, full duplex, independent
 [     1.026681] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [     1.026681] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [     1.026681] spkr1 at audio1: PC Speaker (synthesized)
 [     1.026681] wsbell at spkr1 not configured
 [     1.026681] ppb0 at pci0 dev 28 function 0: Intel 7 Series PCIe (rev. 0xc4)
 [     1.026681] ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
 [     1.026681] ppb0: link is x1 @ 2.5GT/s
 [     1.026681] pci1 at ppb0 bus 1
 [     1.026681] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.026681] sdhc0 at pci1 dev 0 function 0: Ricoh 5U823 SD/MMC Controller (rev. 0x04)
 [     1.026681] sdhc0: interrupting at ioapic0 pin 16
 [     1.026681] sdhc0: SDHC 3.0, rev 5, caps <21e8c8b2/00008073>, SDMA, 200000 kHz, HS SDR50 SDR104 HS200 3.3V, re-tuning mode 3, 512 byte blocks
 [     1.026681] sdmmc0 at sdhc0 slot 0
 [     1.026681] ppb1 at pci0 dev 28 function 1: Intel 7 Series PCIe (rev. 0xc4)
 [     1.026681] ppb1: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
 [     1.026681] ppb1: link is x1 @ 2.5GT/s
 [     1.026681] pci2 at ppb1 bus 2
 [     1.026681] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.026681] iwm0 at pci2 dev 0 function 0: Intel Dual Band Wireless AC 7260 (rev. 0xbb)
 [     1.026681] iwm0: interrupting at msi3 vec 0
 [     1.026681] ppb2 at pci0 dev 28 function 2: Intel 7 Series PCIe (rev. 0xc4)
 [     1.026681] ppb2: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
 [     1.026681] pci3 at ppb2 bus 3
 [     1.026681] pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.026681] ehci1 at pci0 dev 29 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 [     1.026681] ehci1: 64-bit DMA
 [     1.026681] ehci1: interrupting at ioapic0 pin 18
 [     1.026681] ehci1: EHCI version 1.0
 [     1.026681] ehci1: Using DMA subregion for control data structures
 [     1.026681] usb3 at ehci1: USB revision 2.0
 [     1.026681] ichlpcib0 at pci0 dev 31 function 0: Intel Mobile QM77 LPC (rev. 0x04)
 [     1.026681] timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 [     1.026681] ichlpcib0: 24-bit timer
 [     1.026681] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [     1.026681] tco0: Min/Max interval 1/367 seconds
 [     1.026681] ahcisata0 at pci0 dev 31 function 2: Intel 7 Series (mobile) SATA Controller (AHCI) (rev. 0x04)
 [     1.026681] ahcisata0: 64-bit DMA
 [     1.026681] ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xff30ff05<PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SSS,SMPS,SSNTF,SNCQ,S64A>
 [     1.026681] ahcisata0: interrupting at msi4 vec 0
 [     1.026681] atabus0 at ahcisata0 channel 0
 [     1.026681] atabus1 at ahcisata0 channel 1
 [     1.026681] atabus2 at ahcisata0 channel 2
 [     1.026681] ichsmb0 at pci0 dev 31 function 3: Intel 7 Series SMBus Controller (rev. 0x04)
 [     1.026681] ichsmb0: interrupting at ioapic0 pin 16
 [     1.026681] iic0 at ichsmb0: I2C bus
 [     1.026681] Intel product 1e24 (miscellaneous DASP, revision 0x04) at pci0 dev 31 function 6 not configured
 [     1.026681] isa0 at ichlpcib0
 [     1.026681] pcppi0 at isa0 port 0x61
 [     1.026681] spkr2 at pcppi0: PC Speaker
 [     1.026681] wsbell at spkr2 not configured
 [     1.026681] midi0 at pcppi0: PC speaker
 [     1.026681] sysbeep0 at pcppi0
 [     1.026681] attimer1: attached to pcppi0
 [     1.026681] acpicpu0 at cpu0: ACPI CPU
 [     1.026681] acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 [     1.026681] acpicpu0: C2: FFH, lat  63 us, pow   500 mW
 [     1.026681] acpicpu0: C3: FFH, lat  90 us, pow   200 mW
 [     1.026681] acpicpu0: P0: FFH, lat  10 us, pow 35000 mW, 2601 MHz, turbo boost
 [     1.026681] acpicpu0: P1: FFH, lat  10 us, pow 35000 mW, 2600 MHz
 [     1.026681] acpicpu0: P2: FFH, lat  10 us, pow 31561 mW, 2400 MHz
 [     1.026681] acpicpu0: P3: FFH, lat  10 us, pow 28247 mW, 2200 MHz
 [     1.026681] acpicpu0: P4: FFH, lat  10 us, pow 25084 mW, 2000 MHz
 [     1.026681] acpicpu0: P5: FFH, lat  10 us, pow 22064 mW, 1800 MHz
 [     1.026681] acpicpu0: P6: FFH, lat  10 us, pow 19135 mW, 1600 MHz
 [     1.026681] acpicpu0: P7: FFH, lat  10 us, pow 16344 mW, 1400 MHz
 [     1.026681] acpicpu0: P8: FFH, lat  10 us, pow 13666 mW, 1200 MHz
 [     1.026681] acpicpu0: T0: FFH, lat   1 us, pow  1000 mW, 100 %
 [     1.026681] acpicpu0: T1: FFH, lat   1 us, pow   940 mW,  94 %
 [     1.026681] acpicpu0: T2: FFH, lat   1 us, pow   880 mW,  88 %
 [     1.026681] acpicpu0: T3: FFH, lat   1 us, pow   820 mW,  82 %
 [     1.026681] acpicpu0: T4: FFH, lat   1 us, pow   760 mW,  75 %
 [     1.026681] acpicpu0: T5: FFH, lat   1 us, pow   700 mW,  69 %
 [     1.026681] acpicpu0: T6: FFH, lat   1 us, pow   640 mW,  63 %
 [     1.026681] acpicpu0: T7: FFH, lat   1 us, pow   580 mW,  57 %
 [     1.026681] acpicpu0: T8: FFH, lat   1 us, pow   520 mW,  50 %
 [     1.026681] acpicpu0: T9: FFH, lat   1 us, pow   460 mW,  44 %
 [     1.026681] acpicpu0: T10: FFH, lat   1 us, pow   400 mW,  38 %
 [     1.026681] acpicpu0: T11: FFH, lat   1 us, pow   340 mW,  32 %
 [     1.026681] acpicpu0: T12: FFH, lat   1 us, pow   280 mW,  25 %
 [     1.026681] acpicpu0: T13: FFH, lat   1 us, pow   220 mW,  19 %
 [     1.026681] acpicpu0: T14: FFH, lat   1 us, pow   160 mW,  13 %
 [     1.026681] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=105
 [     1.026681] acpicpu1 at cpu1: ACPI CPU
 [     1.026681] coretemp1 at cpu1: thermal sensor, 1 C resolution, Tjmax=105
 [     1.026681] acpicpu2 at cpu2: ACPI CPU
 [     1.026681] acpicpu3 at cpu3: ACPI CPU
 [     1.026681] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 [     1.026681] timecounter: Timecounter "TSC" frequency 2594109000 Hz quality 3000
 [     1.213009] uhub0 at usb0: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
 [     1.213009] uhub0: 4 ports with 4 removable, self powered
 [     1.213009] uhub1 at usb1: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
 [     1.213009] uhub1: 4 ports with 4 removable, self powered
 [     1.213009] acpiacad0: AC adapter offline.
 [     1.213009] acpibat0: SANYO LION rechargeable battery
 [     1.213009] acpibat0: granularity: low->warn 0.001 Ah, warn->full 0.001 Ah
 [     1.219946] IPsec: Initialized Security Association Processing.
 [     1.229946] uhub2 at usb2: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
 [     1.229946] uhub2: 3 ports with 3 removable, self powered
 [     1.229946] uhub3 at usb3: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
 [     1.229946] uhub3: 3 ports with 3 removable, self powered
 [     1.309945] ahcisata0 port 0: device present, speed: 6.0Gb/s
 [     2.299941] uhub4 at uhub3 port 1: vendor 8087 (0x8087) product 0024 (0x0024), class 9/0, rev 2.00/0.00, addr 2
 [     2.299941] uhub4: single transaction translator
 [     2.299941] uhub5 at uhub2 port 1: vendor 8087 (0x8087) product 0024 (0x0024), class 9/0, rev 2.00/0.00, addr 2
 [     2.299941] uhub5: single transaction translator
 [     2.299941] uhub5: 6 ports with 6 removable, self powered
 [     2.299941] uhub4: 8 ports with 8 removable, self powered
 [     2.869938] wd0 at atabus0 drive 0
 [     2.879938] wd0: <INTEL SSDSC2BF180A4L>
 [     2.879938] wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 [     2.879938] wd0: 167 GB, 348861 cyl, 16 head, 63 sec, 512 bytes/sect x 351651888 sectors
 [     2.899938] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), NCQ (32 tags)
 [     2.899938] wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
 [     3.149937] urtwn0 at uhub5 port 2
 [     3.149937] urtwn0: Realtek (0x0bda) 802.11n NIC (0x8179), rev 2.00/0.00, addr 3
 [     3.269936] urtwn0: MAC/BB RTL8188EU, RF 6052 1T1R, address 6c:5a:b0:bd:d8:47
 [     3.269936] urtwn0: 1 rx pipe, 2 tx pipes
 [     3.779934] uvideo0 at uhub5 port 6 configuration 1 interface 0: Ricoh Company Ltd. (0x5986) Integrated Camera (0x02d2), rev 2.00/0.11, addr 4
 [     3.789935] video0 at uvideo0: Ricoh Company Ltd. (0x5986) Integrated Camera (0x02d2), rev 2.00/0.11, addr 4
 [     3.789935] swwdog0: software watchdog initialized
 [     3.789935] boot device: wd0
 [     3.789935] root on wd0a dumps on wd0b
 [     3.789935] root file system type: ffs
 [     3.789935] kern.module.path=/stand/amd64/10.0/modules
 [     3.789935] WARNING: NVRAM century is 26 but RTC year is 2024
 [     3.849933] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [     3.849933] [drm] Driver supports precise vblank timestamp query.
 [     3.849933] i915drmkms0: interrupting at msi5 vec 0 (i915drmkms0)
 [     3.849933] fatal page fault in supervisor mode
 [     3.849933] trap type 6 code 0 rip 0xffffffff803d652b cs 0x8 rflags 0x10202 cr2 0x4c ilevel 0x4 rsp 0xffffc004301e3fc0
 [     3.849933] curlwp 0xffffec783ac71480 pid 0.3 lowest kstack 0xffffc004301df2c0

 [     3.849933] dumping to dev 0,1 (offset=483895, size=4133817):
 [     3.849933] dump 

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.47 2022/09/11 19:34:41 kim Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2024 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.