Friday, May 24, 2024

Re: Sudden reboot every 5-10 minutes on latest snapshot

Hi again,

During my tests it seems that this version of kernel works fine:

# TZ=UTC cvs -Qd /cvs get -D "2024-05-17 19:30" -P src

But this version of kernel will cause sudden reboots without any kernel
panic or message after 5-60 minutes in my Minisforum UM790:

# TZ=UTC cvs -Qd /cvs get -D "2024-05-17 20:00" -P src

After investigation I found this patch could fix my problem:

Index: azalia.c
===================================================================
RCS file: /home/cvs/src/sys/dev/pci/azalia.c,v
diff -u -p -r1.287 azalia.c
--- azalia.c 17 May 2024 19:43:45 -0000 1.287
+++ azalia.c 24 May 2024 16:26:38 -0000
@@ -557,6 +557,16 @@ azalia_pci_attach(struct device *parent,
azalia_pci_write(sc->pc, sc->tag, ICH_PCI_MMC, reg);
}

+ /* disable MSI for AMD Summit Ridge/Raven Ridge HD Audio */
+ if (PCI_VENDOR(sc->pciid) == PCI_VENDOR_AMD) {
+ switch (PCI_PRODUCT(sc->pciid)) {
+ case PCI_PRODUCT_AMD_17_HDA:
+ case PCI_PRODUCT_AMD_17_1X_HDA:
+ case PCI_PRODUCT_AMD_HUDSON2_HDA:
+ pa->pa_flags &= ~PCI_FLAGS_MSI_ENABLED;
+ }
+ }
+
/* interrupt */
if (pci_intr_map_msi(pa, &ih) && pci_intr_map(pa, &ih)) {
printf(": can't map interrupt\n");

However it breaks my front 3.5mm audio port and I should use my
USB-to-3.5mm audio port adapter again.

How may I investigate more?

> > > > My Minisforum UM790 keeps reboot every 5-10 minutes, without any Kernel
> > > > Panic or visible message how may I debug it?
> > > > I'm using latest OpenBSD snapshot with this amd64/BUILDINFO:
> > > > Build date: 1716424636 - Thu May 23 00:37:16 UTC 2024
> > >
> > > Not a lot to go on really.
> > >
> > > Is the machine doing anything or just idle?
> >
> > It get reboot even in xenodm login screen without any interaction from me.
> >
> > > Is X running?
> >
> > It's funny. I disabled the xenodm and it lived for more than 10 minutes;
> > then I enabled and started xenodm and it suddenly rebooted after few
> > minutes!
> >
> > Next time I keep xenodm running, but switched to ttyC0 terminal using
> > Alt+Ctrl+F1 key and it lived for more than 10 minutes; then I just
> > switched to Xorg using Alt+Ctrl+F5 and it suddenly rebooted again after
> > few minutes!
> >
> > > Do you get the same with 7.5? if yes, try older releases - can you
> > > find one where it doesn't happen?
> >
> > I rarely got same issue in previous snapshots (I think my last snapshot
> > was for 6 days ago and I had no serious issue with that).
> >
> > I think I sould compile and test previous versions of xenocara, right?
>
> Try with just an older kernel first and leave userland alone.
> ftp.hostserver.de and openbsd.cs.toronto.edu both have some old
> snaps in /archive. (If no snap was built on a certain day then
> the files will be identical in the archive so no point testing
> when there was no change - you can use what(1) to show the
> version - I'd save a few under names like /bsd.mp.<date>
> and type "boot bsd.mp.<date>" at the boot loader).
>
>
> > > >
> > > > # (dmesg; sysctl hw.sensors)
> > > > OpenBSD 7.5-current (GENERIC.MP) #78: Wed May 22 18:31:14 MDT 2024
> > > > deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> > > > real mem = 31909883904 (30431MB)
> > > > avail mem = 30921310208 (29488MB)
> > > > random: good seed from bootblocks
> > > > mpath0 at root
> > > > scsibus0 at mpath0: 256 targets
> > > > mainbus0 at root
> > > > bios0 at mainbus0: SMBIOS rev. 3.5 @ 0x9ab7f000 (45 entries)
> > > > bios0: vendor American Megatrends International, LLC. version "1.01" date 06/05/2023
> > > > bios0: Micro Computer (HK) Tech Limited F7BSC
> > > > efi0 at bios0: UEFI 2.8
> > > > efi0: American Megatrends rev 0x5001d
> > > > acpi0 at bios0: ACPI 6.4
> > > > acpi0: sleep states S0 S4 S5
> > > > acpi0: tables DSDT FACP SSDT SSDT FIDT MCFG FPDT VFCT BGRT TPM2 SSDT CRAT CDIT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT WSMT APIC IVRS SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT
> > > > acpi0: wakeup devices GPP1(S4) GPP0(S4) GPP5(S4) GPP7(S4) GP11(S4) SWUS(S4) GP12(S4) SWUS(S4)
> > > > acpitimer0 at acpi0: 3579545 Hz, 32 bits
> > > > acpimcfg0 at acpi0
> > > > acpimcfg0: addr 0xe0000000, bus 0-255
> > > > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> > > > cpu0 at mainbus0: apid 0 (boot processor)
> > > > cpu0: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.00 MHz, 19-74-01, patch 0a704101
> > > > cpu0: cpuid 1 edx=178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT> ecx=76f8320b<SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND>
> > > > cpu0: cpuid 6 eax=4<ARAT> ecx=1<EFFFREQ>
> > > > cpu0: cpuid 7.0 ebx=f1bf97a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,AVX512IFMA,CLFLUSHOPT,CLWB,AVX512CD,SHA,AVX512BW,AVX512VL> ecx=405fce<AVX512VBMI,UMIP,PKU> edx=10000000<L1DF>
> > > > cpu0: cpuid d.1 eax=f<XSAVEOPT,XSAVEC,XGETBV1,XSAVES>
> > > > cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG> ecx=75c237ff<LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX>
> > > > cpu0: cpuid 80000007 edx=e799<HWPSTATE,ITSC>
> > > > cpu0: cpuid 80000008 ebx=791ef257<IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD>
> > > > cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 1MB 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > cpu0: smt 0, core 0, package 0
> > > > mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> > > > cpu0: apic clock running at 24MHz
> > > > cpu0: mwait min=64, max=64, C-substates=1.1, IBE
> > > > cpu1 at mainbus0: apid 2 (application processor)
> > > > cpu1: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.00 MHz, 19-74-01, patch 0a704101
> > > > cpu1: smt 0, core 1, package 0
> > > > cpu2 at mainbus0: apid 4 (application processor)
> > > > cpu2: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.00 MHz, 19-74-01, patch 0a704101
> > > > cpu2: smt 0, core 2, package 0
> > > > cpu3 at mainbus0: apid 6 (application processor)
> > > > cpu3: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.00 MHz, 19-74-01, patch 0a704101
> > > > cpu3: smt 0, core 3, package 0
> > > > cpu4 at mainbus0: apid 8 (application processor)
> > > > cpu4: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.00 MHz, 19-74-01, patch 0a704101
> > > > cpu4: smt 0, core 4, package 0
> > > > cpu5 at mainbus0: apid 10 (application processor)
> > > > cpu5: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.00 MHz, 19-74-01, patch 0a704101
> > > > cpu5: smt 0, core 5, package 0
> > > > cpu6 at mainbus0: apid 12 (application processor)
> > > > cpu6: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.00 MHz, 19-74-01, patch 0a704101
> > > > cpu6: smt 0, core 6, package 0
> > > > cpu7 at mainbus0: apid 14 (application processor)
> > > > cpu7: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.00 MHz, 19-74-01, patch 0a704101
> > > > cpu7: smt 0, core 7, package 0
> > > > cpu8 at mainbus0: apid 1 (application processor)
> > > > cpu8: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.01 MHz, 19-74-01, patch 0a704101
> > > > cpu8: smt 1, core 0, package 0
> > > > cpu9 at mainbus0: apid 3 (application processor)
> > > > cpu9: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.01 MHz, 19-74-01, patch 0a704101
> > > > cpu9: smt 1, core 1, package 0
> > > > cpu10 at mainbus0: apid 5 (application processor)
> > > > cpu10: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.01 MHz, 19-74-01, patch 0a704101
> > > > cpu10: smt 1, core 2, package 0
> > > > cpu11 at mainbus0: apid 7 (application processor)
> > > > cpu11: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.01 MHz, 19-74-01, patch 0a704101
> > > > cpu11: smt 1, core 3, package 0
> > > > cpu12 at mainbus0: apid 9 (application processor)
> > > > cpu12: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.01 MHz, 19-74-01, patch 0a704101
> > > > cpu12: smt 1, core 4, package 0
> > > > cpu13 at mainbus0: apid 11 (application processor)
> > > > cpu13: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.01 MHz, 19-74-01, patch 0a704101
> > > > cpu13: smt 1, core 5, package 0
> > > > cpu14 at mainbus0: apid 13 (application processor)
> > > > cpu14: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.01 MHz, 19-74-01, patch 0a704101
> > > > cpu14: smt 1, core 6, package 0
> > > > cpu15 at mainbus0: apid 15 (application processor)
> > > > cpu15: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, 4000.01 MHz, 19-74-01, patch 0a704101
> > > > cpu15: smt 1, core 7, package 0
> > > > ioapic0 at mainbus0: apid 33 pa 0xfec00000, version 21, 24 pins, can't remap
> > > > ioapic1 at mainbus0: apid 34 pa 0xfec01000, version 21, 32 pins, can't remap
> > > > acpiprt0 at acpi0: bus 0 (PCI0)
> > > > acpiprt1 at acpi0: bus 1 (GPP1)
> > > > acpiprt2 at acpi0: bus -1 (GPP2)
> > > > acpiprt3 at acpi0: bus -1 (GPP0)
> > > > acpiprt4 at acpi0: bus -1 (GPP3)
> > > > acpiprt5 at acpi0: bus -1 (GPP4)
> > > > acpiprt6 at acpi0: bus 2 (GPP5)
> > > > acpiprt7 at acpi0: bus -1 (GPP6)
> > > > acpiprt8 at acpi0: bus 3 (GPP7)
> > > > acpiprt9 at acpi0: bus -1 (GPP8)
> > > > acpiprt10 at acpi0: bus -1 (GPP9)
> > > > acpiprt11 at acpi0: bus -1 (GPPA)
> > > > acpiprt12 at acpi0: bus 4 (GP11)
> > > > acpiprt13 at acpi0: bus 100 (GP12)
> > > > acpiprt14 at acpi0: bus 196 (GP17)
> > > > acpiprt15 at acpi0: bus 197 (GP18)
> > > > acpiprt16 at acpi0: bus 198 (GP19)
> > > > acpiec0 at acpi0
> > > > "AMDI0009" at acpi0 not configured
> > > > acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
> > > > acpicmos0 at acpi0
> > > > acpibtn0 at acpi0: PWRB
> > > > amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins
> > > > "PNP0C50" at acpi0 not configured
> > > > "PNP0C50" at acpi0 not configured
> > > > tpm0 at acpi0 TPM_: unsupported TPM2 start method 2
> > > > "ACPI0010" at acpi0 not configured
> > > > acpicpu0 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu1 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu2 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu3 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu4 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu5 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu6 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu7 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu8 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu9 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu10 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu11 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu12 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu13 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu14 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpicpu15 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
> > > > acpipwrres0 at acpi0: P0NV, resource for NVME
> > > > acpipwrres1 at acpi0: PWRS, resource for GP11
> > > > acpipwrres2 at acpi0: PWRS, resource for SWUS
> > > > acpipwrres3 at acpi0: PWRS, resource for GP12
> > > > acpipwrres4 at acpi0: PWRS, resource for SWUS
> > > > acpipwrres5 at acpi0: PWRS, resource for VGA_
> > > > acpipwrres6 at acpi0: PWRS, resource for HDAU
> > > > acpipwrres7 at acpi0: PWRS, resource for ACP_
> > > > acpipwrres8 at acpi0: PWRS, resource for AZAL
> > > > acpipwrres9 at acpi0: PWRS, resource for XHC0
> > > > acpipwrres10 at acpi0: PWRS, resource for XHC1
> > > > acpipwrres11 at acpi0: PWRS, resource for GP17
> > > > acpipwrres12 at acpi0: PWRS, resource for XHC2
> > > > acpipwrres13 at acpi0: PWRS, resource for XHC3
> > > > acpipwrres14 at acpi0: PWRS, resource for XHC4
> > > > acpipwrres15 at acpi0: PWRS, resource for NHI0
> > > > acpipwrres16 at acpi0: PWRS, resource for NHI1
> > > > acpitz0 at acpi0: critical temperature is 110 degC
> > > > acpivideo0 at acpi0: VGA_
> > > > acpivout0 at acpivideo0: LCD_
> > > > cpu0: 4000 MHz: speeds: 4000 2200 1600 MHz
> > > > pci0 at mainbus0 bus 0
> > > > pchb0 at pci0 dev 0 function 0 "AMD 19h/7xh Root Complex" rev 0x00
> > > > "AMD 19h/7xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
> > > > pchb1 at pci0 dev 1 function 0 "AMD 19h/7xh Host" rev 0x00
> > > > ppb0 at pci0 dev 1 function 2 "AMD 19h/7xh PCIE" rev 0x00: msi
> > > > pci1 at ppb0 bus 1
> > > > nvme0 at pci1 dev 0 function 0 "Samsung PM9A1 NVMe" rev 0x00: msix, NVMe 1.3
> > > > nvme0: Samsung SSD 980 PRO 2TB, firmware 5B2QGXA7, serial S69ENX0W408371F
> > > > scsibus1 at nvme0: 2 targets, initiator 0
> > > > sd0 at scsibus1 targ 1 lun 0: <NVMe, Samsung SSD 980, 5B2Q>
> > > > sd0: 1907729MB, 512 bytes/sector, 3907029168 sectors
> > > > pchb2 at pci0 dev 2 function 0 "AMD 19h/7xh Host" rev 0x00
> > > > ppb1 at pci0 dev 2 function 1 "AMD 19h/7xh PCIE" rev 0x00: msi
> > > > pci2 at ppb1 bus 2
> > > > rge0 at pci2 dev 0 function 0 "Realtek RTL8125" rev 0x05: msix, address 58:47:ca:71:65:72
> > > > ppb2 at pci0 dev 2 function 3 "AMD 19h/7xh PCIE" rev 0x00: msi
> > > > pci3 at ppb2 bus 3
> > > > iwx0 at pci3 dev 0 function 0 "Intel Wi-Fi 6 AX210" rev 0x1a, msix
> > > > pchb3 at pci0 dev 3 function 0 "AMD 19h/7xh Host" rev 0x00
> > > > ppb3 at pci0 dev 3 function 1 "AMD 19h/7xh PCIE" rev 0x00: msi
> > > > pci4 at ppb3 bus 4
> > > > pchb4 at pci0 dev 4 function 0 "AMD 19h/7xh Host" rev 0x00
> > > > ppb4 at pci0 dev 4 function 1 "AMD 19h/7xh PCIE" rev 0x00: msi
> > > > pci5 at ppb4 bus 100
> > > > pchb5 at pci0 dev 8 function 0 "AMD 19h/7xh Host" rev 0x00
> > > > ppb5 at pci0 dev 8 function 1 "AMD 19h/7xh PCIE" rev 0x00
> > > > pci6 at ppb5 bus 196
> > > > amdgpu0 at pci6 dev 0 function 0 "ATI Phoenix" rev 0xc1
> > > > drm0 at amdgpu0
> > > > amdgpu0: msi
> > > > azalia0 at pci6 dev 0 function 1 "ATI Van Gogh HD Audio" rev 0x00: msi
> > > > azalia0: no supported codecs
> > > > "AMD 19h/7xh PSP" rev 0x00 at pci6 dev 0 function 2 not configured
> > > > xhci0 at pci6 dev 0 function 3 "AMD 19h/7xh xHCI" rev 0x00: msix, xHCI 1.20
> > > > usb0 at xhci0: USB revision 3.0
> > > > uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1
> > > > xhci1 at pci6 dev 0 function 4 "AMD 19h/7xh xHCI" rev 0x00: msix, xHCI 1.20
> > > > usb1 at xhci1: USB revision 3.0
> > > > uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1
> > > > "AMD 17h/1xh I2S Audio" rev 0x63 at pci6 dev 0 function 5 not configured
> > > > azalia1 at pci6 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: msi
> > > > azalia1: codecs: Realtek ALC269
> > > > audio0 at azalia1
> > > > ppb6 at pci0 dev 8 function 2 "AMD 19h/7xh PCIE" rev 0x00
> > > > pci7 at ppb6 bus 197
> > > > vendor "AMD", unknown product 0x14ec (class instrumentation unknown subclass 0x00, rev 0x00) at pci7 dev 0 function 0 not configured
> > > > "AMD 19h/7xh IPU" rev 0x00 at pci7 dev 0 function 1 not configured
> > > > ppb7 at pci0 dev 8 function 3 "AMD 19h/7xh PCIE" rev 0x00
> > > > pci8 at ppb7 bus 198
> > > > vendor "AMD", unknown product 0x14ec (class instrumentation unknown subclass 0x00, rev 0x00) at pci8 dev 0 function 0 not configured
> > > > xhci2 at pci8 dev 0 function 3 "AMD 19h/7xh xHCI" rev 0x00: msix, xHCI 1.20
> > > > usb2 at xhci2: USB revision 3.0
> > > > uhub2 at usb2 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1
> > > > xhci3 at pci8 dev 0 function 4 "AMD 19h/7xh xHCI" rev 0x00: msix, xHCI 1.20
> > > > usb3 at xhci3: USB revision 3.0
> > > > uhub3 at usb3 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1
> > > > "AMD 19h/7xh USB4" rev 0x00 at pci8 dev 0 function 5 not configured
> > > > "AMD 19h/7xh USB4" rev 0x00 at pci8 dev 0 function 6 not configured
> > > > piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x71: polling
> > > > iic0 at piixpm0
> > > > iic1 at piixpm0
> > > > pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
> > > > pchb6 at pci0 dev 24 function 0 "AMD 19h/7xh Data Fabric" rev 0x00
> > > > pchb7 at pci0 dev 24 function 1 "AMD 19h/7xh Data Fabric" rev 0x00
> > > > pchb8 at pci0 dev 24 function 2 "AMD 19h/7xh Data Fabric" rev 0x00
> > > > pchb9 at pci0 dev 24 function 3 "AMD 19h/7xh Data Fabric" rev 0x00
> > > > pchb10 at pci0 dev 24 function 4 "AMD 19h/7xh Data Fabric" rev 0x00
> > > > pchb11 at pci0 dev 24 function 5 "AMD 19h/7xh Data Fabric" rev 0x00
> > > > pchb12 at pci0 dev 24 function 6 "AMD 19h/7xh Data Fabric" rev 0x00
> > > > pchb13 at pci0 dev 24 function 7 "AMD 19h/7xh Data Fabric" rev 0x00
> > > > isa0 at pcib0
> > > > isadma0 at isa0
> > > > pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> > > > pckbd0 at pckbc0 (kbd slot)
> > > > wskbd0 at pckbd0: console keyboard
> > > > pcppi0 at isa0 port 0x61
> > > > spkr0 at pcppi0
> > > > vmm0 at mainbus0: SVM/RVI
> > > > efifb at mainbus0 not configured
> > > > uhub4 at uhub0 port 1 configuration 1 interface 0 "VIA Labs, Inc. USB2.0 Hub" rev 2.10/90.13 addr 2
> > > > uhidev0 at uhub4 port 1 configuration 1 interface 0 "INSTANT USB GAMING MOUSE" rev 1.10/1.00 addr 3
> > > > uhidev0: iclass 3/1, 1 report id
> > > > ums0 at uhidev0 reportid 1: 5 buttons, Z dir
> > > > wsmouse0 at ums0 mux 0
> > > > uhidev1 at uhub4 port 1 configuration 1 interface 1 "INSTANT USB GAMING MOUSE" rev 1.10/1.00 addr 3
> > > > uhidev1: iclass 3/0, 8 report ids
> > > > ucc0 at uhidev1 reportid 2: 669 usages, 20 keys, array
> > > > wskbd1 at ucc0 mux 1
> > > > ukbd0 at uhidev1 reportid 3: 8 variable keys, 6 key codes
> > > > wskbd2 at ukbd0 mux 1
> > > > uhid0 at uhidev1 reportid 6: input=2, output=0, feature=0
> > > > uhid1 at uhidev1 reportid 7: input=0, output=0, feature=7
> > > > uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0
> > > > uhidev2 at uhub4 port 2 configuration 1 interface 0 "SEMICO DIERYA 61SE" rev 1.10/1.10 addr 4
> > > > uhidev2: iclass 3/1
> > > > ukbd1 at uhidev2: 8 variable keys, 6 key codes
> > > > wskbd3 at ukbd1 mux 1
> > > > uhidev3 at uhub4 port 2 configuration 1 interface 1 "SEMICO DIERYA 61SE" rev 1.10/1.10 addr 4
> > > > uhidev3: iclass 3/1, 7 report ids
> > > > ucc1 at uhidev3 reportid 1: 897 usages, 20 keys, array
> > > > wskbd4 at ucc1 mux 1
> > > > uhid3 at uhidev3 reportid 2: input=1, output=0, feature=0
> > > > uhid4 at uhidev3 reportid 3: input=1, output=0, feature=0
> > > > ukbd2 at uhidev3 reportid 4: 48 variable keys, 0 key codes
> > > > wskbd5 at ukbd2 mux 1
> > > > ukbd3 at uhidev3 reportid 5: 56 variable keys, 0 key codes
> > > > wskbd6 at ukbd3 mux 1
> > > > ukbd4 at uhidev3 reportid 6: 56 variable keys, 0 key codes
> > > > wskbd7 at ukbd4 mux 1
> > > > uhid5 at uhidev3 reportid 7: input=0, output=7, feature=7
> > > > uhub5 at uhub0 port 2 configuration 1 interface 0 "VIA Labs, Inc. USB2.0 Hub" rev 2.10/90.13 addr 5
> > > > ugen0 at uhub0 port 5 "Intel Bluetooth" rev 2.01/0.00 addr 6
> > > > uhub6 at uhub0 port 6 configuration 1 interface 0 "VIA Labs, Inc. USB3.1 Hub" rev 3.20/90.13 addr 7
> > > > uhub7 at uhub0 port 7 configuration 1 interface 0 "VIA Labs, Inc. USB3.1 Hub" rev 3.20/90.13 addr 8
> > > > vscsi0 at root
> > > > scsibus2 at vscsi0: 256 targets
> > > > softraid0 at root
> > > > scsibus3 at softraid0: 256 targets
> > > > softraid0: sd1 was not shutdown properly
> > > > sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
> > > > sd1: 409599MB, 512 bytes/sector, 838860272 sectors
> > > > root on sd1a (4632fa6cdc48db67.a) swap on sd1b dump on sd1b
> > > > WARNING: / was not properly unmounted
> > > > iwx0: hw rev 0x420, fw 77.f92b5fed.0, pnvm ce1a5094, address 00:01:02:03:04:05
> > > > [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:266
> > > > [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:274
> > > > [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:282
> > > > [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:290
> > > > amdgpu0: IP DISCOVERY GC 11.0.1 12 CU rev 0x07
> > > > [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:266
> > > > [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:274
> > > > [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:282
> > > > [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:290
> > > > [drm] REG_WAIT timeout 1us * 100000 tries - optc314_disable_crtc line:148
> > > > amdgpu0: 1920x1080, 32bpp
> > > > wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
> > > > wskbd1: connecting to wsdisplay0
> > > > wskbd2: connecting to wsdisplay0
> > > > wskbd3: connecting to wsdisplay0
> > > > wskbd4: connecting to wsdisplay0
> > > > wskbd5: connecting to wsdisplay0
> > > > wskbd6: connecting to wsdisplay0
> > > > wskbd7: connecting to wsdisplay0
> > > > wsdisplay0: screen 1-5 added (std, vt100 emulation)
> > > >
> > > > hw.sensors.cpu0.frequency0=1400000000.00 Hz
> > > > hw.sensors.cpu1.frequency0=1400000000.00 Hz
> > > > hw.sensors.cpu2.frequency0=1400000000.00 Hz
> > > > hw.sensors.cpu3.frequency0=1400000000.00 Hz
> > > > hw.sensors.cpu4.frequency0=1400000000.00 Hz
> > > > hw.sensors.cpu5.frequency0=1400000000.00 Hz
> > > > hw.sensors.cpu6.frequency0=1400000000.00 Hz
> > > > hw.sensors.cpu7.frequency0=1400000000.00 Hz
> > > > hw.sensors.acpitz0.temp0=20.00 degC (zone temperature)
> > > > hw.sensors.softraid0.drive0=online (sd1), OK
> > > >
> > > >
> > >
> > >
> > > --
> > > Please keep replies on the mailing list.
> >

No comments:

Post a Comment