NetBSD Problem Report #58727

From www@netbsd.org  Tue Oct  8 09:57:03 2024
Return-Path: <www@netbsd.org>
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 602D11A923B
	for <gnats-bugs@gnats.NetBSD.org>; Tue,  8 Oct 2024 09:57:03 +0000 (UTC)
Message-Id: <20241008095702.05D571A923D@mollari.NetBSD.org>
Date: Tue,  8 Oct 2024 09:57:01 +0000 (UTC)
From: rxg@lavabit.com
Reply-To: rxg@lavabit.com
To: gnats-bugs@NetBSD.org
Subject: stuck in boot with i915drmkms on DVI
X-Send-Pr-Version: www-1.0

>Number:         58727
>Category:       port-amd64
>Synopsis:       stuck in boot with i915drmkms on DVI
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    riastradh
>State:          feedback
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 08 10:00:01 +0000 2024
>Closed-Date:    
>Last-Modified:  Mon Apr 21 09:35:01 +0000 2025
>Originator:     Rui-Xiang Guo
>Release:        10.0
>Organization:
>Environment:
NetBSD netbsd 10.0 NetBSD 10.0 (GENERIC) #0: Thu Mar 28 08:33:33 UTC 2024  mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
When I use DVI and DRM is activated, the screen goes blank.
The main board uses 945GME chipset and works well with VGA.
The display related dmesg is listed as below:
[     1.000765] pci0 at mainbus0 bus 0: configuration mode 1
[     1.000765] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
[     1.000765] pchb0 at pci0 dev 0 function 0: Intel 82945GME Host Bridge (rev. 0x03)
[     1.000765] agp0 at pchb0: i915-family chipset
[     1.000765] agp0: detected 7932k stolen memory
[     1.000765] agp0: aperture at 0xd0000000, size 0x10000000
[     1.000765] i915drmkms0 at pci0 dev 2 function 0: Intel 82945GME Integrated Graphics Device (rev. 0x03)
[     1.000765] Intel 82945GM/PM/GMS Integrated Graphics Device (miscellaneous display, revision 0x03) at pci0 dev 2 function 1 not configured
[     5.928802] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[     5.928802] [drm] Driver supports precise vblank timestamp query.
[     5.928802] [drm] Failed to find VBIOS tables (VBT)
[     5.928802] i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0)
[     5.928802] WARNING: NVRAM century is 12 but RTC year is 2024
[     5.938833] [drm] Initialized overlay support.
[     5.938833] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
[     6.049288] intelfb0 at i915drmkms0
[     6.049288] [drm] DRM_I915_DEBUG enabled
[     6.049288] [drm] DRM_I915_DEBUG_GEM enabled
[     6.049288] intelfb0: framebuffer at 0xd0009000, size 1920x1080, depth 32, stride 7680
[     6.469692] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
[     6.509723] wsmux1: connecting to wsdisplay0

Here was the debug output:
21294224+783272+1313880 [939539+1397208+1023446]=0x1b350c0
[   1.0000000] WARNING: system needs entropy for security; see entropy(7)
[   1.0000000] fatal breakpoint trap in supervisor mode
[   1.0000000] trap type 1 code 0 rip 0xffffffff80235385 cs 0x8 rflags 0x202 cr2 0 ilevel 0x8 rsp 0xffffffff81d3ceb0
[   1.0000000] curlwp 0xffffffff8188ac80 pid 0.0 lowest kstack 0xffffffff81d372c0
Stopped in pid 0.0 (system) at  netbsd:breakpoint+0x5:  leave
breakpoint() at netbsd:breakpoint+0x5
init_x86_64() at netbsd:init_x86_64+0x579
ds          24f0
es          2f
fs          1c0
gs          1000
rdi         8
rsi         2
rbp         ffffffff81d3ceb0
rbx         1f
rdx         0
rcx         8000000001d8e021
rax         0
r8          0
r9          8
r10         ffffffff80201590    Xintr_legacy15
r11         1551d8
r12         ffffd580000011f0
r13         ffffd58000001000
r14         ffffffff81d37000
r15         0
rip         ffffffff80235385    breakpoint+0x5
cs          8
rflags      202
rsp         ffffffff81d3ceb0
ss          10
netbsd:breakpoint+0x5:  leave
>How-To-Repeat:
Write 10.0/amd64 image to the USB stick then boot it in normally.
>Fix:

>Release-Note:

>Audit-Trail:
From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
Date: Tue, 8 Oct 2024 12:12:24 +0200

 On Tue, Oct 08, 2024 at 10:00:01AM +0000, rxg@lavabit.com wrote:
 > NetBSD netbsd 10.0 NetBSD 10.0 (GENERIC) #0: Thu Mar 28 08:33:33 UTC 2024  mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64

 Could you please try with a kernel from

 	https://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-10/latest/

 and report if that shows the same symptoms?

 If you get to the db> prompt there too, please type

 	bt

 and show the first lines of the output from that.

 Tia

 Martin

From: Rui-Xiang Guo <rxg@lavabit.com>
To: gnats-bugs@netbsd.org
Cc: port-amd64-maintainer@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
Date: Sat, 12 Oct 2024 17:01:16 +0800

 On Tue, Oct 08, 2024 at 10:15:01AM +0000, Martin Husemann via gnats wrote:
 > The following reply was made to PR port-amd64/58727; it has been noted by GNATS.
 > 
 > From: Martin Husemann <martin@duskware.de>
 > To: gnats-bugs@netbsd.org
 > Cc: 
 > Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
 > Date: Tue, 8 Oct 2024 12:12:24 +0200
 > 
 >  On Tue, Oct 08, 2024 at 10:00:01AM +0000, rxg@lavabit.com wrote:
 >  > NetBSD netbsd 10.0 NetBSD 10.0 (GENERIC) #0: Thu Mar 28 08:33:33 UTC 2024  mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64
 >  
 >  Could you please try with a kernel from
 >  
 >  	https://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-10/latest/
 >  
 >  and report if that shows the same symptoms?
 >  
 >  If you get to the db> prompt there too, please type
 >  
 >  	bt
 >  
 >  and show the first lines of the output from that.

 I test netbsd-10/202410091550Z/amd64, and still have the same symptoms.
 Here is the complete boot log from consdev com0:
 [   1.0000000] NetBSD 10.0_STABLE (GENERIC) #0: Wed Oct  9 15:29:37 UTC 2024
 [   1.0000000]  mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC
 [   1.0000000] total memory = 3062 MB
 [   1.0000000] avail memory = 2935 MB
 [   1.0000040] mainbus0 (root)
 [   1.0000040] ACPI: RSDP 0x00000000000F75B0 000014 (v00 IntelR)
 [   1.0000040] ACPI: RSDT 0x00000000BF6E3000 000034 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: FACP 0x00000000BF6E3080 000074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: DSDT 0x00000000BF6E3100 004AE5 (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
 [   1.0000040] ACPI: FACS 0x00000000BF6E0000 000040
 [   1.0000040] ACPI: MCFG 0x00000000BF6E7CC0 00003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: APIC 0x00000000BF6E7C00 000068 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: SSDT 0x00000000BF6E8360 000272 (v01 PmRef  CpuPm    00003000 INTL 20060217)
 [   1.0000040] ACPI: 2 ACPI AML tables successfully acquired and loaded
 [   1.0000040] ioapic0 at mainbus0 apid 2
 [   1.0000040] cpu0 at mainbus0 apid 0
 [   1.0000040] cpu0: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz, id 0x6f6
 [   1.0000040] cpu0: node 0, package 0, core 0, smt 0
 [   1.0000040] cpu1 at mainbus0 apid 1
 [   1.0000040] cpu1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz, id 0x6f6
 [   1.0000040] cpu1: node 0, package 0, core 1, smt 0
 [   1.0000040] acpi0 at mainbus0: Intel ACPICA 20221020
 [   1.0000040] acpi0: fixed power button present
 [   1.0463188] acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [   1.0463188] attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
 [   1.0463188] pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
 [   1.0463188] spkr0 at pcppi1: PC Speaker
 [   1.0463188] wsbell at spkr0 not configured
 [   1.0463188] midi0 at pcppi1: PC speaker
 [   1.0463188] sysbeep0 at pcppi1
 [   1.0463188] com0 at acpi0 (UAR1, PNP0501-1): io 0x3f8-0x3ff irq 4
 [   1.0463188] com: ns16550a, 16-byte FIFO
 [   1.0463188] com0: console
 [   1.0463188] com1 at acpi0 (UAR2, PNP0501-2): io 0x2f8-0x2ff irq 3
 [   1.0463188] com1: ns16550a, 16-byte FIFO
 [   1.0463188] com2 at acpi0 (UAR3, PNP0501-3): io 0x3e8-0x3ef irq 5
 [   1.0463188] com2: ns16550a, 16-byte FIFO
 [   1.0463188] com3 at acpi0 (UAR4, PNP0501-4): io 0x2e8-0x2ef irq 10
 [   1.0463188] com3: ns16550a, 16-byte FIFO
 [   1.0463188] FWH (INT0800) at acpi0 not configured
 [   1.0463188] MEM (PNP0C01) at acpi0 not configured
 [   1.0463188] acpitz0 at acpi0 (THRM)
 [   1.0463188] ACPI: Enabled 2 GPEs in block 00 to 1F
 [   1.0463188] attimer1: attached to pcppi1
 [   1.0463188] pci0 at mainbus0 bus 0: configuration mode 1
 [   1.0463188] pchb0 at pci0 dev 0 function 0: Intel 82945GME Host Bridge (rev. 0x03)
 [   1.0463188] agp0 at pchb0: i915-family chipset
 [   1.0463188] agp0: detected 7932k stolen memory
 [   1.0463188] agp0: aperture at 0xd0000000, size 0x10000000
 [   1.0463188] i915drmkms0 at pci0 dev 2 function 0: Intel 82945GME Integrated Graphics Device (rev. 0x03)
 [   1.0463188] genfb0 at pci0 dev 2 function 1: Intel 82945GM/PM/GMS Integrated Graphics Device (rev. 0x03)
 [   1.0463188] hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 [   1.0463188] hdaudio0: interrupting at msi0 vec 0
 [   1.0463188] hdaudio0: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
 [   1.0463188] hdafg0 at hdaudio0: Realtek ALC888
 [   1.0463188] hdafg0: DAC00 4ch: Speaker [Jack]
 [   1.0463188] hdafg0: DAC01 2ch: Speaker [Jack]
 [   1.0463188] hdafg0: DIG02 2ch: SPDIF Out [Jack]
 [   1.0463188] hdafg0: ADC03 2ch: Line In [Jack], Mic In [Jack]
 [   1.0463188] hdafg0: ADC04 2ch: Mic In [Jack]
 [   1.0463188] hdafg0: 4ch/2ch 44100Hz 48000Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
 [   1.0463188] audio0 at hdafg0: playback, capture, full duplex, independent
 [   1.0463188] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [   1.0463188] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [   1.0463188] spkr1 at audio0: PC Speaker (synthesized)
 [   1.0463188] wsbell at spkr1 not configured
 [   1.0463188] ppb0 at pci0 dev 28 function 0: Intel 82801GB/GR PCI Express Port #1 (rev. 0x02)
 [   1.0463188] ppb0: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1 @ 2.5GT/s
 [   1.0463188] pci1 at ppb0 bus 1
 [   1.0463188] ppb1 at pci0 dev 28 function 2: Intel 82801GB/GR PCI Express Port #3 (rev. 0x02)
 [   1.0463188] ppb1: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1 @ 2.5GT/s
 [   1.0463188] pci2 at ppb1 bus 2
 [   1.0463188] re0 at pci2 dev 0 function 0: RealTek 8168/8111 PCIe Gigabit Ethernet (rev. 0x01)
 [   1.0463188] re0: interrupting at msi1 vec 0
 [   1.0463188] re0: RTL8168 2 (0x3800)
 [   1.0463188] re0: Ethernet address [_MAC_XXXXXXXXXX]
 [   1.0463188] rgephy0 at re0 phy 7: RTL8211B 1000BASE-T media interface
 [   1.0463188] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 [   1.0463188] uhci0 at pci0 dev 29 function 0: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0463188] uhci0: interrupting at ioapic0 pin 23
 [   1.0463188] usb0 at uhci0: USB revision 1.0
 [   1.0463188] uhci1 at pci0 dev 29 function 1: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0463188] uhci1: interrupting at ioapic0 pin 19
 [   1.0463188] usb1 at uhci1: USB revision 1.0
 [   1.0463188] uhci2 at pci0 dev 29 function 2: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0463188] uhci2: interrupting at ioapic0 pin 18
 [   1.0463188] usb2 at uhci2: USB revision 1.0
 [   1.0463188] uhci3 at pci0 dev 29 function 3: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0463188] uhci3: interrupting at ioapic0 pin 16
 [   1.0463188] usb3 at uhci3: USB revision 1.0
 [   1.0463188] ehci0 at pci0 dev 29 function 7: Intel 82801GB/GR USB EHCI Controller (rev. 0x02)
 [   1.0463188] ehci0: interrupting at ioapic0 pin 23
 [   1.0463188] ehci0: 4 companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
 [   1.0463188] ehci0: Using DMA subregion for control data structures
 [   1.0463188] usb4 at ehci0: USB revision 2.0
 [   1.0463188] ppb2 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI Bridge (rev. 0xe2)
 [   1.0463188] pci3 at ppb2 bus 3
 [   1.0463188] ichlpcib0 at pci0 dev 31 function 0: Intel 82801GHM LPC Interface Bridge (rev. 0x02)
 [   1.8619183] ichlpcib0: 24-bit timer
 [   1.8619183] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [   1.8619183] piixide0 at pci0 dev 31 function 1: Intel 82801GB/GR IDE Controller (ICH7) (rev. 0x02)
 [   1.8619183] piixide0: primary channel interrupting at ioapic0 pin 14
 [   1.8619183] atabus0 at piixide0 channel 0
 [   1.8619183] piixide0: secondary channel ignored (disabled)
 [   1.8619183] ahcisata0 at pci0 dev 31 function 2: Intel 82801GBM AHCI SATA Controller (rev. 0x02)
 [   1.8619183] ahcisata0: AHCI revision 1.10, 4 ports, 32 slots, CAP 0xc310ff03<PSC,SSC,PMD,ISS=0x1=Gen1,SCLO,SAL,SNCQ,S64A>
 [   1.8619183] ahcisata0: interrupting at msi2 vec 0
 [   1.8619183] atabus1 at ahcisata0 channel 0
 [   1.8619183] atabus2 at ahcisata0 channel 2
 [   1.8619183] ichsmb0 at pci0 dev 31 function 3: Intel 82801GB/GR SMBus Controller (rev. 0x02)
 [   1.8619183] ichsmb0: interrupting at ioapic0 pin 19
 [   1.8619183] iic0 at ichsmb0: I2C bus
 [   1.8619183] isa0 at ichlpcib0
 [   1.8619183] tpm0 at isa0 iomem 0xfed40000-0xfed40fff irq 7
 [   1.8619183] tpm0: device 0x000b15d1 rev 0x10
 [   1.8619183] pckbc0 at isa0 port 0x60-0x64
 [   1.8619183] acpicpu0 at cpu0: ACPI CPU
 [   1.8619183] coretemp0 at cpu0: thermal sensor, 1 C resolution
 [   1.8619183] acpicpu1 at cpu1: ACPI CPU
 [   1.8619183] coretemp1 at cpu1: thermal sensor, 1 C resolution
 [   2.0153230] uhub0 at usb0: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   2.1154187] uhub1 at usb1: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   2.2254888] uhub2 at usb2: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   2.3355614] uhub3 at usb3: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   2.4456327] uhub4 at usb4: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
 [   2.5557034] ahcisata0 port 2: device present, speed: 1.5Gb/s
 [   2.6257598] tpm0: read 8 bytes, expected 10
 [   2.6740296] tpm0: deactivating entropy source
 [   4.5444972] uhidev0 at uhub0 port 1 configuration 1 interface 0
 [   4.6146145] uhidev0: MOSART Semi. (0x0458) Wireless Mouse (0x0185), rev 1.10/1.03, addr 2, iclass 3/0
 [   4.7447903] uhidev0: 2 report ids
 [   4.7748201] uhid0 at uhidev0 reportid 2: input=63, output=0, feature=63
 [   4.8548724] uhidev1 at uhub0 port 1 configuration 1 interface 1
 [   4.9249176] uhidev1: MOSART Semi. (0x0458) Wireless Mouse (0x0185), rev 1.10/1.03, addr 2, iclass 3/1
 [   5.0651204] uhidev1: 5 report ids
 [   5.1051967] ums0 at uhidev1 reportid 1: 5 buttons, W and Z dirs
 [   5.1752430] wsmouse0 at ums0 mux 0
 [   5.2152679] uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0
 [   5.2953203] uhid2 at uhidev1 reportid 3: input=2, output=0, feature=0
 [   5.3653663] uhid3 at uhidev1 reportid 5: input=5, output=6, feature=0
 [   6.2391604] umass0 at uhub4 port 4 configuration 1 interface 0
 [   6.3093380] umass0: JetFlash (0x8564) Mass Storage Device (0x1000), rev 2.00/1.00, addr 2
 [   6.4094021] scsibus0 at umass0: 2 targets, 1 lun per target
 [   6.4694617] sd0 at scsibus0 target 0 lun 0: <JetFlash, Transcend 4GB, 8.07> disk removable
 [   6.5796467] sd0: fabricating a geometry
 [   6.6244943] sd0: 3828 MB, 3828 cyl, 64 head, 32 sec, 512 bytes/sect x 7839744 sectors
 [   6.7198189] sd0: fabricating a geometry
 [   6.9106750] wd0 at atabus0 drive 0
 [   6.9517920] wd0: <FC-1307 SD to CF Adapter V1.5>
 [   7.0094102] wd0: 30436 MB, 61839 cyl, 16 head, 63 sec, 512 bytes/sect x 62333952 sectors
 [   7.1211062] wd1 at atabus2 drive 0
 [   7.1612141] wd1: <HITACHI HTS725032A9A364>
 [   7.2112660] wd1: 298 GB, 620181 cyl, 16 head, 63 sec, 512 bytes/sect x 625142448 sectors
 [   7.3013247] uhub5 at uhub0 port 2: vendor 0557 (0x0557) product 8021 (0x8021), class 9/0, rev 1.10/1.00, addr 3
 [   7.4717109] uhidev2 at uhub1 port 1 configuration 1 interface 0
 [   7.5479398] uhidev2: Holtek (0x045e) Controller (0x028e), rev 2.00/1.14, addr 2, iclass 255/93
 [   7.6529839] uhid4 at uhidev2: input=20, output=6, feature=0
 [   8.5663902] uhidev3 at uhub5 port 1 configuration 1 interface 0
 [   8.6368542] uhidev3: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/1
 [   8.7566155] ukbd0 at uhidev3
 [   8.7974355] wskbd0 at ukbd0 mux 1
 [   8.8369576] uhidev4 at uhub5 port 1 configuration 1 interface 1
 [   8.9076805] uhidev4: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/0
 [   9.0470074] uhidev4: 3 report ids
 [   9.0906208] uhid5 at uhidev4 reportid 1: input=1, output=0, feature=0
 [   9.1675842] uhid6 at uhidev4 reportid 2: input=3, output=0, feature=0
 [   9.2445471] uhid7 at uhidev4 reportid 3: input=3, output=0, feature=4
 [   9.3215097] uhidev5 at uhub5 port 1 configuration 1 interface 2
 [   9.3901511] uhidev5: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/1
 [   9.5174351] ums1 at uhidev5: 5 buttons and Z dir
 [   9.5722614] wsmouse1 at ums1 mux 0
 [   9.6175618] swwdog0: software watchdog initialized
 [  10.2912552] boot device: sd0
 [  10.3313517] root on sd0a dumps on sd0b
 [  10.4116996] root file system type: ffs
 [  10.4618543] kern.module.path=/stand/amd64/10.0/modules
 [  10.5219041] WARNING: NVRAM century is 36 but RTC year is 2024
 [  10.5319113] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [  10.6708532] [drm] Driver supports precise vblank timestamp query.
 [  10.7436519] [drm] Failed to find VBIOS tables (VBT)
 [  10.8020853] i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0)
 [  10.9021502] entropy: best effort
 [  10.9389716] [drm] Initialized overlay support.
 [  10.9920127] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
 [  11.1626448] i915drmkms0: [drm] Cannot find any crtc or sizes
 [  11.2326905] [drm] DRM_I915_DEBUG enabled
 [  11.2827229] [drm] DRM_I915_DEBUG_GEM enabled

 Maybe the main issue is intelfb0?

 -rxg

From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
Date: Sat, 12 Oct 2024 12:58:10 +0200

 On Sat, Oct 12, 2024 at 09:05:02AM +0000, Rui-Xiang Guo via gnats wrote:
 >  I test netbsd-10/202410091550Z/amd64, and still have the same symptoms.

 Please provide the output of the "bt" command when it crashes.

 Martin

Responsible-Changed-From-To: port-amd64-maintainer->riastradh
Responsible-Changed-By: riastradh@NetBSD.org
Responsible-Changed-When: Sat, 12 Oct 2024 12:58:47 +0000
Responsible-Changed-Why:
mine


State-Changed-From-To: open->feedback
State-Changed-By: riastradh@NetBSD.org
State-Changed-When: Sat, 12 Oct 2024 12:58:47 +0000
State-Changed-Why:
feedback requested


From: Taylor R Campbell <riastradh@NetBSD.org>
To: Rui-Xiang Guo <rxg@lavabit.com>
Cc: gnats-bugs@netbsd.org, port-amd64-maintainer@netbsd.org,
	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
Date: Sat, 12 Oct 2024 12:58:04 +0000

 Can you please try to get some additional diagnostic information as
 follows?

 1. Boot over serial console.

 2. Use the boot options `boot netbsd -x -v -d' (and whatever else you
    want, like `-s' to boot into single-user mode, not important).

 3. At the ddb prompt, do:

 	db{0}> w __drm_debug 6
 	db{0}> continue

 And then share the console output.

From: Rui-Xiang Guo <rxg@lavabit.com>
To: Taylor R Campbell <riastradh@NetBSD.org>
Cc: gnats-bugs@netbsd.org, port-amd64-maintainer@netbsd.org,
	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
Date: Sat, 12 Oct 2024 21:26:04 +0800

 On Sat, Oct 12, 2024 at 12:58:04PM +0000, Taylor R Campbell wrote:
 > Can you please try to get some additional diagnostic information as
 > follows?
 > 
 > 1. Boot over serial console.
 > 
 > 2. Use the boot options `boot netbsd -x -v -d' (and whatever else you
 >    want, like `-s' to boot into single-user mode, not important).
 > 
 > 3. At the ddb prompt, do:
 > 
 > 	db{0}> w __drm_debug 6
 > 	db{0}> continue
 > 
 > And then share the console output.

 [   1.0000000] NetBSD 10.0_STABLE (GENERIC) #0: Wed Oct  9 15:29:37 UTC 2024
 [   1.0000000]  mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC
 [   1.0000000] total memory = 3062 MB
 [   1.0000000] avail memory = 2935 MB
 [   1.0000000] entropy: no seed from bootloader
 [   1.0000000] timecounter: Timecounters tick every 10.000 msec
 [   1.0000000] Kernelized RAIDframe activated
 [   1.0000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 [   1.0000040] efi: missing or invalid systbl
 [   1.0000040] SMBIOS rev. 2.2 @ 0xf0800 (38 entries)
 [   1.0000040] mainbus0 (root)
 [   1.0000040] ACPI: RSDP 0x00000000000F75B0 000014 (v00 IntelR)
 [   1.0000040] ACPI: RSDT 0x00000000BF6E3000 000034 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: FACP 0x00000000BF6E3080 000074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: DSDT 0x00000000BF6E3100 004AE5 (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
 [   1.0000040] ACPI: FACS 0x00000000BF6E0000 000040
 [   1.0000040] ACPI: MCFG 0x00000000BF6E7CC0 00003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: APIC 0x00000000BF6E7C00 000068 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: SSDT 0x00000000BF6E8360 000272 (v01 PmRef  CpuPm    00003000 INTL 20060217)
 [   1.0000040] ACPI: 2 ACPI AML tables successfully acquired and loaded
 [   1.0000040] ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 24 pins
 [   1.0000040] ioapic0: apid is misconfigured (0 != 2)
 [   1.0000040] ioapic0: remapped to apic 2
 [   1.0000040] cpu0 at mainbus0 apid 0
 [   1.0000040] cpu0: 64 page colors
 [   1.0000040] cpu0: Use lfence to serialize rdtsc
 [   1.0000040] cpu0: TSC freq from delay 2208481900 Hz
 [   1.0000040] cpu0: [re]calibrating local timer
 [   1.0000040] cpu0: apic clock running at 166 MHz
 [   1.0000040] cpu0: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz, id 0x6f6
 [   1.0000040] cpu0: node 0, package 0, core 0, smt 0
 [   1.0000040] cpu1 at mainbus0 apid 1
 [   1.0000040] cpu1: 2 page colors
 [   1.0000040] i82489_ipi_init: ESR 00000040
 [   1.0000040] cpu1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz, id 0x6f6
 [   1.0000040] cpu1: node 0, package 0, core 1, smt 0
 [   1.0000040] acpi0 at mainbus0: Intel ACPICA 20221020
 [   1.0000040] acpi0: X/RSDT: OemId <IntelR,AWRDACPI,42302e31>, AslId <AWRD,00000000>
 [   1.0000040] allocated pic ioapic0 type level pin 9 level 6 to cpu0 slot 0 idt entry 96
 [   1.0000040] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 [   1.0000040] MCFG: MEMMAP: 0x0000000000000000-0x000000000009f3ff, size=0x000000000009f400, type=1(Memory)
 [   1.0000040] MCFG: MEMMAP: 0x000000000009f400-0x000000000009ffff, size=0x0000000000000c00, type=2(Reserved)
 [   1.0000040] MCFG: MEMMAP: 0x00000000000f0000-0x00000000000fffff, size=0x0000000000010000, type=2(Reserved)
 [   1.0000040] MCFG: MEMMAP: 0x0000000000100000-0x00000000bf68ffff, size=0x00000000bf590000, type=1(Memory)
 [   1.0000040] MCFG: MEMMAP: 0x00000000bf690000-0x00000000bf6dffff, size=0x0000000000050000, type=2(Reserved)
 [   1.0000040] MCFG: MEMMAP: 0x00000000bf6e0000-0x00000000bf6e2fff, size=0x0000000000003000, type=4(NVS)
 [   1.0000040] MCFG: MEMMAP: 0x00000000bf6e3000-0x00000000bf6effff, size=0x000000000000d000, type=3(ACPI)
 [   1.0000040] MCFG: MEMMAP: 0x00000000bf6f0000-0x00000000bf6fffff, size=0x0000000000010000, type=2(Reserved)
 [   1.0000040] MCFG: MEMMAP: 0x00000000e0000000-0x00000000efffffff, size=0x0000000010000000, type=2(Reserved)
 [   1.0000040] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 [   1.0000040] acpi0: SCI interrupting at int 9
 [   1.0000040] acpi0: fixed power button present
 [   1.0000040] timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 [   1.0451346] acpi0: ACPI-Fast 24-bit timer
 [   1.0451346] acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [   1.0451346] attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
 [   1.0451346] pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
 [   1.0451346] spkr0 at pcppi1: PC Speaker
 [   1.0451346] wsbell at spkr0 not configured
 [   1.0451346] midi0 at pcppi1: PC speaker
 [   1.0451346] sysbeep0 at pcppi1
 [   1.0451346] com0 at acpi0 (UAR1, PNP0501-1): io 0x3f8-0x3ff irq 4
 [   1.0451346] com: ns16550a, 16-byte FIFO
 [   1.0451346] com0: console
 [   1.0451346] allocated pic ioapic0 type edge pin 4 level 8 to cpu0 slot 1 idt entry 129
 [   1.0451346] com1 at acpi0 (UAR2, PNP0501-2): io 0x2f8-0x2ff irq 3
 [   1.0451346] com1: ns16550a, 16-byte FIFO
 [   1.0451346] allocated pic ioapic0 type edge pin 3 level 8 to cpu0 slot 2 idt entry 130
 [   1.0451346] com2 at acpi0 (UAR3, PNP0501-3): io 0x3e8-0x3ef irq 5
 [   1.0451346] com2: ns16550a, 16-byte FIFO
 [   1.0451346] allocated pic ioapic0 type edge pin 5 level 8 to cpu0 slot 3 idt entry 131
 [   1.0451346] com3 at acpi0 (UAR4, PNP0501-4): io 0x2e8-0x2ef irq 10
 [   1.0451346] com3: ns16550a, 16-byte FIFO
 [   1.0451346] allocated pic ioapic0 type edge pin 10 level 8 to cpu0 slot 4 idt entry 132
 [   1.0451346] FWH (INT0800) at acpi0 not configured
 [   1.0451346] MEM (PNP0C01) at acpi0 not configured
 [   1.0451346] acpitz0 at acpi0 (THRM)
 [   1.0451346] acpitz0: polling interval 30.0 seconds
 [   1.0451346] acpitz0: levels: critical 120.0 C, passive cooling
 [   1.0451346] ACPI: Enabled 2 GPEs in block 00 to 1F
 [   1.0451346] attimer1: attached to pcppi1
 [   1.0451346] pci0 at mainbus0 bus 0: configuration mode 1
 [   1.0451346] acpi0: MCFG: 000:00:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [   1.0451346] acpi0: MCFG: 000:00:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [   1.0451346] acpi0: MCFG: 000:02:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [   1.0451346] acpi0: MCFG: 000:02:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [   1.0451346] acpi0: MCFG: 000:02:1: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [   1.0451346] acpi0: MCFG: 000:02:1: Ok (cfg[0x100]=0x00000000 extconf=N)
 [   1.0451346] acpi0: MCFG: 000:27:0: Ok (cfg[0x100]=0x13010002 extconf=Y)
 [   1.0451346] acpi0: MCFG: 000:28:0: Ok (cfg[0x100]=0x18010002 extconf=Y)
 [   1.0451346] acpi0: MCFG: 000:28:2: Ok (cfg[0x100]=0x18010002 extconf=Y)
 [   1.0451346] acpi0: MCFG: 000:29:0: invalid config space (cfg[0x100]=0x27c88086, alias=true)
 [   1.0451346] acpi0: MCFG: 000:29:0: Ok (cfg[0x100]=0x27c88086 extconf=N)
 [   1.0451346] acpi0: MCFG: 000:29:1: invalid config space (cfg[0x100]=0x27c98086, alias=true)
 [   1.0451346] acpi0: MCFG: 000:29:1: Ok (cfg[0x100]=0x27c98086 extconf=N)
 [   1.0451346] acpi0: MCFG: 000:29:2: invalid config space (cfg[0x100]=0x27ca8086, alias=true)
 [   1.0451346] acpi0: MCFG: 000:29:2: Ok (cfg[0x100]=0x27ca8086 extconf=N)
 [   1.0451346] acpi0: MCFG: 000:29:3: invalid config space (cfg[0x100]=0x27cb8086, alias=true)
 [   1.0451346] acpi0: MCFG: 000:29:3: Ok (cfg[0x100]=0x27cb8086 extconf=N)
 [   1.0451346] acpi0: MCFG: 000:29:7: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0451346] acpi0: MCFG: 000:29:7: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0451346] acpi0: MCFG: 000:30:0: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0451346] acpi0: MCFG: 000:30:0: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0451346] acpi0: MCFG: 000:31:0: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0451346] acpi0: MCFG: 000:31:0: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0451346] acpi0: MCFG: 000:31:1: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0451346] acpi0: MCFG: 000:31:1: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0451346] acpi0: MCFG: 000:31:2: invalid config space (cfg[0x100]=0x27c58086, alias=true)
 [   1.0451346] acpi0: MCFG: 000:31:2: Ok (cfg[0x100]=0x27c58086 extconf=N)
 [   1.0451346] acpi0: MCFG: 000:31:3: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0451346] acpi0: MCFG: 000:31:3: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0451346] acpi0: MCFG: bus 0: valid devices
 [   1.0451346] acpi0: MCFG: 000:00:0
 [   1.0451346] acpi0: MCFG: 000:02:0
 [   1.0451346] acpi0: MCFG: 000:02:1
 [   1.0451346] acpi0: MCFG: 000:27:0
 [   1.0451346] acpi0: MCFG: 000:28:0
 [   1.0451346] acpi0: MCFG: 000:28:2
 [   1.0451346] acpi0: MCFG: 000:29:0
 [   1.0451346] acpi0: MCFG: 000:29:1
 [   1.0451346] acpi0: MCFG: 000:29:2
 [   1.0451346] acpi0: MCFG: 000:29:3
 [   1.0451346] acpi0: MCFG: 000:29:7
 [   1.0451346] acpi0: MCFG: 000:30:0
 [   1.0451346] acpi0: MCFG: 000:31:0
 [   1.0451346] acpi0: MCFG: 000:31:1
 [   1.0451346] acpi0: MCFG: 000:31:2
 [   1.0451346] acpi0: MCFG: 000:31:3
 [   1.0451346] acpi0: acpimcfg_map_bus done
 [   1.0451346] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 [   1.0451346] pchb0 at pci0 dev 0 function 0: Intel 82945GME Host Bridge (rev. 0x03)
 [   1.0451346] agp0 at pchb0: i915-family chipset
 [   1.0451346] agp0: detected 7932k stolen memory
 [   1.0451346] agp0: aperture at 0xd0000000, size 0x10000000
 [   1.0451346] i915drmkms0 at pci0 dev 2 function 0: Intel 82945GME Integrated Graphics Device (rev. 0x03)
 [   1.0451346] pci_mem_find: void region
 [   1.0451346] pci_mem_find: void region
 [   1.0451346] i915drmkms0: WARNING: power management not supported
 [   1.0451346] genfb0 at pci0 dev 2 function 1: Intel 82945GM/PM/GMS Integrated Graphics Device (rev. 0x03)
 [   1.0451346] no width property
 [   1.0451346] genfb0: not configured by firmware
 [   1.0451346] hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 [   1.0451346] allocated pic msi0 type edge pin 0 level 7 to cpu0 slot 16 idt entry 112
 [   1.0451346] hdaudio0: interrupting at msi0 vec 0
 [   1.0451346] hdaudio0: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
 [   1.0451346] hdafg0 at hdaudio0 vendor 0x10EC product 0x0888 nid 0x01: Realtek ALC888
 [   1.0451346] hdafg0: DAC00 4ch: Speaker [Jack]
 [   1.0451346]     nid=14 [pin: Speaker (Green Jack)]
 [   1.0451346]            nid=0C [audio mixer] [source: dac, record]
 [   1.0451346]                   nid=02 [audio output] [source: dac]
 [   1.0451346]                   nid=0B [audio mixer] [source: record]
 [   1.0451346]     nid=15 [pin: Speaker (Black Jack)]
 [   1.0451346]            nid=0D [audio mixer] [source: dac, record]
 [   1.0451346]                   nid=03 [audio output] [source: dac]
 [   1.0451346]                   nid=0B [audio mixer] [source: record]
 [   1.0451346] hdafg0: DAC01 2ch: Speaker [Jack]
 [   1.0451346]     nid=1B [pin: Speaker (Green Jack)]
 [   1.0451346]            nid=0E [audio mixer] [source: dac, record]
 [   1.0451346]                   nid=04 [audio output] [source: dac]
 [   1.0451346]                   nid=0B [audio mixer] [source: record]
 [   1.0451346] hdafg0: DIG02 2ch: SPDIF Out [Jack]
 [   1.0451346]     nid=1E [pin: SPDIF Out (Yellow Jack)]
 [   1.0451346]            nid=06 [audio output] [source: dac]
 [   1.0451346] hdafg0: ADC03 2ch: Line In [Jack], Mic In [Jack]
 [   1.0451346]     nid=18 [pin: Mic In (Pink Jack)]
 [   1.0451346]     nid=1A [pin: Line In (Blue Jack)]
 [   1.0451346] hdafg0: ADC04 2ch: Mic In [Jack]
 [   1.0451346]     nid=19 [pin: Mic In (Pink Jack)]
 [   1.0451346] hdafg0: 4ch/2ch 44100Hz 48000Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
 [   1.0451346] audio0 at hdafg0: playback, capture, full duplex, independent
 [   1.0451346] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [   1.0451346] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [   1.0451346] spkr1 at audio0: PC Speaker (synthesized)
 [   1.0451346] wsbell at spkr1 not configured
 [   1.0451346] ppb0 at pci0 dev 28 function 0: Intel 82801GB/GR PCI Express Port #1 (rev. 0x02)
 [   1.0451346] ppb0: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1 @ 2.5GT/s
 [   1.0451346] pci1 at ppb0 bus 1
 [   1.0451346] acpi0: MCFG: bus 1: no valid devices.
 [   1.0451346] acpi0: acpimcfg_map_bus done
 [   1.0451346] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 [   1.0451346] ppb1 at pci0 dev 28 function 2: Intel 82801GB/GR PCI Express Port #3 (rev. 0x02)
 [   1.0451346] ppb1: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1 @ 2.5GT/s
 [   1.0451346] pci2 at ppb1 bus 2
 [   1.0451346] acpi0: MCFG: 002:00:0: Ok (cfg[0x100]=0x12c10001 extconf=Y)
 [   1.0451346] acpi0: MCFG: bus 2: valid devices
 [   1.0451346] acpi0: MCFG: 002:00:0
 [   1.0451346] acpi0: acpimcfg_map_bus done
 [   1.0451346] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 [   1.0451346] re0 at pci2 dev 0 function 0pci_mem_find: void region
 [   1.0451346] : RealTek 8168/8111 PCIe Gigabit Ethernet (rev. 0x01)
 [   1.0451346] allocated pic msi1 type edge pin 0 level 6 to cpu0 slot 17 idt entry 97
 [   1.0451346] re0: interrupting at msi1 vec 0
 [   1.0451346] re0: RTL8168 2 (0x3800)
 [   1.0451346] re0: Ethernet address [_MAC_XXXXXXXXXX]
 [   1.0451346] re0: using 256 tx descriptors
 [   1.0451346] rgephy0 at re0 phy 7: RTL8211B 1000BASE-T media interface
 [   1.0451346] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 [   1.0451346] uhci0 at pci0 dev 29 function 0: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0451346] allocated pic ioapic0 type level pin 23 level 6 to cpu0 slot 5 idt entry 98
 [   1.0451346] uhci0: interrupting at ioapic0 pin 23
 [   1.0451346] usb0 at uhci0: USB revision 1.0
 [   1.0451346] uhci1 at pci0 dev 29 function 1: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0451346] allocated pic ioapic0 type level pin 19 level 6 to cpu0 slot 6 idt entry 99
 [   1.0451346] uhci1: interrupting at ioapic0 pin 19
 [   1.0451346] usb1 at uhci1: USB revision 1.0
 [   1.0451346] uhci2 at pci0 dev 29 function 2: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0451346] allocated pic ioapic0 type level pin 18 level 6 to cpu0 slot 7 idt entry 100
 [   1.0451346] uhci2: interrupting at ioapic0 pin 18
 [   1.0451346] usb2 at uhci2: USB revision 1.0
 [   1.0451346] uhci3 at pci0 dev 29 function 3: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0451346] allocated pic ioapic0 type level pin 16 level 6 to cpu0 slot 8 idt entry 101
 [   1.0451346] uhci3: interrupting at ioapic0 pin 16
 [   1.0451346] usb3 at uhci3: USB revision 1.0
 [   1.0451346] ehci0 at pci0 dev 29 function 7: Intel 82801GB/GR USB EHCI Controller (rev. 0x02)
 [   1.0451346] ehci0: 64-bit DMA
 [   1.0451346] allocated pic ioapic0 type level pin 23 level 6 to cpu0 slot 5 idt entry 98
 [   1.0451346] ehci0: interrupting at ioapic0 pin 23
 [   1.0451346] ehci0: EHCI version 1.0
 [   1.0451346] ehci0: 4 companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
 [   1.0451346] ehci0: Using DMA subregion for control data structures
 [   1.0451346] usb4 at ehci0: USB revision 2.0
 [   1.0451346] ppb2 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI Bridge (rev. 0xe2)
 [   1.0451346] pci3 at ppb2 bus 3
 [   1.0451346] acpi0: MCFG: bus 3: no valid devices.
 [   1.0451346] acpi0: acpimcfg_map_bus done
 [   1.0451346] pci3: i/o space, memory space enabled
 [   1.0451346] ichlpcib0 at pci0 dev 31 function 0: Intel 82801GHM LPC Interface Bridge (rev. 0x02)
 [   1.0451346] timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 [   1.0451346] ichlpcib0: 24-bit timer
 [   1.0451346] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [   1.0451346] tco0: SMI_EN=0x0000203b
 [   1.0451346] tco0: SMI_EN:=0x0000003b
 [   1.0451346] tco0: SMI_EN=0x0000003b
 [   1.0451346] tco0: Min/Max interval 1/367 seconds
 [   1.0451346] piixide0 at pci0 dev 31 function 1: Intel 82801GB/GR IDE Controller (ICH7) (rev. 0x02)
 [   1.0451346] piixide0: bus-master DMA support present
 [   1.0451346] piixide0: primary channel configured to compatibility mode
 [   1.0451346] allocated pic ioapic0 type edge pin 14 level 6 to cpu0 slot 9 idt entry 102
 [   1.0451346] piixide0: primary channel interrupting at ioapic0 pin 14
 [   1.0451346] atabus0 at piixide0 channel 0
 [   1.0451346] piixide0: secondary channel configured to compatibility mode
 [   1.0451346] piixide0: secondary channel ignored (disabled)
 [   1.0451346] ahcisata0 at pci0 dev 31 function 2: Intel 82801GBM AHCI SATA Controller (rev. 0x02)
 [   1.0451346] ahcisata0: 64-bit DMA
 [   1.0451346] ahcisata0: AHCI revision 1.10, 4 ports, 32 slots, CAP 0xc310ff03<PSC,SSC,PMD,ISS=0x1=Gen1,SCLO,SAL,SNCQ,S64A>
 [   1.0451346] allocated pic msi2 type edge pin 0 level 6 to cpu0 slot 18 idt entry 103
 [   1.0451346] ahcisata0: interrupting at msi2 vec 0
 [   1.0451346] atabus1 at ahcisata0 channel 0
 [   1.0451346] atabus2 at ahcisata0 channel 2
 [   1.0451346] ichsmb0 at pci0 dev 31 function 3: Intel 82801GB/GR SMBus Controller (rev. 0x02)
 [   1.0451346] allocated pic ioapic0 type level pin 19 level 6 to cpu0 slot 6 idt entry 99
 [   1.0451346] ichsmb0: interrupting at ioapic0 pin 19
 [   1.0451346] iic0 at ichsmb0: I2C bus
 [   1.0451346] isa0 at ichlpcib0
 [   1.0451346] tpm0 at isa0 iomem 0xfed40000-0xfed40fff irq 7
 [   1.0451346] tpm0: device 0x000b15d1 rev 0x10
 [   1.0451346] pckbc0 at isa0 port 0x60-0x64
 [   1.0451346] pckbdprobe: reset error 5
 [   1.0451346] pmsprobe: reset error 5
 [   1.0451346] acpicpu0 at cpu0: ACPI CPU
 [   1.0451346] acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 [   1.0451346] acpicpu0: id 0, lapic id 0, cap 0x0bfd, flags 0x0008ae31
 [   1.0451346] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=100
 [   1.0451346] acpicpu1 at cpu1: ACPI CPU
 [   1.0451346] acpicpu1: id 1, lapic id 1, cap 0x0bfd, flags 0x0008ae31
 [   1.0451346] coretemp1 at cpu1: thermal sensor, 1 C resolution, Tjmax=100
 [   1.0451346] SRAT: 0 NUMA nodes
 [   1.0451346] Initializing SSP: 1e6a1140bf5d628f bfe5691434424b62 2775e4766204a721 aeeb8a339d5bcb29 529cee9b3d8a832d 95db34b88ddc8321 f3b64bae61c07dfe 75d962b3714beac0
 [   1.0451346] cpu0: TSC freq from delay 2168448260 Hz
 [   1.0451346] cpu0: [re]calibrating local timer
 [   1.0451346] cpu0: apic clock running at 166 MHz
 [   1.0451346] timecounter: Timecounter "lapic" frequency 166804000 Hz quality -100
 [   1.0451346] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 [   1.1261183] UVM: using package allocation scheme, 1 package(s) per bucket
 [   1.2078530] cpu1: TSC skew=-39 drift=78
 [   1.2078530] cpu1: running
 [   1.2779111] TSC not known invariant on this CPU
 [   1.3384897] timecounter: Timecounter "TSC" frequency 2168448260 Hz quality -100
 [   1.4258520] acpicpu1: ACPI CPUs started
 [   1.4680665] IPsec: Initialized Security Association Processing.
 [   1.4680665] uhub0 at usb0: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   1.6482163] uhub0: 2 ports with 2 removable, self powered
 [   1.7082652] uhub1 at usb1: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   1.8183563] uhub1: 2 ports with 2 removable, self powered
 [   1.8884127] uhub2 at usb2: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   1.9985044] uhub2: 2 ports with 2 removable, self powered
 [   2.0585539] uhub3 at usb3: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   2.1686441] uhub3: 2 ports with 2 removable, self powered
 [   2.2286934] uhub4 at usb4: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
 [   2.3387842] uhub4: 8 ports with 8 removable, self powered
 [   2.4088459] aes: Intel SSSE3 vpaes
 [   2.4288588] tpm0: chacha: x86 SSE2 ChaCha
 [   2.4710876] read 8 bytes, expected 10
 [   2.4710876] adiantum: self-test passed
 [   2.5407680] tpm0: aes_ccm: self-test passed
 [   2.6073306] deactivating entropy source
 [   2.6073306] ahcisata0 port 2: device present, speed: 1.5Gb/s
 [   2.6811741] blake2s: self-test passed
 [   4.2160999] waiting for devices: usb4 atabus0 atabus1 atabus2 uhub4
 [   4.6379739] waiting for devices: usb4 atabus0 atabus1 atabus2uhidev0 at uhub0 uhub4 port 1
 [   4.7327429]  configuration 1 interface 0
 [   4.7881475] uhidev0: MOSART Semi. (0x0458) Wireless Mouse (0x0185), rev 1.10/1.03, addr 2, iclass 3/0
 [   4.9083189] uhidev0: 2 report ids
 [   4.9484016] uhid0 at uhidev0 reportid 2: input=63, output=0, feature=63
 [   5.0284685] uhidev1 at uhub0 port 1 configuration 1 interface 1
 [   5.0985252] uhidev1: MOSART Semi. (0x0458) Wireless Mouse (0x0185), rev 1.10/1.03, addr 2, iclass 3/1
 [   5.2086154] waiting for devices:uhidev1: 5 report ids
 [   5.2386410]  usb4ums0 at uhidev1 atabus0 reportid 1 atabus1 atabus2 uhub4 uhidev1
 [   5.3587398] : 5 buttons, W and Z dirs
 [   5.4051259] wsmouse0 at ums0 mux 0
 [   5.4436062] uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0
 [   5.5226495] uhid2 at uhidev1 reportid 3: input=2, output=0, feature=0
 [   5.5996115] uhid3 at uhidev1 reportid 5: input=5, output=6, feature=0
 [   5.6765741] waiting for devices: usb4 atabus0 atabus1 atabus2 uhub4
 [   6.2514999] umass0 at uhub4 port 4 configuration 1 interface 0
 [   6.3216898] umass0: JetFlash (0x8564) Mass Storage Device (0x1000), rev 2.00/1.00, addr 2
 [   6.4217716] umass0: using SCSI over Bulk-Only
 [   6.4718140] scsibus0 at umass0: 2 targets, 1 lun per target
 [   6.5414667] waiting for devices: atabus0 atabus1 atabus2 scsibus0
 [   6.6121885] sd0 at scsibus0 target 0 lun 0: <JetFlash, Transcend 4GB, 8.07> disk removable
 [   6.7120110] sd0: fabricating a geometry
 [   6.7521454] sd0: 3828 MB, 3828 cyl, 64 head, 32 sec, 512 bytes/sect x 7839744 sectors
 [   6.8522279] sd0: fabricating a geometry
 [   6.9728268] waiting for devices: atabus0 atabus1 atabus2 scsibus0
 [   7.0464021] waiting for devices: atabus0 atabus1 atabus2
 [   7.1098448] waiting for devices: atabus0 atabus1 atabus2wd0 at atabus0 drive 0

 [   7.1931196] uhidev2 at uhub1 port 1 configuration 1 interface 0
 [   7.2631774] uhidev2: Holtek (0x045e) Controller (0x028e), rev 2.00/1.14, addr 2, iclass 255/93
 [   7.3732676] wd0: <FC-1307 SD to CF Adapter V1.5>
 [   7.4233081] wd0: drive supports 1-sector PIO transfers, LBA addressing
 [   7.5033744] wd0: 30436 MB, 61839 cyl, 16 head, 63 sec, 512 bytes/sect x 62333952 sectors
 [   7.6034564] uhid4 at uhidev2: input=20, output=6, feature=0
 [   7.6730222] waiting for devices: atabus0 atabus1 atabus2 wd0
 [   7.7436851] waiting for devices: atabus0 atabus1wd0: 32-bit data port
 [   7.8019875]  atabus2wd0: drive supports PIO mode 4
 [   7.8831098] , DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 [   7.9440228] wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA)
 [   8.0340966] waiting for devices:wd1 at atabus2 atabus2 drive 0

 [   8.1087977] uhub5 at uhub0 port 2: vendor 0557 (0x0557) product 8021 (0x8021), class 9/0, rev 1.10/1.00, addr 3
 [   8.2242529] wd1: <HITACHI HTS725032A9A364>
 [   8.2824823] wd1: drive supports 16-sector PIO transfers, LBA48 addressing
 [   8.3636055] wd1: 298 GB, 620181 cyl, 16 head, 63 sec, 512 bytes/sect x 625142448 sectors
 [   8.4644907] uhub5: 4 ports with 4 removable, self powered
 [   8.8161136] waiting for devices: atabus2 uhub0 uhub5
 [   8.8762343] waiting for devices: atabus2 uhub0 uhub5
 [   8.9262748] waiting for devices: atabus2 uhub5
 [   8.9462921] wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100), NCQ (32 tags) w/PRIO
 [   9.1019253] wd1(ahcisata0:2:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) (using DMA), NCQ (31 tags) w/PRIO
 [   9.2381695] waiting for devices: uhub5
 [   9.6787978] uhidev3 at uhub5 port 1 configuration 1 interface 0
 [   9.7550662] uhidev3: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/1
 [   9.8791051] ukbd0 at uhidev3
 [   9.9156477] wskbd0 at ukbd0 mux 1
 [   9.9551687] uhidev4 at uhub5 port 1 configuration 1 interface 1
 [  10.0258902] uhidev4: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/0
 [  10.1382148] waiting for devices: uhub5 uhidev4uhidev4: 3 report ids

 [  10.2130970] uhid5 at uhidev4 reportid 1: input=1, output=0, feature=0
 [  10.2921392] waiting for devices: uhub5 uhidev4uhid6 at uhidev4
 [  10.3597430]  reportid 2: input=3, output=0, feature=0
 [  10.4221440] waiting for devices:uhid7 at uhidev4 uhub5 reportid 3 uhidev4
 [  10.4996672] : input=3, output=0, feature=4
 [  10.5521473] waiting for devices:uhidev5 at uhub5 uhub5 port 1
 [  10.6187092]  configuration 1 interface 2
 [  10.6655112] uhidev5: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/1
 [  10.7899770] ums1 at uhidev5: 5 buttons and Z dir
 [  10.8475184] wsmouse1 at ums1 mux 0
 [  10.8859990] waiting for devices: uhub5
 [  10.9301426] crypto: assign driver 0, flags 2
 [  10.9801844] crypto: driver 0 registers alg 1 flags 0 maxoplen 0
 [  11.0502428] crypto: driver 0 registers alg 2 flags 0 maxoplen 0
 [  11.1203003] crypto: driver 0 registers alg 3 flags 0 maxoplen 0
 [  11.1903575] crypto: driver 0 registers alg 4 flags 0 maxoplen 0
 [  11.2604145] crypto: driver 0 registers alg 5 flags 0 maxoplen 0
 [  11.3304722] crypto: driver 0 registers alg 26 flags 0 maxoplen 0
 [  11.4005311] crypto: driver 0 registers alg 27 flags 0 maxoplen 0
 [  11.4805972] crypto: driver 0 registers alg 29 flags 0 maxoplen 0
 [  11.5506536] crypto: driver 0 registers alg 33 flags 0 maxoplen 0
 [  11.6207122] crypto: driver 0 registers alg 17 flags 0 maxoplen 0
 [  11.6907694] crypto: driver 0 registers alg 6 flags 0 maxoplen 0
 [  11.7608267] crypto: driver 0 registers alg 19 flags 0 maxoplen 0
 [  11.8308853] crypto: driver 0 registers alg 7 flags 0 maxoplen 0
 [  11.9009422] crypto: driver 0 registers alg 20 flags 0 maxoplen 0
 [  11.9810088] crypto: driver 0 registers alg 15 flags 0 maxoplen 0
 [  12.0510661] crypto: driver 0 registers alg 24 flags 0 maxoplen 0
 [  12.1211233] crypto: driver 0 registers alg 25 flags 0 maxoplen 0
 [  12.1911811] crypto: driver 0 registers alg 8 flags 0 maxoplen 0
 [  12.2612386] crypto: driver 0 registers alg 21 flags 0 maxoplen 0
 [  12.3312972] crypto: driver 0 registers alg 16 flags 0 maxoplen 0
 [  12.4013550] crypto: driver 0 registers alg 9 flags 0 maxoplen 0
 [  12.4714119] crypto: driver 0 registers alg 10 flags 0 maxoplen 0
 [  12.5514780] crypto: driver 0 registers alg 13 flags 0 maxoplen 0
 [  12.6215361] crypto: driver 0 registers alg 14 flags 0 maxoplen 0
 [  12.6915933] crypto: driver 0 registers alg 28 flags 0 maxoplen 0
 [  12.7616511] crypto: driver 0 registers alg 30 flags 0 maxoplen 0
 [  12.8317089] crypto: driver 0 registers alg 31 flags 0 maxoplen 0
 [  12.9117749] crypto: driver 0 registers alg 32 flags 0 maxoplen 0
 [  12.9818324] crypto: driver 0 registers alg 11 flags 0 maxoplen 0
 [  13.0518899] crypto: driver 0 registers alg 18 flags 0 maxoplen 0
 [  13.1219474] crypto: driver 0 registers alg 23 flags 0 maxoplen 0
 [  13.1920063] crypto: driver 0 registers alg 22 flags 0 maxoplen 0
 [  13.2620638] cgd: self-test aes-xts-256
 [  13.3121054] cgd: self-test aes-xts-512
 [  13.3521376] cgd: self-test aes-cbc-128
 [  13.4021780] cgd: self-test aes-cbc-256
 [  13.4422119] cgd: self-test 3des-cbc-192
 [  13.4922531] cgd: self-test blowfish-cbc-448
 [  13.5422936] cgd: self-test aes-cbc-128 (encblkno8)
 [  13.6023437] cgd: self-tests passed
 [  13.6423764] swwdog0: software watchdog initialized
 [  14.1650557] Searching for RAID components...
 [  14.3159129] boot device: sd0
 [  14.3560166] root on sd0a dumps on sd0b
 [  14.4565173] root file system type: ffs
 [  14.4965598] kern.module.path=/stand/amd64/10.0/modules
 [  14.5566298] pci_mem_find: void region
 [  14.6049527] i915drmkms0: map 4 failed
 [  14.6486325] pci_mem_find: void region
 [  14.6923140] i915drmkms0: map 5 failed
 [  14.7359953] i915drmkms0 {drm:netbsd:intel_uc_init_early+0x8f} enable_guc=0 (guc:no submission:no huc:no)
 [  14.8493597] {drm:netbsd:i915_gem_init_early+0x67} fake context support initialized
 [  14.9398419] pci_mem_find: void region
 [  14.9835245] pci_mem_find: void region
 [  15.0272052] pci_mem_find: void region
 [  15.0708870] pci_mem_find: void region
 [  15.1145677] pci_mem_find: void region
 [  15.1582492] pci_mem_find: void region
 [  15.2019302] pci_mem_find: void region
 [  15.2456134] pci_mem_find: void region
 [  15.2892938] pci_mem_find: void region
 [  15.3329745] pci_mem_find: void region
 [  15.3766566] pci_mem_find: void region
 [  15.4203387] pci_mem_find: void region
 [  15.4640197] {drm:netbsd:i915_ggtt_probe_hw+0x3bd} GGTT size = 256M
 [  15.5378623] {drm:netbsd:i915_ggtt_probe_hw+0x3db} GMADR size = 256M
 [  15.6127444] {drm:netbsd:i915_ggtt_probe_hw+0x404} DSM size = 0M
 [  15.6834663] {drm:netbsd:intel_opregion_setup+0x4c} graphic opregion physical addr: 0x0
 [  15.7792544] {drm:netbsd:intel_opregion_setup+0x60f} ACPI OpRegion not supported!
 [  15.8676570] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [  15.9466986] [drm] Driver supports precise vblank timestamp query.
 [  16.0195009] pci_mem_find: void region
 [  16.0631835] [drm] Failed to find VBIOS tables (VBT)
 [  16.1214256] allocated pic ioapic0 type level pin 16 level 6 to cpu0 slot 8 idt entry 101
 [  16.2181488] i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0)
 [  16.2951113] {drm:netbsd:intel_dump_cdclk_state+0x36} Current CDCLK 200000 kHz, VCO 0 kHz, ref 0 kHz, bypass 0 kHz, voltage level 0
 [  16.4355149] {drm:netbsd:intel_update_max_cdclk+0x8d} Max CD clock rate: 200000 kHz
 [  16.5259982] {drm:netbsd:intel_modeset_init+0x1503} Max dotclock rate: 360000 kHz
 [  16.6144002] {drm:netbsd:intel_lvds_init+0x3a1} LVDS PPS:t1+t2 600 t3 500 t4 4000 t5 2000 tx 2000 divider 9999 port 0 powerdown_on_reset 0
 [  16.7620846] entropy: best effort
 [  16.7620846] WARNING: NVRAM century is 25 but RTC year is 2024
 [  16.8692139] [drm] Initialized overlay support.
 [  16.9222503] {drm:netbsd:intel_engines_driver_register+0x17c} renamed rcs'0 to rcs0
 [  17.0127327] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
 [  17.1991391] intelfb0 at i915drmkms0
 [  17.2391632] i915 device info: pciid=0x27ae rev=0x03 platform=I945GM (subplatform=0x0) gen=3
 [  17.3392454] i915 device info: engines: 1
 [  17.3892878] i915 device info: gen: 3
 [  17.4293208] i915 device info: gt: 0
 [  17.4693527] i915 device info: iommu: n/a
 [  17.5193946] i915 device info: memory-regions: 5
 [  17.5694359] i915 device info: page-sizes: 1000
 [  17.6194771] i915 device info: platform: I945GM
 [  17.6795264] i915 device info: ppgtt-size: 0
 [  17.7295682] i915 device info: ppgtt-type: 0
 [  17.7796081] i915 device info: is_mobile: yes
 [  17.8296505] i915 device info: is_lp: no
 [  17.8696832] i915 device info: require_force_probe: no
 [  17.9297319] i915 device info: is_dgfx: no
 [  17.9797743] i915 device info: has_64bit_reloc: no
 [  18.0398233] i915 device info: gpu_reset_clobbers_display: yes
 [  18.1098800] i915 device info: has_reset_engine: no
 [  18.1599224] i915 device info: has_fpga_dbg: no
 [  18.2199711] i915 device info: has_global_mocs: no
 [  18.2700120] i915 device info: has_gt_uc: no
 [  18.3200533] i915 device info: has_l3_dpf: no
 [  18.3700952] i915 device info: has_llc: no
 [  18.4201359] i915 device info: has_logical_ring_contexts: no
 [  18.4901942] i915 device info: has_logical_ring_elsq: no
 [  18.5502435] i915 device info: has_logical_ring_preemption: no
 [  18.6203007] i915 device info: has_pooled_eu: no
 [  18.6703431] i915 device info: has_rc6: no
 [  18.7203830] i915 device info: has_rc6p: no
 [  18.7704243] i915 device info: has_rps: no
 [  18.8204658] i915 device info: has_runtime_pm: no
 [  18.8705074] i915 device info: has_snoop: yes
 [  18.9205484] i915 device info: has_coherent_ggtt: yes
 [  18.9805984] i915 device info: unfenced_needs_alignment: yes
 [  19.0506554] i915 device info: hws_needs_physical: yes
 [  19.1107046] i915 device info: cursor_needs_physical: yes
 [  19.1707539] i915 device info: has_csr: no
 [  19.2207952] i915 device info: has_ddi: no
 [  19.2708365] i915 device info: has_dp_mst: no
 [  19.3208775] i915 device info: has_dsb: no
 [  19.3709193] i915 device info: has_dsc: no
 [  19.4109526] i915 device info: has_fbc: no
 [  19.4609930] i915 device info: has_gmch: yes
 [  19.5110346] i915 device info: has_hdcp: no
 [  19.5610756] i915 device info: has_hotplug: yes
 [  19.6111174] i915 device info: has_ipc: no
 [  19.6611578] i915 device info: has_modular_fia: no
 [  19.7212068] i915 device info: has_overlay: yes
 [  19.7712495] i915 device info: has_psr: no
 [  19.8212899] i915 device info: overlay_needs_physical: yes
 [  19.8813389] i915 device info: supports_tv: yes
 [  19.9413890] i915 device info: slice total: 0, mask=0000
 [  20.0014382] i915 device info: subslice total: 0
 [  20.0514795] i915 device info: EU total: 0
 [  20.1015202] i915 device info: EU per subslice: 0
 [  20.1615706] i915 device info: has slice power gating: no
 [  20.2216199] i915 device info: has subslice power gating: no
 [  20.2916776] i915 device info: has EU power gating: no
 [  20.3517269] i915 device info: CS timestamp frequency: 0 kHz
 [  20.4117764] [drm] DRM_I915_DEBUG enabled
 [  20.4618169] [drm] DRM_I915_DEBUG_GEM enabled
 [  20.5118584] intelfb0: framebuffer at 0xd0009000, size 1920x1080, depth 32, stride 7680
 [  20.6420169] {drm:netbsd:intel_cpu_fifo_underrun_irq_handler+0x64} *ERROR* CPU pipe A FIFO underrun
 [  20.7499915] max_dotclock according to supported modes: 148500
 [  21.1124543] wsdisplay0 at intelfb0 kbdmux 1
 [  21.1624961] wsmux1: connecting to wsdisplay0
 [  21.2125374] wskbd0: connecting to wsdisplay0


From: Taylor R Campbell <riastradh@NetBSD.org>
To: Rui-Xiang Guo <rxg@lavabit.com>
Cc: gnats-bugs@netbsd.org, port-amd64-maintainer@netbsd.org,
	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
Date: Sat, 12 Oct 2024 13:40:34 +0000

 Thanks, can you please also provide output from the following command?

 pcictl pci0 dump -b 0 -d 2 -f 1

 NetBSD is having trouble finding the VBIOS tables (VBT) which leads it
 to have no display configuration (which also probably triggers another
 bug that without display configuration it crashes at boot).

 So I'm trying to guess where the display configuration might live on
 your machine, and see whether something is wrong with NetBSD's attempt
 to retrieve it.

From: Rui-Xiang Guo <rxg@lavabit.com>
To: gnats-bugs@netbsd.org
Cc: riastradh@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
Date: Sat, 12 Oct 2024 22:13:44 +0800

 On Sat, Oct 12, 2024 at 01:45:01PM +0000, Taylor R Campbell via gnats wrote:
 > The following reply was made to PR port-amd64/58727; it has been noted by GNATS.
 > 
 > From: Taylor R Campbell <riastradh@NetBSD.org>
 > To: Rui-Xiang Guo <rxg@lavabit.com>
 > Cc: gnats-bugs@netbsd.org, port-amd64-maintainer@netbsd.org,
 > 	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
 > Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
 > Date: Sat, 12 Oct 2024 13:40:34 +0000
 > 
 >  Thanks, can you please also provide output from the following command?
 >  
 >  pcictl pci0 dump -b 0 -d 2 -f 1

 netbsd# pcictl pci0 dump -b 0 -d 2 -f 1
 PCI configuration registers:
   Common header:
     0x00: 0x27a68086 0x00900000 0x03800003 0x00800000

     Vendor Name: Intel (0x8086)
     Device Name: 82945GM/PM/GMS Integrated Graphics Device (0x27a6)
     Command register: 0x0000
       I/O space accesses: off
       Memory space accesses: off
       Bus mastering: off
       Special cycles: off
       MWI transactions: off
       Palette snooping: off
       Parity error checking: off
       Address/data stepping: off
       System error (SERR): off
       Fast back-to-back transactions: off
       Interrupt disable: off
     Status register: 0x0090
       Immediate Readiness: off
       Interrupt status: inactive
       Capability List support: on
       66 MHz capable: off
       User Definable Features (UDF) support: off
       Fast back-to-back capable: on
       Data parity error detected: off
       DEVSEL timing: fast (0x0)
       Slave signaled Target Abort: off
       Master received Target Abort: off
       Master received Master Abort: off
       Asserted System Error (SERR): off
       Parity error detected: off
     Class Name: display (0x03)
     Subclass Name: miscellaneous (0x80)
     Interface: 0x00
     Revision ID: 0x03
     BIST: 0x00
     Header Type: 0x00+multifunction (0x80)
     Latency Timer: 0x00
     Cache Line Size: 0bytes (0x00)

   Type 0 ("normal" device) header:
     0x10: 0xfdf00000 0x00000000 0x00000000 0x00000000
     0x20: 0x00000000 0x00000000 0x00000000 0x27ae8086
     0x30: 0x00000000 0x000000d0 0x00000000 0x00000000

     Base address register at 0x10
       type: 32-bit nonprefetchable memory
       base: 0xfdf00000, disabled
     Base address register at 0x14
       not implemented
     Base address register at 0x18
       not implemented
     Base address register at 0x1c
       not implemented
     Base address register at 0x20
       not implemented
     Base address register at 0x24
       not implemented
     Cardbus CIS Pointer: 0x00000000
     Subsystem vendor ID: 0x8086
     Subsystem ID: 0x27ae
     Expansion ROM Base Address Register: 0x00000000
       base: 0x00000000
       Expansion ROM Enable: off
       Validation Status: Validation not supported
       Validation Details: 0x0
     Capability list pointer: 0xd0
     Reserved @ 0x38: 0x00000000
     Maximum Latency: 0x00
     Minimum Grant: 0x00
     Interrupt pin: 0x00 (none)
     Interrupt line: 0x00

   Capability register at 0xd0
     type: 0x01 (Power Management)

   PCI Power Management Capabilities Register
     Capabilities register: 0x0022
       Version: 1.1
       PME# clock: off
       Device specific initialization: on
       3.3V auxiliary current: self-powered
       D1 power management state support: off
       D2 power management state support: off
       PME# support D0: off
       PME# support D1: off
       PME# support D2: off
       PME# support D3 hot: off
       PME# support D3 cold: off
     Control/status register: 0x00000000
       Power state: D0
       PCI Express reserved: off
       No soft reset: off
       PME# assertion: disabled
       Data Select: 0
       Data Scale: 0
       PME# status: off
     Bridge Support Extensions register: 0x00
       B2/B3 support: off
       Bus Power/Clock Control Enable: off
     Data register: 0x00

   Device-dependent header:
     0x40: 0x00000000 0x00000048 0x51090009 0x904a0402
     0x50: 0x0030000e 0x00000019 0x00000000 0xbf800000
     0x60: 0x00020000 0x00000000 0x00000000 0x00000000
     0x70: 0x00000000 0x00000000 0x00000000 0x00000000
     0x80: 0x00000000 0x00000000 0x00000000 0x00000000
     0x90: 0x00000000 0x00000000 0x00000000 0x00000000
     0xa0: 0x00000000 0x00000000 0x00000000 0x00000000
     0xb0: 0x00000000 0x00000000 0x00000000 0x00000000
     0xc0: 0x00000000 0x00000000 0x00000000 0x00000000
     0xd0: 0x00220001 0x00000000 0x00000000 0x00000000
     0xe0: 0x00000000 0x00000000 0x00000000 0x00000000
     0xf0: 0x34640500 0x00000000 0x00050f86 0x00000000

 >  NetBSD is having trouble finding the VBIOS tables (VBT) which leads it
 >  to have no display configuration (which also probably triggers another
 >  bug that without display configuration it crashes at boot).
 >  
 >  So I'm trying to guess where the display configuration might live on
 >  your machine, and see whether something is wrong with NetBSD's attempt
 >  to retrieve it.

 This output is for DVI connection only.
 The previous one is for both DVI & VGA. Sorry, forget to mention it first.

 [   1.0000000] NetBSD 10.0_STABLE (GENERIC) #0: Wed Oct  9 15:29:37 UTC 2024
 [   1.0000000]  mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC
 [   1.0000000] total memory = 3062 MB
 [   1.0000000] avail memory = 2935 MB
 [   1.0000000] entropy: no seed from bootloader
 [   1.0000000] timecounter: Timecounters tick every 10.000 msec
 [   1.0000000] Kernelized RAIDframe activated
 [   1.0000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 [   1.0000040] efi: missing or invalid systbl
 [   1.0000040] SMBIOS rev. 2.2 @ 0xf0800 (38 entries)
 [   1.0000040] mainbus0 (root)
 [   1.0000040] ACPI: RSDP 0x00000000000F75B0 000014 (v00 IntelR)
 [   1.0000040] ACPI: RSDT 0x00000000BF6E3000 000034 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: FACP 0x00000000BF6E3080 000074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: DSDT 0x00000000BF6E3100 004AE5 (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
 [   1.0000040] ACPI: FACS 0x00000000BF6E0000 000040
 [   1.0000040] ACPI: MCFG 0x00000000BF6E7CC0 00003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: APIC 0x00000000BF6E7C00 000068 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
 [   1.0000040] ACPI: SSDT 0x00000000BF6E8360 000272 (v01 PmRef  CpuPm    00003000 INTL 20060217)
 [   1.0000040] ACPI: 2 ACPI AML tables successfully acquired and loaded
 [   1.0000040] ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 24 pins
 [   1.0000040] ioapic0: apid is misconfigured (0 != 2)
 [   1.0000040] ioapic0: remapped to apic 2
 [   1.0000040] cpu0 at mainbus0 apid 0
 [   1.0000040] cpu0: 64 page colors
 [   1.0000040] cpu0: Use lfence to serialize rdtsc
 [   1.0000040] cpu0: TSC freq from delay 2210328230 Hz
 [   1.0000040] cpu0: [re]calibrating local timer
 [   1.0000040] cpu0: apic clock running at 166 MHz
 [   1.0000040] cpu0: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz, id 0x6f6
 [   1.0000040] cpu0: node 0, package 0, core 0, smt 0
 [   1.0000040] cpu1 at mainbus0 apid 1
 [   1.0000040] cpu1: 2 page colors
 [   1.0000040] i82489_ipi_init: ESR 00000040
 [   1.0000040] cpu1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz, id 0x6f6
 [   1.0000040] cpu1: node 0, package 0, core 1, smt 0
 [   1.0000040] acpi0 at mainbus0: Intel ACPICA 20221020
 [   1.0000040] acpi0: X/RSDT: OemId <IntelR,AWRDACPI,42302e31>, AslId <AWRD,00000000>
 [   1.0000040] allocated pic ioapic0 type level pin 9 level 6 to cpu0 slot 0 idt entry 96
 [   1.0000040] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 [   1.0000040] MCFG: MEMMAP: 0x0000000000000000-0x000000000009f3ff, size=0x000000000009f400, type=1(Memory)
 [   1.0000040] MCFG: MEMMAP: 0x000000000009f400-0x000000000009ffff, size=0x0000000000000c00, type=2(Reserved)
 [   1.0000040] MCFG: MEMMAP: 0x00000000000f0000-0x00000000000fffff, size=0x0000000000010000, type=2(Reserved)
 [   1.0000040] MCFG: MEMMAP: 0x0000000000100000-0x00000000bf68ffff, size=0x00000000bf590000, type=1(Memory)
 [   1.0000040] MCFG: MEMMAP: 0x00000000bf690000-0x00000000bf6dffff, size=0x0000000000050000, type=2(Reserved)
 [   1.0000040] MCFG: MEMMAP: 0x00000000bf6e0000-0x00000000bf6e2fff, size=0x0000000000003000, type=4(NVS)
 [   1.0000040] MCFG: MEMMAP: 0x00000000bf6e3000-0x00000000bf6effff, size=0x000000000000d000, type=3(ACPI)
 [   1.0000040] MCFG: MEMMAP: 0x00000000bf6f0000-0x00000000bf6fffff, size=0x0000000000010000, type=2(Reserved)
 [   1.0000040] MCFG: MEMMAP: 0x00000000e0000000-0x00000000efffffff, size=0x0000000010000000, type=2(Reserved)
 [   1.0000040] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 [   1.0000040] acpi0: SCI interrupting at int 9
 [   1.0000040] acpi0: fixed power button present
 [   1.0000040] timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 [   1.0455503] acpi0: ACPI-Fast 24-bit timer
 [   1.0455503] acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [   1.0455503] attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
 [   1.0455503] pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
 [   1.0455503] spkr0 at pcppi1: PC Speaker
 [   1.0455503] wsbell at spkr0 not configured
 [   1.0455503] midi0 at pcppi1: PC speaker
 [   1.0455503] sysbeep0 at pcppi1
 [   1.0455503] com0 at acpi0 (UAR1, PNP0501-1): io 0x3f8-0x3ff irq 4
 [   1.0455503] com: ns16550a, 16-byte FIFO
 [   1.0455503] com0: console
 [   1.0455503] allocated pic ioapic0 type edge pin 4 level 8 to cpu0 slot 1 idt entry 129
 [   1.0455503] com1 at acpi0 (UAR2, PNP0501-2): io 0x2f8-0x2ff irq 3
 [   1.0455503] com1: ns16550a, 16-byte FIFO
 [   1.0455503] allocated pic ioapic0 type edge pin 3 level 8 to cpu0 slot 2 idt entry 130
 [   1.0455503] com2 at acpi0 (UAR3, PNP0501-3): io 0x3e8-0x3ef irq 5
 [   1.0455503] com2: ns16550a, 16-byte FIFO
 [   1.0455503] allocated pic ioapic0 type edge pin 5 level 8 to cpu0 slot 3 idt entry 131
 [   1.0455503] com3 at acpi0 (UAR4, PNP0501-4): io 0x2e8-0x2ef irq 10
 [   1.0455503] com3: ns16550a, 16-byte FIFO
 [   1.0455503] allocated pic ioapic0 type edge pin 10 level 8 to cpu0 slot 4 idt entry 132
 [   1.0455503] FWH (INT0800) at acpi0 not configured
 [   1.0455503] MEM (PNP0C01) at acpi0 not configured
 [   1.0455503] acpitz0 at acpi0 (THRM)
 [   1.0455503] acpitz0: polling interval 30.0 seconds
 [   1.0455503] acpitz0: levels: critical 120.0 C, passive cooling
 [   1.0455503] ACPI: Enabled 2 GPEs in block 00 to 1F
 [   1.0455503] attimer1: attached to pcppi1
 [   1.0455503] pci0 at mainbus0 bus 0: configuration mode 1
 [   1.0455503] acpi0: MCFG: 000:00:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [   1.0455503] acpi0: MCFG: 000:00:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [   1.0455503] acpi0: MCFG: 000:02:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [   1.0455503] acpi0: MCFG: 000:02:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [   1.0455503] acpi0: MCFG: 000:02:1: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [   1.0455503] acpi0: MCFG: 000:02:1: Ok (cfg[0x100]=0x00000000 extconf=N)
 [   1.0455503] acpi0: MCFG: 000:27:0: Ok (cfg[0x100]=0x13010002 extconf=Y)
 [   1.0455503] acpi0: MCFG: 000:28:0: Ok (cfg[0x100]=0x18010002 extconf=Y)
 [   1.0455503] acpi0: MCFG: 000:28:2: Ok (cfg[0x100]=0x18010002 extconf=Y)
 [   1.0455503] acpi0: MCFG: 000:29:0: invalid config space (cfg[0x100]=0x27c88086, alias=true)
 [   1.0455503] acpi0: MCFG: 000:29:0: Ok (cfg[0x100]=0x27c88086 extconf=N)
 [   1.0455503] acpi0: MCFG: 000:29:1: invalid config space (cfg[0x100]=0x27c98086, alias=true)
 [   1.0455503] acpi0: MCFG: 000:29:1: Ok (cfg[0x100]=0x27c98086 extconf=N)
 [   1.0455503] acpi0: MCFG: 000:29:2: invalid config space (cfg[0x100]=0x27ca8086, alias=true)
 [   1.0455503] acpi0: MCFG: 000:29:2: Ok (cfg[0x100]=0x27ca8086 extconf=N)
 [   1.0455503] acpi0: MCFG: 000:29:3: invalid config space (cfg[0x100]=0x27cb8086, alias=true)
 [   1.0455503] acpi0: MCFG: 000:29:3: Ok (cfg[0x100]=0x27cb8086 extconf=N)
 [   1.0455503] acpi0: MCFG: 000:29:7: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0455503] acpi0: MCFG: 000:29:7: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0455503] acpi0: MCFG: 000:30:0: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0455503] acpi0: MCFG: 000:30:0: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0455503] acpi0: MCFG: 000:31:0: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0455503] acpi0: MCFG: 000:31:0: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0455503] acpi0: MCFG: 000:31:1: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0455503] acpi0: MCFG: 000:31:1: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0455503] acpi0: MCFG: 000:31:2: invalid config space (cfg[0x100]=0x27c58086, alias=true)
 [   1.0455503] acpi0: MCFG: 000:31:2: Ok (cfg[0x100]=0x27c58086 extconf=N)
 [   1.0455503] acpi0: MCFG: 000:31:3: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [   1.0455503] acpi0: MCFG: 000:31:3: Ok (cfg[0x100]=0xffffffff extconf=N)
 [   1.0455503] acpi0: MCFG: bus 0: valid devices
 [   1.0455503] acpi0: MCFG: 000:00:0
 [   1.0455503] acpi0: MCFG: 000:02:0
 [   1.0455503] acpi0: MCFG: 000:02:1
 [   1.0455503] acpi0: MCFG: 000:27:0
 [   1.0455503] acpi0: MCFG: 000:28:0
 [   1.0455503] acpi0: MCFG: 000:28:2
 [   1.0455503] acpi0: MCFG: 000:29:0
 [   1.0455503] acpi0: MCFG: 000:29:1
 [   1.0455503] acpi0: MCFG: 000:29:2
 [   1.0455503] acpi0: MCFG: 000:29:3
 [   1.0455503] acpi0: MCFG: 000:29:7
 [   1.0455503] acpi0: MCFG: 000:30:0
 [   1.0455503] acpi0: MCFG: 000:31:0
 [   1.0455503] acpi0: MCFG: 000:31:1
 [   1.0455503] acpi0: MCFG: 000:31:2
 [   1.0455503] acpi0: MCFG: 000:31:3
 [   1.0455503] acpi0: acpimcfg_map_bus done
 [   1.0455503] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 [   1.0455503] pchb0 at pci0 dev 0 function 0: Intel 82945GME Host Bridge (rev. 0x03)
 [   1.0455503] agp0 at pchb0: i915-family chipset
 [   1.0455503] agp0: detected 7932k stolen memory
 [   1.0455503] agp0: aperture at 0xd0000000, size 0x10000000
 [   1.0455503] i915drmkms0 at pci0 dev 2 function 0: Intel 82945GME Integrated Graphics Device (rev. 0x03)
 [   1.0455503] pci_mem_find: void region
 [   1.0455503] pci_mem_find: void region
 [   1.0455503] i915drmkms0: WARNING: power management not supported
 [   1.0455503] genfb0 at pci0 dev 2 function 1: Intel 82945GM/PM/GMS Integrated Graphics Device (rev. 0x03)
 [   1.0455503] no width property
 [   1.0455503] genfb0: not configured by firmware
 [   1.0455503] hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 [   1.0455503] allocated pic msi0 type edge pin 0 level 7 to cpu0 slot 16 idt entry 112
 [   1.0455503] hdaudio0: interrupting at msi0 vec 0
 [   1.0455503] hdaudio0: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
 [   1.0455503] hdafg0 at hdaudio0 vendor 0x10EC product 0x0888 nid 0x01: Realtek ALC888
 [   1.0455503] hdafg0: DAC00 4ch: Speaker [Jack]
 [   1.0455503]     nid=14 [pin: Speaker (Green Jack)]
 [   1.0455503]            nid=0C [audio mixer] [source: dac, record]
 [   1.0455503]                   nid=02 [audio output] [source: dac]
 [   1.0455503]                   nid=0B [audio mixer] [source: record]
 [   1.0455503]     nid=15 [pin: Speaker (Black Jack)]
 [   1.0455503]            nid=0D [audio mixer] [source: dac, record]
 [   1.0455503]                   nid=03 [audio output] [source: dac]
 [   1.0455503]                   nid=0B [audio mixer] [source: record]
 [   1.0455503] hdafg0: DAC01 2ch: Speaker [Jack]
 [   1.0455503]     nid=1B [pin: Speaker (Green Jack)]
 [   1.0455503]            nid=0E [audio mixer] [source: dac, record]
 [   1.0455503]                   nid=04 [audio output] [source: dac]
 [   1.0455503]                   nid=0B [audio mixer] [source: record]
 [   1.0455503] hdafg0: DIG02 2ch: SPDIF Out [Jack]
 [   1.0455503]     nid=1E [pin: SPDIF Out (Yellow Jack)]
 [   1.0455503]            nid=06 [audio output] [source: dac]
 [   1.0455503] hdafg0: ADC03 2ch: Line In [Jack], Mic In [Jack]
 [   1.0455503]     nid=18 [pin: Mic In (Pink Jack)]
 [   1.0455503]     nid=1A [pin: Line In (Blue Jack)]
 [   1.0455503] hdafg0: ADC04 2ch: Mic In [Jack]
 [   1.0455503]     nid=19 [pin: Mic In (Pink Jack)]
 [   1.0455503] hdafg0: 4ch/2ch 44100Hz 48000Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
 [   1.0455503] audio0 at hdafg0: playback, capture, full duplex, independent
 [   1.0455503] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [   1.0455503] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [   1.0455503] spkr1 at audio0: PC Speaker (synthesized)
 [   1.0455503] wsbell at spkr1 not configured
 [   1.0455503] ppb0 at pci0 dev 28 function 0: Intel 82801GB/GR PCI Express Port #1 (rev. 0x02)
 [   1.0455503] ppb0: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1 @ 2.5GT/s
 [   1.0455503] pci1 at ppb0 bus 1
 [   1.0455503] acpi0: MCFG: bus 1: no valid devices.
 [   1.0455503] acpi0: acpimcfg_map_bus done
 [   1.0455503] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 [   1.0455503] ppb1 at pci0 dev 28 function 2: Intel 82801GB/GR PCI Express Port #3 (rev. 0x02)
 [   1.0455503] ppb1: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1 @ 2.5GT/s
 [   1.0455503] pci2 at ppb1 bus 2
 [   1.0455503] acpi0: MCFG: 002:00:0: Ok (cfg[0x100]=0x12c10001 extconf=Y)
 [   1.0455503] acpi0: MCFG: bus 2: valid devices
 [   1.0455503] acpi0: MCFG: 002:00:0
 [   1.0455503] acpi0: acpimcfg_map_bus done
 [   1.0455503] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 [   1.0455503] re0 at pci2 dev 0 function 0pci_mem_find: void region
 [   1.0455503] : RealTek 8168/8111 PCIe Gigabit Ethernet (rev. 0x01)
 [   1.0455503] allocated pic msi1 type edge pin 0 level 6 to cpu0 slot 17 idt entry 97
 [   1.0455503] re0: interrupting at msi1 vec 0
 [   1.0455503] re0: RTL8168 2 (0x3800)
 [   1.0455503] re0: Ethernet address [_MAC_XXXXXXXXXX]
 [   1.0455503] re0: using 256 tx descriptors
 [   1.0455503] rgephy0 at re0 phy 7: RTL8211B 1000BASE-T media interface
 [   1.0455503] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 [   1.0455503] uhci0 at pci0 dev 29 function 0: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0455503] allocated pic ioapic0 type level pin 23 level 6 to cpu0 slot 5 idt entry 98
 [   1.0455503] uhci0: interrupting at ioapic0 pin 23
 [   1.0455503] usb0 at uhci0: USB revision 1.0
 [   1.0455503] uhci1 at pci0 dev 29 function 1: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0455503] allocated pic ioapic0 type level pin 19 level 6 to cpu0 slot 6 idt entry 99
 [   1.0455503] uhci1: interrupting at ioapic0 pin 19
 [   1.0455503] usb1 at uhci1: USB revision 1.0
 [   1.0455503] uhci2 at pci0 dev 29 function 2: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0455503] allocated pic ioapic0 type level pin 18 level 6 to cpu0 slot 7 idt entry 100
 [   1.0455503] uhci2: interrupting at ioapic0 pin 18
 [   1.0455503] usb2 at uhci2: USB revision 1.0
 [   1.0455503] uhci3 at pci0 dev 29 function 3: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
 [   1.0455503] allocated pic ioapic0 type level pin 16 level 6 to cpu0 slot 8 idt entry 101
 [   1.0455503] uhci3: interrupting at ioapic0 pin 16
 [   1.0455503] usb3 at uhci3: USB revision 1.0
 [   1.0455503] ehci0 at pci0 dev 29 function 7: Intel 82801GB/GR USB EHCI Controller (rev. 0x02)
 [   1.0455503] ehci0: 64-bit DMA
 [   1.0455503] allocated pic ioapic0 type level pin 23 level 6 to cpu0 slot 5 idt entry 98
 [   1.0455503] ehci0: interrupting at ioapic0 pin 23
 [   1.0455503] ehci0: EHCI version 1.0
 [   1.0455503] ehci0: 4 companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
 [   1.0455503] ehci0: Using DMA subregion for control data structures
 [   1.0455503] usb4 at ehci0: USB revision 2.0
 [   1.0455503] ppb2 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI Bridge (rev. 0xe2)
 [   1.0455503] pci3 at ppb2 bus 3
 [   1.0455503] acpi0: MCFG: bus 3: no valid devices.
 [   1.0455503] acpi0: acpimcfg_map_bus done
 [   1.0455503] pci3: i/o space, memory space enabled
 [   1.0455503] ichlpcib0 at pci0 dev 31 function 0: Intel 82801GHM LPC Interface Bridge (rev. 0x02)
 [   1.0455503] timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 [   1.0455503] ichlpcib0: 24-bit timer
 [   1.0455503] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [   1.0455503] tco0: SMI_EN=0x0000203b
 [   1.0455503] tco0: SMI_EN:=0x0000003b
 [   1.0455503] tco0: SMI_EN=0x0000003b
 [   1.0455503] tco0: Min/Max interval 1/367 seconds
 [   1.0455503] piixide0 at pci0 dev 31 function 1: Intel 82801GB/GR IDE Controller (ICH7) (rev. 0x02)
 [   1.0455503] piixide0: bus-master DMA support present
 [   1.0455503] piixide0: primary channel configured to compatibility mode
 [   1.0455503] allocated pic ioapic0 type edge pin 14 level 6 to cpu0 slot 9 idt entry 102
 [   1.0455503] piixide0: primary channel interrupting at ioapic0 pin 14
 [   1.0455503] atabus0 at piixide0 channel 0
 [   1.0455503] piixide0: secondary channel configured to compatibility mode
 [   1.0455503] piixide0: secondary channel ignored (disabled)
 [   1.0455503] ahcisata0 at pci0 dev 31 function 2: Intel 82801GBM AHCI SATA Controller (rev. 0x02)
 [   1.0455503] ahcisata0: 64-bit DMA
 [   1.0455503] ahcisata0: AHCI revision 1.10, 4 ports, 32 slots, CAP 0xc310ff03<PSC,SSC,PMD,ISS=0x1=Gen1,SCLO,SAL,SNCQ,S64A>
 [   1.0455503] allocated pic msi2 type edge pin 0 level 6 to cpu0 slot 18 idt entry 103
 [   1.0455503] ahcisata0: interrupting at msi2 vec 0
 [   1.0455503] atabus1 at ahcisata0 channel 0
 [   1.0455503] atabus2 at ahcisata0 channel 2
 [   1.0455503] ichsmb0 at pci0 dev 31 function 3: Intel 82801GB/GR SMBus Controller (rev. 0x02)
 [   1.0455503] allocated pic ioapic0 type level pin 19 level 6 to cpu0 slot 6 idt entry 99
 [   1.0455503] ichsmb0: interrupting at ioapic0 pin 19
 [   1.0455503] iic0 at ichsmb0: I2C bus
 [   1.0455503] isa0 at ichlpcib0
 [   1.0455503] tpm0 at isa0 iomem 0xfed40000-0xfed40fff irq 7
 [   1.0455503] tpm0: device 0x000b15d1 rev 0x10
 [   1.0455503] pckbc0 at isa0 port 0x60-0x64
 [   1.0455503] pckbdprobe: reset error 5
 [   1.0455503] pmsprobe: reset error 5
 [   1.0455503] acpicpu0 at cpu0: ACPI CPU
 [   1.0455503] acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 [   1.0455503] acpicpu0: id 0, lapic id 0, cap 0x0bfd, flags 0x0008ae31
 [   1.0455503] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=100
 [   1.0455503] acpicpu1 at cpu1: ACPI CPU
 [   1.0455503] acpicpu1: id 1, lapic id 1, cap 0x0bfd, flags 0x0008ae31
 [   1.0455503] coretemp1 at cpu1: thermal sensor, 1 C resolution, Tjmax=100
 [   1.0455503] SRAT: 0 NUMA nodes
 [   1.0455503] Initializing SSP: 7e28d05710d8ecc6 48215c85755b3fa0 3d4d28395ac17586 fd420c1ff2c05da2 dc6e187117010d80 51d2eee1f20dcf00 d1636d81dc36f662 4eab92bdace53227
 [   1.0455503] cpu0: TSC freq from delay 2168440330 Hz
 [   1.0455503] cpu0: [re]calibrating local timer
 [   1.0455503] cpu0: apic clock running at 166 MHz
 [   1.0455503] timecounter: Timecounter "lapic" frequency 166803000 Hz quality -100
 [   1.0455503] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 [   1.1265352] UVM: using package allocation scheme, 1 package(s) per bucket
 [   1.2082676] cpu1: TSC skew=-39 drift=78
 [   1.2536223] cpu1: running
 [   1.2783251] TSC not known invariant on this CPU
 [   1.3389054] timecounter: Timecounter "TSC" frequency 2168440330 Hz quality -100
 [   1.4262679] acpicpu1: ACPI CPUs started
 [   1.4684800] IPsec: Initialized Security Association Processing.
 [   1.4684800] uhub0 at usb0: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   1.6486272] uhub0: 2 ports with 2 removable, self powered
 [   1.7086762] uhub1 at usb1: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   1.8187656] uhub1: 2 ports with 2 removable, self powered
 [   1.8888237] uhub2 at usb2: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   1.9989128] uhub2: 2 ports with 2 removable, self powered
 [   2.0589620] uhub3 at usb3: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
 [   2.1690520] uhub3: 2 ports with 2 removable, self powered
 [   2.2291018] uhub4 at usb4: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
 [   2.3391921] uhub4: 8 ports with 8 removable, self powered
 [   2.4092487] aes: Intel SSSE3 vpaes
 [   2.4292650] tpm0: chacha: x86 SSE2 ChaCha
 [   2.4715022] read 8 bytes, expected 10
 [   2.4715022] adiantum: self-test passed
 [   2.5411851] tpm0: aes_ccm: self-test passed
 [   2.6077460] deactivating entropy source
 [   2.6077460] ahcisata0 port 2: device present, speed: 1.5Gb/s
 [   2.6815901] blake2s: self-test passed
 [   4.2164960] waiting for devices: usb4 atabus0 atabus1 atabus2 uhub4
 [   4.6383675] waiting for devices: usb4 atabus0 atabus1 atabus2uhidev0 at uhub0 uhub4 port 1
 [   4.7331589]  configuration 1 interface 0
 [   4.7885400] uhidev0: MOSART Semi. (0x0458) Wireless Mouse (0x0185), rev 1.10/1.03, addr 2, iclass 3/0
 [   4.9087108] uhidev0: 2 report ids
 [   4.9487933] uhid0 at uhidev0 reportid 2: input=63, output=0, feature=63
 [   5.0288593] uhidev1 at uhub0 port 1 configuration 1 interface 1
 [   5.0989160] uhidev1: MOSART Semi. (0x0458) Wireless Mouse (0x0185), rev 1.10/1.03, addr 2, iclass 3/1
 [   5.2090065] waiting for devices:uhidev1: 5 report ids
 [   5.2390310]  usb4ums0 at uhidev1 atabus0 reportid 1 atabus1 atabus2 uhub4 uhidev1
 [   5.3591295] : 5 buttons, W and Z dirs
 [   5.4055421] wsmouse0 at ums0 mux 0
 [   5.4440219] uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0
 [   5.5230649] uhid2 at uhidev1 reportid 3: input=2, output=0, feature=0
 [   5.6000275] uhid3 at uhidev1 reportid 5: input=5, output=6, feature=0
 [   5.6769895] waiting for devices: usb4 atabus0 atabus1 atabus2 uhub4
 [   6.2518843] umass0 at uhub4 port 4 configuration 1 interface 0
 [   6.3220740] umass0: JetFlash (0x8564) Mass Storage Device (0x1000), rev 2.00/1.00, addr 2
 [   6.4221548] umass0: using SCSI over Bulk-Only
 [   6.4721967] scsibus0 at umass0: 2 targets, 1 lun per target
 [   6.5418824] waiting for devices: atabus0 atabus1 atabus2 scsibus0
 [   6.6126048] sd0 at scsibus0 target 0 lun 0: <JetFlash, Transcend 4GB, 8.07> disk removable
 [   6.7123929] sd0: fabricating a geometry
 [   6.7525273] sd0: 3828 MB, 3828 cyl, 64 head, 32 sec, 512 bytes/sect x 7839744 sectors
 [   6.8526096] sd0: fabricating a geometry
 [   6.9429990] waiting for devices: atabus0 atabus1 atabus2 scsibus0
 [   7.0232092] waiting for devices: atabus0 atabus1 atabus2
 [   7.1033330] waiting for devices: atabus0 atabus1 atabus2wd0 at atabus0 drive 0

 [   7.1934777] uhidev2 at uhub1 port 1 configuration 1 interface 0
 [   7.2635352] uhidev2: Holtek (0x045e) Controller (0x028e), rev 2.00/1.14, addr 2, iclass 255/93
 [   7.3636161] wd0: <FC-1307 SD to CF Adapter V1.5>
 [   7.4236654] wd0: drive supports 1-sector PIO transfers, LBA addressing
 [   7.5037314] wd0: 30436 MB, 61839 cyl, 16 head, 63 sec, 512 bytes/sect x 62333952 sectors
 [   7.6038439] uhid4 at uhidev2: input=20, output=6, feature=0
 [   7.6639238] waiting for devices: atabus0 atabus1 atabus2 wd0
 [   7.7441022] waiting for devices:wd0: 32-bit data port
 [   7.7441022]  atabus0wd0: drive supports PIO mode 4 atabus1, DMA mode 2 atabus2, Ultra-DMA mode 5
 [   7.9104619]  (Ultra/100)
 [   7.9406233] wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA)
 [   8.0373470] waiting for devices:wd1 at atabus2 atabus2 drive 0

 [   8.1070290] wd1: <HITACHI HTS725032A9A364>
 [   8.1600707] wd1: drive supports 16-sector PIO transfers, LBA48 addressing
 [   8.2411922] wd1: 298 GB, 620181 cyl, 16 head, 63 sec, 512 bytes/sect x 625142448 sectors
 [   8.3849702] uhub5 at uhub0 port 2: vendor 0557 (0x0557) product 8021 (0x8021), class 9/0, rev 1.10/1.00, addr 3
 [   8.5151586] uhub5: 4 ports with 4 removable, self powered
 [   8.6857858] waiting for devices: atabus2 uhub0 uhub5
 [   8.8162792] wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100), NCQ (32 tags) w/PRIO
 [   8.9379123] wd1(ahcisata0:2:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) (using DMA), NCQ (31 tags) w/PRIO
 [   9.0699956] waiting for devices: uhub0 uhub5
 [   9.1209571] waiting for devices: uhub5
 [   9.7498504] uhidev3 at uhub5 port 1 configuration 1 interface 0
 [   9.8199386] uhidev3: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/1
 [   9.9401078] ukbd0 at uhidev3
 [   9.9801906] wskbd0 at ukbd0 mux 1
 [  10.0202233] uhidev4 at uhub5 port 1 configuration 1 interface 1
 [  10.0902808] uhidev4: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/0
 [  10.2003708] waiting for devices: uhub5uhidev4: 3 report ids
 [  10.2303967]  uhidev4uhid5 at uhidev4
 [  10.3087812]  reportid 1: input=1, output=0, feature=0
 [  10.3711816] waiting for devices: uhub5uhid6 at uhidev4 uhidev4 reportid 2
 [  10.4505755] : input=3, output=0, feature=0
 [  10.5011870] waiting for devices:uhid7 at uhidev4 uhub5 reportid 3 uhidev4
 [  10.5806831] : input=3, output=0, feature=4
 [  10.6311898] waiting for devices:uhidev5 at uhub5 uhub5 port 1
 [  10.6977530]  configuration 1 interface 2
 [  10.7445542] uhidev5: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/1
 [  10.8710315] ums1 at uhidev5: 5 buttons and Z dir
 [  10.9319680] wsmouse1 at ums1 mux 0
 [  10.9725295] waiting for devices: uhub5
 [  11.0111976] crypto: assign driver 0, flags 2
 [  11.0612375] crypto: driver 0 registers alg 1 flags 0 maxoplen 0
 [  11.1312955] crypto: driver 0 registers alg 2 flags 0 maxoplen 0
 [  11.2013519] crypto: driver 0 registers alg 3 flags 0 maxoplen 0
 [  11.2714103] crypto: driver 0 registers alg 4 flags 0 maxoplen 0
 [  11.3414661] crypto: driver 0 registers alg 5 flags 0 maxoplen 0
 [  11.4215324] crypto: driver 0 registers alg 26 flags 0 maxoplen 0
 [  11.4915888] crypto: driver 0 registers alg 27 flags 0 maxoplen 0
 [  11.5616469] crypto: driver 0 registers alg 29 flags 0 maxoplen 0
 [  11.6317035] crypto: driver 0 registers alg 33 flags 0 maxoplen 0
 [  11.7017608] crypto: driver 0 registers alg 17 flags 0 maxoplen 0
 [  11.7718191] crypto: driver 0 registers alg 6 flags 0 maxoplen 0
 [  11.8418766] crypto: driver 0 registers alg 19 flags 0 maxoplen 0
 [  11.9219410] crypto: driver 0 registers alg 7 flags 0 maxoplen 0
 [  11.9919988] crypto: driver 0 registers alg 20 flags 0 maxoplen 0
 [  12.0620566] crypto: driver 0 registers alg 15 flags 0 maxoplen 0
 [  12.1321135] crypto: driver 0 registers alg 24 flags 0 maxoplen 0
 [  12.2021705] crypto: driver 0 registers alg 25 flags 0 maxoplen 0
 [  12.2722271] crypto: driver 0 registers alg 8 flags 0 maxoplen 0
 [  12.3422846] crypto: driver 0 registers alg 21 flags 0 maxoplen 0
 [  12.4223512] crypto: driver 0 registers alg 16 flags 0 maxoplen 0
 [  12.4924079] crypto: driver 0 registers alg 9 flags 0 maxoplen 0
 [  12.5624651] crypto: driver 0 registers alg 10 flags 0 maxoplen 0
 [  12.6325221] crypto: driver 0 registers alg 13 flags 0 maxoplen 0
 [  12.7025790] crypto: driver 0 registers alg 14 flags 0 maxoplen 0
 [  12.7726368] crypto: driver 0 registers alg 28 flags 0 maxoplen 0
 [  12.8527017] crypto: driver 0 registers alg 30 flags 0 maxoplen 0
 [  12.9227593] crypto: driver 0 registers alg 31 flags 0 maxoplen 0
 [  12.9928162] crypto: driver 0 registers alg 32 flags 0 maxoplen 0
 [  13.0628743] crypto: driver 0 registers alg 11 flags 0 maxoplen 0
 [  13.1329318] crypto: driver 0 registers alg 18 flags 0 maxoplen 0
 [  13.2029893] crypto: driver 0 registers alg 23 flags 0 maxoplen 0
 [  13.2830545] crypto: driver 0 registers alg 22 flags 0 maxoplen 0
 [  13.3531106] cgd: self-test aes-xts-256
 [  13.3931433] cgd: self-test aes-xts-512
 [  13.4431849] cgd: self-test aes-cbc-128
 [  13.4832171] cgd: self-test aes-cbc-256
 [  13.5332586] cgd: self-test 3des-cbc-192
 [  13.5732914] cgd: self-test blowfish-cbc-448
 [  13.6233321] cgd: self-test aes-cbc-128 (encblkno8)
 [  13.6833813] cgd: self-tests passed
 [  13.7234141] swwdog0: software watchdog initialized
 [  14.2159437] Searching for RAID components...
 [  14.3466606] boot device: sd0
 [  14.3867649] root on sd0a dumps on sd0b
 [  14.4772152] root file system type: ffs
 [  14.5172988] kern.module.path=/stand/amd64/10.0/modules
 [  14.5773681] pci_mem_find: void region
 [  14.6263766] i915drmkms0: map 4 failed
 [  14.6700576] pci_mem_find: void region
 [  14.7137383] i915drmkms0: map 5 failed
 [  14.7575151] i915drmkms0 {drm:netbsd:intel_uc_init_early+0x8f} enable_guc=0 (guc:no submission:no huc:no)
 [  14.8707851] {drm:netbsd:i915_gem_init_early+0x67} fake context support initialized
 [  14.9612667] pci_mem_find: void region
 [  15.0049490] pci_mem_find: void region
 [  15.0486300] pci_mem_find: void region
 [  15.0923112] pci_mem_find: void region
 [  15.1359928] pci_mem_find: void region
 [  15.1796737] pci_mem_find: void region
 [  15.2233558] pci_mem_find: void region
 [  15.2670376] pci_mem_find: void region
 [  15.3107178] pci_mem_find: void region
 [  15.3543993] pci_mem_find: void region
 [  15.3980808] pci_mem_find: void region
 [  15.4417621] pci_mem_find: void region
 [  15.4854436] {drm:netbsd:i915_ggtt_probe_hw+0x3bd} GGTT size = 256M
 [  15.5592868] {drm:netbsd:i915_ggtt_probe_hw+0x3db} GMADR size = 256M
 [  15.6341692] {drm:netbsd:i915_ggtt_probe_hw+0x404} DSM size = 0M
 [  15.7048902] {drm:netbsd:intel_opregion_setup+0x4c} graphic opregion physical addr: 0x0
 [  15.8006787] {drm:netbsd:intel_opregion_setup+0x60f} ACPI OpRegion not supported!
 [  15.8890815] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [  15.9681242] [drm] Driver supports precise vblank timestamp query.
 [  16.0409265] pci_mem_find: void region
 [  16.0846080] [drm] Failed to find VBIOS tables (VBT)
 [  16.1428504] allocated pic ioapic0 type level pin 16 level 6 to cpu0 slot 8 idt entry 101
 [  16.2395733] i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0)
 [  16.3165350] {drm:netbsd:intel_dump_cdclk_state+0x36} Current CDCLK 200000 kHz, VCO 0 kHz, ref 0 kHz, bypass 0 kHz, voltage level 0
 [  16.4569400] {drm:netbsd:intel_update_max_cdclk+0x8d} Max CD clock rate: 200000 kHz
 [  16.5474216] {drm:netbsd:intel_modeset_init+0x1503} Max dotclock rate: 360000 kHz
 [  16.6358256] {drm:netbsd:intel_lvds_init+0x3a1} LVDS PPS:t1+t2 600 t3 500 t4 4000 t5 2000 tx 2000 divider 9999 port 0 powerdown_on_reset 0
 [  16.7891758] WARNING: NVRAM century is 46 but RTC year is 2024
 [  16.8637009] entropy: best effort
 [  16.8992660] [drm] Initialized overlay support.
 [  16.9552201] {drm:netbsd:intel_engines_driver_register+0x17c} renamed rcs'0 to rcs0
 [  17.0457028] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
 [  17.2198733] i915drmkms0: [drm] Cannot find any crtc or sizes
 [  17.2899302] i915 device info: pciid=0x27ae rev=0x03 platform=I945GM (subplatform=0x0) gen=3
 [  17.3900131] i915 device info: engines: 1
 [  17.4300450] i915 device info: gen: 3
 [  17.4800860] i915 device info: gt: 0
 [  17.5201190] i915 device info: iommu: n/a
 [  17.5601520] i915 device info: memory-regions: 5
 [  17.6202004] i915 device info: page-sizes: 1000
 [  17.6702422] i915 device info: platform: I945GM
 [  17.7202830] i915 device info: ppgtt-size: 0
 [  17.7703231] i915 device info: ppgtt-type: 0
 [  17.8203650] i915 device info: is_mobile: yes
 [  17.8804131] i915 device info: is_lp: no
 [  17.9204458] i915 device info: require_force_probe: no
 [  17.9804962] i915 device info: is_dgfx: no
 [  18.0305369] i915 device info: has_64bit_reloc: no
 [  18.0905856] i915 device info: gpu_reset_clobbers_display: yes
 [  18.1506349] i915 device info: has_reset_engine: no
 [  18.2106844] i915 device info: has_fpga_dbg: no
 [  18.2607243] i915 device info: has_global_mocs: no
 [  18.3207738] i915 device info: has_gt_uc: no
 [  18.3708154] i915 device info: has_l3_dpf: no
 [  18.4208550] i915 device info: has_llc: no
 [  18.4708971] i915 device info: has_logical_ring_contexts: no
 [  18.5409537] i915 device info: has_logical_ring_elsq: no
 [  18.6010030] i915 device info: has_logical_ring_preemption: no
 [  18.6710594] i915 device info: has_pooled_eu: no
 [  18.7211007] i915 device info: has_rc6: no
 [  18.7711422] i915 device info: has_rc6p: no
 [  18.8211829] i915 device info: has_rps: no
 [  18.8612148] i915 device info: has_runtime_pm: no
 [  18.9212649] i915 device info: has_snoop: yes
 [  18.9713048] i915 device info: has_coherent_ggtt: yes
 [  19.0313541] i915 device info: unfenced_needs_alignment: yes
 [  19.1014124] i915 device info: hws_needs_physical: yes
 [  19.1614605] i915 device info: cursor_needs_physical: yes
 [  19.2215106] i915 device info: has_csr: no
 [  19.2715505] i915 device info: has_ddi: no
 [  19.3215926] i915 device info: has_dp_mst: no
 [  19.3716333] i915 device info: has_dsb: no
 [  19.4116661] i915 device info: has_dsc: no
 [  19.4617065] i915 device info: has_fbc: no
 [  19.5117470] i915 device info: has_gmch: yes
 [  19.5617877] i915 device info: has_hdcp: no
 [  19.6118292] i915 device info: has_hotplug: yes
 [  19.6618694] i915 device info: has_ipc: no
 [  19.7119115] i915 device info: has_modular_fia: no
 [  19.7719599] i915 device info: has_overlay: yes
 [  19.8220012] i915 device info: has_psr: no
 [  19.8720419] i915 device info: overlay_needs_physical: yes
 [  19.9320906] i915 device info: supports_tv: yes
 [  19.9821310] i915 device info: slice total: 0, mask=0000
 [  20.0521883] i915 device info: subslice total: 0
 [  20.1022301] i915 device info: EU total: 0
 [  20.1522714] i915 device info: EU per subslice: 0
 [  20.2023115] i915 device info: has slice power gating: no
 [  20.2723685] i915 device info: has subslice power gating: no
 [  20.3324175] i915 device info: has EU power gating: no
 [  20.3924676] i915 device info: CS timestamp frequency: 0 kHz
 [  20.4625245] [drm] DRM_I915_DEBUG enabled
 [  20.5125658] [drm] DRM_I915_DEBUG_GEM enabled
 [  20.6538399] i915drmkms0: [drm] Cannot find any crtc or sizes

 -rxg


From: Rui-Xiang Guo <rxg@lavabit.com>
To: Taylor R Campbell <riastradh@NetBSD.org>
Cc: gnats-bugs@netbsd.org, port-amd64-maintainer@netbsd.org,
	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: port-amd64/58727: stuck in boot with i915drmkms on DVI
Date: Mon, 21 Apr 2025 17:30:59 +0800

 --hECdsND3eA7zReJ3
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline

 On Sat, Oct 12, 2024 at 01:40:34PM +0000, Taylor R Campbell wrote:
 > Thanks, can you please also provide output from the following command?
 > 
 > pcictl pci0 dump -b 0 -d 2 -f 1
 > 
 > NetBSD is having trouble finding the VBIOS tables (VBT) which leads it
 > to have no display configuration (which also probably triggers another
 > bug that without display configuration it crashes at boot).
 > 
 > So I'm trying to guess where the display configuration might live on
 > your machine, and see whether something is wrong with NetBSD's attempt
 > to retrieve it.

 I have tested 10.1 on a newer machine with UHD 610 and it works well.
 My guess is there is something wrong in the VBIOS of my old mainboard.
 So please close this PR, thanks.

 -rxg

 --hECdsND3eA7zReJ3
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="uhd610-dmesg.log"

 [     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.1 (GENERIC) #0: Mon Dec 16 13:08:11 UTC 2024
 [     1.000000] 	mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC
 [     1.000000] total memory = 3920 MB
 [     1.000000] avail memory = 3762 MB
 [     1.000000] timecounter: Timecounters tick every 10.000 msec
 [     1.000000] Kernelized RAIDframe activated
 [     1.000000] RTC BIOS diagnostic error 0x1e<memory_size,fixed_disk,invalid_time>
 [     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 [     1.000004] efi: systbl at pa 9bd44018
 [     1.000004] mainbus0 (root)
 [     1.000004] ACPI: RSDP 0x000000009B71B014 000024 (v02 ALASKA)
 [     1.000004] ACPI: XSDT 0x000000009B71A728 0000D4 (v01 ALASKA A M I    01072009 AMI  01000013)
 [     1.000004] ACPI: FACP 0x000000009B715000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
 [     1.000004] ACPI: DSDT 0x000000009B6D2000 0427C9 (v02 ALASKA A M I    01072009 INTL 20160527)
 [     1.000004] ACPI: FACS 0x000000009B81B000 000040
 [     1.000004] ACPI: MCFG 0x000000009B719000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
 [     1.000004] ACPI: SSDT 0x000000009B716000 00203C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
 [     1.000004] ACPI: FIDT 0x000000009B6D1000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
 [     1.000004] ACPI: FPDT 0x000000009B6AF000 000044 (v01 ALASKA CML      01072009 AMI  01000013)
 [     1.000004] ACPI: SSDT 0x000000009B6CC000 0031DA (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
 [     1.000004] ACPI: HPET 0x000000009B6CB000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
 [     1.000004] ACPI: SSDT 0x000000009B6C8000 002AE2 (v02 ALASKA CmlS_Rvp 00001000 INTL 20160527)
 [     1.000004] ACPI: SSDT 0x000000009B6C6000 00147B (v02 ALASKA Ther_Rvp 00001000 INTL 20160527)
 [     1.000004] ACPI: SSDT 0x000000009B6C2000 003240 (v02 INTEL  xh_cmsd4 00000000 INTL 20160527)
 [     1.000004] ACPI: NHLT 0x000000009B6C0000 001821 (v00 ALASKA A M I    01072009 AMI  01000013)
 [     1.000004] ACPI: LPIT 0x000000009B6BF000 000094 (v01 ALASKA A M I    01072009 AMI  01000013)
 [     1.000004] ACPI: SSDT 0x000000009B6BB000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20160527)
 [     1.000004] ACPI: SSDT 0x000000009B6B8000 0025B2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
 [     1.000004] ACPI: DBGP 0x000000009B6B7000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
 [     1.000004] ACPI: DBG2 0x000000009B6B6000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
 [     1.000004] ACPI: SSDT 0x000000009B6B4000 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
 [     1.000004] ACPI: BGRT 0x000000009B6B2000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
 [     1.000004] ACPI: DMAR 0x000000009B6B3000 0000C8 (v01 INTEL  EDK2     00000002      01000013)
 [     1.000004] ACPI: ASF! 0x000000009B6B1000 000074 (v32 ALASKA A M I    01072009 AMI  01000013)
 [     1.000004] ACPI: WSMT 0x000000009B6BE000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
 [     1.000004] ACPI: APIC 0x000000009B6B0000 000068 (v04 ALASKA A M I    01072009 AMI  00010013)
 [     1.000004] ACPI: 9 ACPI AML tables successfully acquired and loaded
 [     1.000004] ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 120 pins
 [     1.000004] cpu0 at mainbus0 apid 0
 [     1.000004] cpu0: Use lfence to serialize rdtsc
 [     1.000004] cpu0: CPU base freq 3500000000 Hz
 [     1.000004] cpu0: CPU max freq 3500000000 Hz
 [     1.000004] cpu0: TSC freq CPUID 3500000000 Hz
 [     1.000004] cpu0: Intel(R) Celeron(R) G5905 CPU @ 3.50GHz, id 0xa0653
 [     1.000004] cpu0: node 0, package 0, core 0, smt 0
 [     1.000004] cpu1 at mainbus0 apid 2
 [     1.000004] cpu1: Intel(R) Celeron(R) G5905 CPU @ 3.50GHz, id 0xa0653
 [     1.000004] cpu1: node 0, package 0, core 1, smt 0
 [     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
 [     1.000004] acpi0: X/RSDT: OemId <ALASKA,  A M I ,01072009>, AslId <AMI ,01000013>
 [     1.000004] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 [     1.000004] ACPI: Dynamic OEM Table Load:
 [     1.000004] ACPI: SSDT 0xFFFF853AEBB1E008 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
 [     1.000004] ACPI: Dynamic OEM Table Load:
 [     1.000004] ACPI: SSDT 0xFFFF853AEBB1E808 000689 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
 [     1.000004] ACPI: Dynamic OEM Table Load:
 [     1.000004] ACPI: SSDT 0xFFFF853AEBB224C8 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
 [     1.000004] ACPI: Dynamic OEM Table Load:
 [     1.000004] ACPI: SSDT 0xFFFF853AEBBA6808 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
 [     1.000004] ACPI: Dynamic OEM Table Load:
 [     1.000004] ACPI: SSDT 0xFFFF853AEBBE7008 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
 [     1.000004] ACPI: Dynamic OEM Table Load:
 [     1.000004] ACPI: SSDT 0xFFFF853B3F398808 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
 [     1.000004] acpi0: SCI interrupting at int 9
 [     1.000004] acpi0: fixed power button present
 [     1.000004] timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 [     1.005273] hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 [     1.005273] timecounter: Timecounter "hpet0" frequency 24000000 Hz quality 2000
 [     1.005754] acpiec0 at acpi0 (H_EC, PNP0C09-1): not present
 [     1.005754] acpivga0 at acpi0 (GFX0): ACPI Display Adapter
 [     1.005754] acpiout0 at acpivga0 (DD01, 0x0001): ACPI Display Output Device
 [     1.005754] acpiout1 at acpivga0 (DD02, 0x0002): ACPI Display Output Device
 [     1.005754] acpiout2 at acpivga0 (DD03, 0x0003): ACPI Display Output Device
 [     1.005754] acpiout3 at acpivga0 (DD04, 0x0004): ACPI Display Output Device
 [     1.005754] acpiout4 at acpivga0 (DD05, 0x0005): ACPI Display Output Device
 [     1.005754] acpiout5 at acpivga0 (DD06, 0x0006): ACPI Display Output Device
 [     1.005754] acpiout6 at acpivga0 (DD07, 0x0007): ACPI Display Output Device
 [     1.005754] acpiout7 at acpivga0 (DD08, 0x0008): ACPI Display Output Device
 [     1.005754] acpiout8 at acpivga0 (DD09, 0x0009): ACPI Display Output Device
 [     1.005754] acpiout9 at acpivga0 (DD0A, 0x000a): ACPI Display Output Device
 [     1.005754] acpiout10 at acpivga0 (DD0B, 0x000b): ACPI Display Output Device
 [     1.005754] acpiout11 at acpivga0 (DD0C, 0x000c): ACPI Display Output Device
 [     1.005754] acpiout12 at acpivga0 (DD0D, 0x000d): ACPI Display Output Device
 [     1.005754] acpiout13 at acpivga0 (DD0E, 0x000e): ACPI Display Output Device
 [     1.005754] acpiout14 at acpivga0 (DD0F, 0x000f): ACPI Display Output Device
 [     1.005754] acpiout15 at acpivga0 (DD1F, 0x001f): ACPI Display Output Device
 [     1.005754] acpiout15: brightness levels: [2-100]
 [     1.005754] acpiout16 at acpivga0 (IPUA, 0x3480): ACPI Display Output Device
 [     1.005754] acpivga0: connected output devices:
 [     1.005754] acpivga0:   0x0400: Unknown Output Device, head 0
 [     1.005754] com0 at acpi0 (UAR1, PNP0501-0): io 0x3f8-0x3ff irq 4
 [     1.005754] com0: ns16550a, 16-byte FIFO
 [     1.005754] com1 at acpi0 (UAR2, PNP0501-1): io 0x2f8-0x2ff irq 3
 [     1.005754] com1: ns16550a, 16-byte FIFO
 [     1.005754] com2 at acpi0 (UAR3, PNP0501-2): io 0x3e8-0x3ef irq 7
 [     1.005754] com2: ns16550a, 16-byte FIFO
 [     1.005754] com3 at acpi0 (UAR4, PNP0501-3): io 0x2e8-0x2ef irq 7
 [     1.005754] com3: ns16550a, 16-byte FIFO
 [     1.005754] com4 at acpi0 (UAR5, PNP0501-4): io 0x2f0-0x2f7 irq 7
 [     1.005754] com4: ns16550a, 16-byte FIFO
 [     1.005754] attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43,0x50-0x53 irq 0
 [     1.005754] igpio0 at acpi0 (GPI0, INT3450): mem 0xfd6e0000-0xfd6effff,0xfd6d0000-0xfd6dffff,0xfd6b0000-0xfd6bffff,0xfd6a0000-0xfd6affff irq 14
 [     1.005754] gpio0 at igpio0: 299 pins
 [     1.005754] UCMX (INT3515) at acpi0 not configured
 [     1.005754] acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 [     1.005754] acpiwmi0 at acpi0 (WFDE, PNP0C14-SampleDev): ACPI WMI Interface
 [     1.005754] acpiwmibus at acpiwmi0 not configured
 [     1.005754] acpiwmi1 at acpi0 (WFTE, PNP0C14-TestDev): ACPI WMI Interface
 [     1.005754] acpiwmibus at acpiwmi1 not configured
 [     1.005754] PEPD (INT33A1) at acpi0 not configured
 [     1.005754] AWAC (ACPI000E) at acpi0 not configured
 [     1.005754] acpibut1 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [     1.005754] acpifan0 at acpi0 (FAN0, PNP0C0B-0): ACPI Fan
 [     1.005754] acpifan1 at acpi0 (FAN1, PNP0C0B-1): ACPI Fan
 [     1.005754] acpifan2 at acpi0 (FAN2, PNP0C0B-2): ACPI Fan
 [     1.005754] acpifan3 at acpi0 (FAN3, PNP0C0B-3): ACPI Fan
 [     1.005754] acpifan4 at acpi0 (FAN4, PNP0C0B-4): ACPI Fan
 [     1.005754] acpitz0 at acpi0 (TZ00)
 [     1.005754] acpitz0: active cooling level 0: 71.0C
 [     1.005754] acpitz0: active cooling level 1: 55.0C
 [     1.005754] acpitz0: active cooling level 2: 50.0C
 [     1.005754] acpitz0: active cooling level 3: 45.0C
 [     1.005754] acpitz0: active cooling level 4: 40.0C
 [     1.005754] acpitz0: levels: critical 119.0 C
 [     1.005754] ACPI: Enabled 5 GPEs in block 00 to 7F
 [     1.005754] pci0 at mainbus0 bus 0: configuration mode 1
 [     1.005754] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 [     1.005754] pchb0 at pci0 dev 0 function 0: Intel product 9b73 (rev. 0x03)
 [     1.005754] i915drmkms0 at pci0 dev 2 function 0: Intel UHD Graphics 610 (rev. 0x03)
 [     1.005754] Intel Core 6G Gaussian Mixture Model (miscellaneous system) at pci0 dev 8 function 0 not configured
 [     1.005754] Intel 400 Series Thermal (miscellaneous DASP) at pci0 dev 18 function 0 not configured
 [     1.005754] xhci0 at pci0 dev 20 function 0: Intel 400 Series USB 3.2 Gen 2x1 xHCI (rev. 0x00)
 [     1.005754] xhci0: 64-bit DMA
 [     1.005754] xhci0: interrupting at msi0 vec 0
 [     1.005754] xhci0: xHCI version 1.10
 [     1.005754] usb0 at xhci0: USB revision 3.1
 [     1.005754] usb1 at xhci0: USB revision 2.0
 [     1.005754] Intel 400 Series Shared SRAM (RAM memory) at pci0 dev 20 function 2 not configured
 [     1.005754] dwiic0 at pci0 dev 21 function 0autoconfiguration error: : can't map register space
 [     1.005754] Intel 400 Series HECI 1 (miscellaneous communications) at pci0 dev 22 function 0 not configured
 [     1.005754] ahcisata0 at pci0 dev 23 function 0: Intel 400 Series SATA (AHCI) desktop (rev. 0x00)
 [     1.005754] ahcisata0: 64-bit DMA
 [     1.005754] ahcisata0: AHCI revision 1.31, 3 ports, 32 slots, CAP 0xe134ff42<EMS,PSC,SSC,PMD,SAM,ISS=0x3=Gen3,SCLO,SSNTF,SNCQ,S64A>
 [     1.005754] ahcisata0: interrupting at msi1 vec 0
 [     1.005754] atabus0 at ahcisata0 channel 2
 [     1.005754] atabus1 at ahcisata0 channel 3
 [     1.005754] atabus2 at ahcisata0 channel 4
 [     1.005754] ppb0 at pci0 dev 28 function 0: Intel 400 Series PCIe Root Port 1 (rev. 0xf0)
 [     1.005754] ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 8.0GT/s
 [     1.005754] pci1 at ppb0 bus 1
 [     1.005754] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.005754] ppb1 at pci0 dev 28 function 5: Intel 400 Series PCIe Root Port 6 (rev. 0xf0)
 [     1.005754] ppb1: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 8.0GT/s
 [     1.005754] ppb1: link is x1 @ 2.5GT/s
 [     1.005754] pci2 at ppb1 bus 2
 [     1.005754] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.005754] wm0 at pci2 dev 0 function 0, 64-bit DMA: I211 Ethernet (COPPER) (rev. 0x03)
 [     1.005754] wm0: for TX and RX interrupting at msix2 vec 0 affinity to 0
 [     1.005754] wm0: for TX and RX interrupting at msix2 vec 1 affinity to 1
 [     1.005754] wm0: for LINK interrupting at msix2 vec 2
 [     1.005754] wm0: PCI-Express bus
 [     1.005754] wm0: 64 words iNVM, version 0.6
 [     1.005754] wm0: RX packet buffer size: 34KB
 [     1.005754] wm0: Ethernet address [_MAC_XXXXXXXXXX]
 [     1.005754] wm0: Copper
 [     1.005754] wm0: 0xcc614020<INVM,PCIE,NEWQUEUE,WOL,EEE,PLLWA,CLSEMWA,CRC_STRIP,DELAY_LINKUP>
 [     1.005754] makphy0 at wm0 phy 1: I210 10/100/1000 media interface, rev. 0
 [     1.005754] makphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 [     1.005754] pcib0 at pci0 dev 31 function 0: Intel Q470 LPC (rev. 0x00)
 [     1.005754] hdaudio0 at pci0 dev 31 function 3: HD Audio Controller
 [     1.005754] hdaudio0: interrupting at msi3 vec 0
 [     1.005754] hdaudio0: HDA ver. 1.0, OSS 9, ISS 7, BSS 0, SDO 1, 64-bit
 [     1.005754] hdafg0 at hdaudio0: Realtek product 0897
 [     1.005754] hdafg0: autoconfiguration error: pin 1A has wrong direction for 03
 [     1.005754] hdafg0: DAC00 2ch: Speaker [Jack]
 [     1.005754] hdafg0: DAC01 2ch: HP Out [Jack]
 [     1.005754] hdafg0: ADC03 2ch: Mic In [Jack]
 [     1.005754] hdafg0: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
 [     1.005754] audio0 at hdafg0: playback, capture, full duplex, independent
 [     1.005754] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [     1.005754] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [     1.005754] spkr0 at audio0: PC Speaker (synthesized)
 [     1.005754] wsbell at spkr0 not configured
 [     1.005754] hdafg1 at hdaudio0: Intel HDMI/DP
 [     1.005754] hdafg1: DP00 8ch: Digital Out [Jack]
 [     1.005754] hdafg1: 8ch/0ch 48000Hz PCM16*
 [     1.005754] audio1 at hdafg1: playback, capture, full duplex, independent
 [     1.005754] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [     1.005754] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [     1.005754] spkr1 at audio1: PC Speaker (synthesized)
 [     1.005754] wsbell at spkr1 not configured
 [     1.005754] ichsmb0 at pci0 dev 31 function 4: Intel 400 Series SMBus (rev. 0x00)
 [     1.005754] ichsmb0: interrupting at ioapic0 pin 16
 [     1.005754] iic0 at ichsmb0: I2C bus
 [     1.005754] Intel 400 Series SPI (FLASH) (miscellaneous serial bus) at pci0 dev 31 function 5 not configured
 [     1.005754] wm1 at pci0 dev 31 function 6, 64-bit DMA: I219 LM (11) Ethernet Connection (rev. 0x00)
 [     1.005754] wm1: interrupting at msi4 vec 0
 [     1.005754] wm1: PCI-Express bus
 [     1.005754] wm1: 4096 words FLASH, version 0.4.4
 [     1.005754] wm1: RX packet buffer size: 26KB
 [     1.005754] wm1: Ethernet address [_MAC_XXXXXXXXXX]
 [     1.005754] wm1: 0x6a4080<FLASH,PCIE,ASF_FIRM,AMT,WOL,EEE>
 [     1.005754] ihphy0 at wm1 phy 2: i217 10/100/1000 media interface, rev. 6
 [     1.005754] ihphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 [     1.005754] isa0 at pcib0
 [     1.005754] pckbc0 at isa0 port 0x60-0x64
 [     1.005754] pcppi0 at isa0 port 0x61
 [     1.005754] spkr2 at pcppi0: PC Speaker
 [     1.005754] wsbell at spkr2 not configured
 [     1.005754] midi0 at pcppi0: PC speaker
 [     1.005754] sysbeep0 at pcppi0
 [     1.005754] attimer1: attached to pcppi0
 [     1.005754] acpicpu0 at cpu0: ACPI CPU
 [     1.005754] acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 [     1.005754] acpicpu0: C2: FFH, lat 151 us, pow   200 mW
 [     1.005754] acpicpu0: C3: FFH, lat 1034 us, pow   200 mW
 [     1.005754] acpicpu0: P0: FFH, lat  10 us, pow 58000 mW, 3500 MHz
 [     1.005754] acpicpu0: P1: FFH, lat  10 us, pow 53284 mW, 3300 MHz
 [     1.005754] acpicpu0: P2: FFH, lat  10 us, pow 48739 mW, 3100 MHz
 [     1.005754] acpicpu0: P3: FFH, lat  10 us, pow 46529 mW, 3000 MHz
 [     1.005754] acpicpu0: P4: FFH, lat  10 us, pow 42780 mW, 2800 MHz
 [     1.005754] acpicpu0: P5: FFH, lat  10 us, pow 38637 mW, 2600 MHz
 [     1.005754] acpicpu0: P6: FFH, lat  10 us, pow 34664 mW, 2400 MHz
 [     1.005754] acpicpu0: P7: FFH, lat  10 us, pow 30841 mW, 2200 MHz
 [     1.005754] acpicpu0: P8: FFH, lat  10 us, pow 29480 mW, 2100 MHz
 [     1.005754] acpicpu0: P9: FFH, lat  10 us, pow 25879 mW, 1900 MHz
 [     1.005754] acpicpu0: P10: FFH, lat  10 us, pow 22435 mW, 1700 MHz
 [     1.005754] acpicpu0: P11: FFH, lat  10 us, pow 19135 mW, 1500 MHz
 [     1.005754] acpicpu0: P12: FFH, lat  10 us, pow 16430 mW, 1300 MHz
 [     1.005754] acpicpu0: P13: FFH, lat  10 us, pow 14902 mW, 1200 MHz
 [     1.005754] acpicpu0: P14: FFH, lat  10 us, pow 11952 mW, 1000 MHz
 [     1.005754] acpicpu0: P15: FFH, lat  10 us, pow  9143 mW,  800 MHz
 [     1.005754] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=100
 [     1.005754] acpicpu1 at cpu1: ACPI CPU
 [     1.005754] coretemp1 at cpu1: thermal sensor, 1 C resolution, Tjmax=100
 [     1.005754] cpu0: CPU base freq 3500000000 Hz
 [     1.005754] cpu0: CPU max freq 3500000000 Hz
 [     1.005754] cpu0: TSC freq CPUID 3500000000 Hz
 [     1.005754] cpu0: TSC freq calibrated 3504005000 Hz
 [     1.005754] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 [     1.005754] timecounter: Timecounter "TSC" frequency 3504005000 Hz quality 3000
 [     1.034903] uhub0 at usb0: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
 [     1.053370] uhub0: 10 ports with 10 removable, self powered
 [     1.053370] uhub1 at usb1: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
 [     1.083370] uhub1: 16 ports with 16 removable, self powered
 [     1.083370] IPsec: Initialized Security Association Processing.
 [     1.623371] umass0 at uhub1 port 3 configuration 1 interface 0
 [     1.653369] umass0: JetFlash (0x8564) Mass Storage Device (0x1000), rev 2.00/1.00, addr 1
 [     1.673369] umass0: using SCSI over Bulk-Only
 [     1.673369] scsibus0 at umass0: 2 targets, 1 lun per target
 [     1.703369] sd0 at scsibus0 target 0 lun 0: <JetFlash, Transcend 4GB, 8.07> disk removable
 [     1.733369] sd0: fabricating a geometry
 [     1.763369] sd0: 3828 MB, 3828 cyl, 64 head, 32 sec, 512 bytes/sect x 7839744 sectors
 [     1.793369] sd0: fabricating a geometry
 [     1.843371] sd0: GPT GUID: 867794b8-d609-49ee-9c51-33a08260ec8b
 [     1.843371] dk0 at sd0: "EFI system", 262144 blocks at 2048, type: msdos
 [     1.873369] dk1 at sd0: "3c386667-4e85-4442-ac6e-943931e02174", 4853760 blocks at 264192, type: ffs
 [     2.273370] uhidev0 at uhub1 port 4 configuration 1 interface 0
 [     2.303368] uhidev0: MOSART Semi. (0x0458) Wireless Mouse (0x0185), rev 1.10/1.03, addr 2, iclass 3/0
 [     2.323368] uhidev0: 2 report ids
 [     2.353368] uhid0 at uhidev0 reportid 2: input=63, output=0, feature=63
 [     2.383368] uhidev1 at uhub1 port 4 configuration 1 interface 1
 [     2.403368] uhidev1: MOSART Semi. (0x0458) Wireless Mouse (0x0185), rev 1.10/1.03, addr 2, iclass 3/1
 [     2.433368] uhidev1: 5 report ids
 [     2.463368] ums0 at uhidev1 reportid 1: 5 buttons, W and Z dirs
 [     2.483368] wsmouse0 at ums0 mux 0
 [     2.513368] uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0
 [     2.533368] uhid2 at uhidev1 reportid 3: input=2, output=0, feature=0
 [     2.563368] uhid3 at uhidev1 reportid 5: input=5, output=6, feature=0
 [     2.643369] ahcisata0 port 3: PHY offline
 [     2.663368] ahcisata0 port 2: PHY offline
 [     2.663368] ahcisata0 port 4: PHY offline
 [     3.103369] uhub2 at uhub1 port 5: vendor 0557 (0x0557) product 8021 (0x8021), class 9/0, rev 1.10/1.00, addr 3
 [     3.133367] uhub2: 4 ports with 4 removable, self powered
 [     3.903368] uhidev2 at uhub2 port 1 configuration 1 interface 0
 [     3.933366] uhidev2: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/1
 [     3.973367] ukbd0 at uhidev2
 [     3.993366] wskbd0 at ukbd0: console keyboard
 [     4.023366] uhidev3 at uhub2 port 1 configuration 1 interface 1
 [     4.043366] uhidev3: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/0
 [     4.093367] uhidev3: 3 report ids
 [     4.123366] uhid4 at uhidev3 reportid 1: input=1, output=0, feature=0
 [     4.153366] uhid5 at uhidev3 reportid 2: input=3, output=0, feature=0
 [     4.173366] uhid6 at uhidev3 reportid 3: input=3, output=0, feature=4
 [     4.203365] uhidev4 at uhub2 port 1 configuration 1 interface 2
 [     4.233365] uhidev4: BTC (0x046e) USB Multimedia Keyboard (0x52cb), rev 1.10/1.10, addr 4, iclass 3/1
 [     4.263367] ums1 at uhidev4: 5 buttons and Z dir
 [     4.293365] wsmouse1 at ums1 mux 0
 [     4.313365] swwdog0: software watchdog initialized
 [     4.363365] WARNING: 2 errors while detecting hardware; check system log.
 [     4.363365] boot device: sd0
 [     4.363365] root on dk1
 [     4.383365] root file system type: ffs
 [     4.383365] kern.module.path=/stand/amd64/10.1/modules
 [     4.443365] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [     4.463365] [drm] Driver supports precise vblank timestamp query.
 [     4.493365] i915drmkms0: interrupting at msi5 vec 0 (i915drmkms0)
 [     4.493365] WARNING: clock lost 17 days
 [     4.525033] WARNING: using filesystem time
 [     4.525426] WARNING: CHECK AND RESET THE DATE!
 [     4.525426] i915drmkms0: notice: Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
 [     5.603365] [drm] failed to retrieve link info, disabling eDP
 [     5.633363] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
 [     6.213363] intelfb0 at i915drmkms0
 [     6.243363] [drm] DRM_I915_DEBUG enabled
 [     6.273363] [drm] DRM_I915_DEBUG_GEM enabled
 [     6.293363] intelfb0: framebuffer at 0xa0040000, size 1920x1080, depth 32, stride 7680
 [     6.963361] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
 [     7.033361] wsmux1: connecting to wsdisplay0

 --hECdsND3eA7zReJ3--

>Unformatted:

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-2025 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.