NetBSD Problem Report #57826

From www@netbsd.org  Sat Jan  6 21:08:07 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))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 282971A9238
	for <gnats-bugs@gnats.NetBSD.org>; Sat,  6 Jan 2024 21:08:07 +0000 (UTC)
Message-Id: <20240106210806.31C801A9239@mollari.NetBSD.org>
Date: Sat,  6 Jan 2024 21:08:06 +0000 (UTC)
From: ea1abz@gmail.com
Reply-To: ea1abz@gmail.com
To: gnats-bugs@NetBSD.org
Subject: NetBSD-10.0_RC2-i386-install.img installer keyboard does not work
X-Send-Pr-Version: www-1.0

>Number:         57826
>Category:       install
>Synopsis:       NetBSD-10.0_RC2-i386-install.img installer keyboard does not work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    install-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 06 21:10:01 +0000 2024
>Last-Modified:  Tue Jan 09 15:20:01 +0000 2024
>Originator:     Ramiro Aceves
>Release:        NetBSD-10.0_RC2
>Organization:
>Environment:
Cannot install the system to test that
>Description:
Old Compal D75 laptop.
The installer starts from USB drive and keyboard works in the NetBSD bootloader screen. Kernel starts with the usual green characters and blue screen installer appears. Keyboard does not work at all so I cannot choose any menu option. 

If I connect an external USB RF keyboard it works but if you press a key, each character is repeated many many times so I cannot install the operating system as the installer gets crazy with so many key repeatitions.



>How-To-Repeat:
Just start the installer and try to choose menu options.
>Fix:
I do not know

>Audit-Trail:
From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer
 keyboard does not work
Date: Sun, 7 Jan 2024 10:35:49 +0100

 On Sat, Jan 06, 2024 at 09:10:01PM +0000, ea1abz@gmail.com wrote:
 > >Description:
 > Old Compal D75 laptop.
 [kbd not working]

 Without the concrete hardware at hand we can not really help here, but need
 more debug information. This is slightly hard to get in your situation,
 maybe recording a video of the whole boot process is an option?

 To get the debug info from the running machine (after boot):

 Can you try a different external keyboard? Or try with the external one
 connected already during boot?

 Then exit the installer (Ctrl-C should do, or in the main menu choose the
 exit option).

 We need the kernel error messages while attaching the internal keyboard,
 you can see them either by:

   more /var/run/dmesg.boot

 or

   dmesg | more

 In that output search for kbd, typical output from a working laptop looks
 like:

 [     1.035664] pckbc1 at acpi0 (KBD0, PNP0303) (kbd port): io 0x60,0x64 irq 1
 [     1.035664] pckbc2 at acpi0 (PS2M, SYN0302) (aux port): irq 12
 ...
 [     1.035664] pckbd0 at pckbc1 (kbd slot)
 [     1.035664] pckbc1: using irq 1 for kbd slot
 [     1.035664] wskbd0 at pckbd0: console keyboard
 [     1.035664] pms0 at pckbc1 (aux slot)
 [     1.035664] pms0: Synaptics touchpad version 7.2
 [     1.035664] pms0: Extended W mode, Up/down buttons, Palm detect, Multi-finger Report, Reports max
 [     1.035664] pms0: Probed max coordinates right: 5720, top: 4780
 [     1.035664] pckbc1: using irq 12 for aux slot
 [     1.035664] wsmouse0 at pms0 mux 0


 This is the keyboard driver (wskbd0) and the mouse driver (wsmouse0) attaching
 at the internal keyboard controller (pckbc), which usually has two ports,
 one for the keyboard and one for the mouse (called "aux").

 Martin

From: Ramiro Aceves <ea1abz@gmail.com>
To: gnats-bugs@netbsd.org, install-manager@netbsd.org,
 gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,
 Martin Husemann <martin@duskware.de>
Cc: 
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer
 keyboard does not work
Date: Sun, 7 Jan 2024 12:14:21 +0100

 El 7/1/24 a las 10:40, Martin Husemann escribió:
 > The following reply was made to PR install/57826; it has been noted by GNATS.
 > 
 > From: Martin Husemann <martin@duskware.de>
 > To: gnats-bugs@netbsd.org
 > Cc:
 > Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer
 >   keyboard does not work
 > Date: Sun, 7 Jan 2024 10:35:49 +0100
 > 
 >   On Sat, Jan 06, 2024 at 09:10:01PM +0000, ea1abz@gmail.com wrote:
 >   > >Description:
 >   > Old Compal D75 laptop.
 >   [kbd not working]
 >   
 >   Without the concrete hardware at hand we can not really help here, but need
 >   more debug information. This is slightly hard to get in your situation,
 >   maybe recording a video of the whole boot process is an option?
 >   
 >   To get the debug info from the running machine (after boot):
 >   
 >   Can you try a different external keyboard? Or try with the external one
 >   connected already during boot?
 >   
 >   Then exit the installer (Ctrl-C should do, or in the main menu choose the
 >   exit option).
 >   
 >   We need the kernel error messages while attaching the internal keyboard,
 >   you can see them either by:
 >   
 >     more /var/run/dmesg.boot
 >   
 >   or
 >   
 >     dmesg | more
 >   
 >   In that output search for kbd, typical output from a working laptop looks
 >   like:
 >   
 >   [     1.035664] pckbc1 at acpi0 (KBD0, PNP0303) (kbd port): io 0x60,0x64 irq 1
 >   [     1.035664] pckbc2 at acpi0 (PS2M, SYN0302) (aux port): irq 12
 >   ...
 >   [     1.035664] pckbd0 at pckbc1 (kbd slot)
 >   [     1.035664] pckbc1: using irq 1 for kbd slot
 >   [     1.035664] wskbd0 at pckbd0: console keyboard
 >   [     1.035664] pms0 at pckbc1 (aux slot)
 >   [     1.035664] pms0: Synaptics touchpad version 7.2
 >   [     1.035664] pms0: Extended W mode, Up/down buttons, Palm detect, Multi-finger Report, Reports max
 >   [     1.035664] pms0: Probed max coordinates right: 5720, top: 4780
 >   [     1.035664] pckbc1: using irq 12 for aux slot
 >   [     1.035664] wsmouse0 at pms0 mux 0
 >   
 >   
 >   This is the keyboard driver (wskbd0) and the mouse driver (wsmouse0) attaching
 >   at the internal keyboard controller (pckbc), which usually has two ports,
 >   one for the keyboard and one for the mouse (called "aux").
 >   
 >   Martin
 >   

 Hello Martin, thanks so much for help.

 I have recorded two videos, booting with the internal or the external 
 keyboard:

 https://ea4nz.cloudns.cc/hamradio/internal.mp4

 https://ea4nz.cloudns.cc/hamradio/external.mp4

 Using the external keyboard I cannot type anything useful cause keys 
 repeat many times.

 Messages at the videos appear too quick, I have seen something like:

 "pckbc: aux echo error 1.", also acpi errors.


 Thanks so much, ready to make any test you need.

 Regards.
 Ramiro.



From: Ramiro Aceves <ea1abz@gmail.com>
To: install-manager@netbsd.org, gnats-admin@netbsd.org,
 netbsd-bugs@netbsd.org, gnats-bugs@NetBSD.org,
 Martin Husemann <martin@duskware.de>
Cc: 
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer
 keyboard does not work
Date: Sun, 7 Jan 2024 18:53:37 +0100

 El 6/1/24 a las 22:10, ea1abz@gmail.com escribió:
 >> Number:         57826
 >> Category:       install
 >> Synopsis:       NetBSD-10.0_RC2-i386-install.img installer keyboard does not work
 >> Confidential:   no
 >> Severity:       serious
 >> Priority:       medium
 >> Responsible:    install-manager
 >> State:          open
 >> Class:          sw-bug
 >> Submitter-Id:   net
 >> Arrival-Date:   Sat Jan 06 21:10:01 +0000 2024
 >> Originator:     Ramiro Aceves
 >> Release:        NetBSD-10.0_RC2
 >> Organization:
 >> Environment:
 > Cannot install the system to test that
 >> Description:
 > Old Compal D75 laptop.
 > The installer starts from USB drive and keyboard works in the NetBSD bootloader screen. Kernel starts with the usual green characters and blue screen installer appears. Keyboard does not work at all so I cannot choose any menu option.
 > 
 > If I connect an external USB RF keyboard it works but if you press a key, each character is repeated many many times so I cannot install the operating system as the installer gets crazy with so many key repeatitions.
 > 
 > 
 > 
 >> How-To-Repeat:
 > Just start the installer and try to choose menu options.
 >> Fix:
 > I do not know
 > 

 Hello,

 I send you some hardware information commands from the Debian GNU/Linux 
 operating system that is installed on that laptop.


 $ uname -a
 Linux debian-compal 5.10.0-20-686-pae #1 SMP Debian 5.10.158-2 
 (2022-12-13) i686 GNU/Linux




 ramiro@debian-compal:~/Descargas$ lscpu
 Architecture:                    i686
 CPU op-mode(s):                  32-bit
 Byte Order:                      Little Endian
 Address sizes:                   32 bits physical, 32 bits virtual
 CPU(s):                          1
 On-line CPU(s) list:             0
 Thread(s) per core:              1
 Core(s) per socket:              1
 Socket(s):                       1
 Vendor ID:                       GenuineIntel
 CPU family:                      6
 Model:                           13
 Model name:                      Intel(R) Pentium(R) M processor 1.86GHz
 Stepping:                        8
 CPU MHz:                         800.000
 CPU max MHz:                     1867,0000
 CPU min MHz:                     800,0000
 BogoMIPS:                        3724.02
 Vulnerability Itlb multihit:     KVM: Mitigation: VMX unsupported
 Vulnerability L1tf:              Mitigation; PTE Inversion
 Vulnerability Mds:               Vulnerable: Clear CPU buffers 
 attempted, no microcode; SMT disabled
 Vulnerability Meltdown:          Mitigation; PTI
 Vulnerability Mmio stale data:   Unknown: No mitigations
 Vulnerability Retbleed:          Not affected
 Vulnerability Spec store bypass: Vulnerable
 Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers 
 and __user pointer sanitization
 Vulnerability Spectre v2:        Mitigation; Retpolines, STIBP disabled, 
 RSB filling, PBRSB-eIBRS Not affected
 Vulnerability Srbds:             Not affected
 Vulnerability Tsx async abort:   Not affected
 Flags:                           fpu vme de pse tsc msr pae mce cx8 apic 
 sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss t
                                   m pbe nx bts cpuid est tm2 pti




 ramiro@debian-compal:~/Descargas$ lspci
 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML 
 Express Processor to DRAM Controller (rev 04)
 00:02.0 VGA compatible controller: Intel Corporation Mobile 
 915GM/GMS/910GML Express Graphics Controller (rev 04)
 00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML 
 Express Graphics Controller (rev 04)
 00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
 Family) USB UHCI #1 (rev 04)
 00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
 Family) USB UHCI #2 (rev 04)
 00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
 Family) USB UHCI #3 (rev 04)
 00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
 Family) USB UHCI #4 (rev 04)
 00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
 Family) USB2 EHCI Controller (rev 04)
 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
 00:1e.2 Multimedia audio controller: Intel Corporation 
 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
 00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
 AC'97 Modem Controller (rev 04)
 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface 
 Bridge (rev 04)
 00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
 Family) IDE Controller (rev 04)
 00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
 SMBus Controller (rev 04)
 01:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire 
 II(M)] IEEE 1394 OHCI Controller (rev 80)
 01:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI 
 Gigabit Ethernet Controller (rev 10)
 01:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG 
 [Calexico2] Network Connection (rev 05)
 01:04.0 CardBus bridge: ENE Technology Inc CB-710/2/4 Cardbus Controller
 01:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card 
 Reader Controller
 01:04.2 SD Host controller: ENE Technology Inc ENE PCI Secure Digital 
 Card Reader Controller


 ramiro@debian-compal:~/Descargas$ lsusb
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 002: ID 1997:2433 Shenzhen Riitek Technology Co., Ltd 
 wireless mini keyboard with touchpad
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub



 root@debian-compal:/home/ramiro/Descargas# dmesg
 [    0.000000] Linux version 5.10.0-20-686-pae 
 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 
 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 
 5.10.158-2 (2022-12-13)
 [    0.000000] Disabled fast string operations
 [    0.000000] x86/fpu: x87 FPU will use FXSAVE
 [    0.000000] BIOS-provided physical RAM map:
 [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
 [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] 
 reserved
 [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] 
 reserved
 [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f7defff] usable
 [    0.000000] BIOS-e820: [mem 0x000000007f7e0000-0x000000007f7fffbf] 
 ACPI data
 [    0.000000] BIOS-e820: [mem 0x000000007f7fffc0-0x000000007f7fffff] 
 ACPI NVS
 [    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] 
 reserved
 [    0.000000] NX (Execute Disable) protection: active
 [    0.000000] SMBIOS 2.3 present.
 [    0.000000] DMI:  /Alviso, BIOS V1.02A 09/26/2005
 [    0.000000] tsc: Fast TSC calibration using PIT
 [    0.000000] tsc: Detected 1862.012 MHz processor
 [    0.003314] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
 [    0.003320] e820: remove [mem 0x000a0000-0x000fffff] usable
 [    0.003330] last_pfn = 0x7f7df max_arch_pfn = 0x1000000
 [    0.003340] MTRR default type: uncachable
 [    0.003343] MTRR fixed ranges enabled:
 [    0.003346]   00000-9FFFF write-back
 [    0.003348]   A0000-BFFFF uncachable
 [    0.003351]   C0000-CFFFF write-protect
 [    0.003353]   D0000-DFFFF uncachable
 [    0.003355]   E0000-FFFFF write-protect
 [    0.003357] MTRR variable ranges enabled:
 [    0.003360]   0 base 000000000 mask F80000000 write-back
 [    0.003363]   1 base 07F800000 mask FFF800000 uncachable
 [    0.003365]   2 disabled
 [    0.003366]   3 disabled
 [    0.003368]   4 disabled
 [    0.003370]   5 disabled
 [    0.003371]   6 disabled
 [    0.003373]   7 disabled
 [    0.003453] x86/PAT: PAT not supported by the CPU.
 [    0.003513] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC
 [    0.013118] initial memory mapped: [mem 0x00000000-0x1a1fffff]
 [    0.013237] RAMDISK: [mem 0x33bf1000-0x35deffff]
 [    0.013246] ACPI: Early table checksum verification disabled
 [    0.013254] ACPI: RSDP 0x00000000000E5010 000014 (v00 INSYDE)
 [    0.013262] ACPI: RSDT 0x000000007F7FB2BB 000034 (v01 INSYDE RSDT_000 
 00000100 ABCD 00010200)
 [    0.013276] ACPI: FACP 0x000000007F7FFB00 000074 (v01 INSYDE FACP_000 
 00000100 0000 00010200)
 [    0.013288] ACPI: DSDT 0x000000007F7FB920 0041DE (v01 COMPAL DL7x 
 00000001 INTL 02002036)
 [    0.013296] ACPI: FACS 0x000000007F7FFFC0 000040
 [    0.013303] ACPI: APIC 0x000000007F7FFB90 000068 (v01 STUPID MAPIC_00 
 30307830 ABCD 00010200)
 [    0.013311] ACPI: SSDT 0x000000007F7FB4C7 000277 (v01 PmRef  Cpu0Ist 
 00003000 INTL 20030522)
 [    0.013319] ACPI: SSDT 0x000000007F7FB2EF 0001D8 (v01 PmRef  Cpu0Cst 
 00003001 INTL 20030522)
 [    0.013327] ACPI: Reserving FACP table memory at [mem 
 0x7f7ffb00-0x7f7ffb73]
 [    0.013330] ACPI: Reserving DSDT table memory at [mem 
 0x7f7fb920-0x7f7ffafd]
 [    0.013332] ACPI: Reserving FACS table memory at [mem 
 0x7f7fffc0-0x7f7fffff]
 [    0.013335] ACPI: Reserving APIC table memory at [mem 
 0x7f7ffb90-0x7f7ffbf7]
 [    0.013337] ACPI: Reserving SSDT table memory at [mem 
 0x7f7fb4c7-0x7f7fb73d]
 [    0.013339] ACPI: Reserving SSDT table memory at [mem 
 0x7f7fb2ef-0x7f7fb4c6]
 [    0.013361] ACPI: Local APIC address 0xfee00000
 [    0.013367] 1159MB HIGHMEM available.
 [    0.013369] 879MB LOWMEM available.
 [    0.013371]   mapped low ram: 0 - 36ffe000
 [    0.013372]   low ram: 0 - 36ffe000
 [    0.013385] Zone ranges:
 [    0.013387]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
 [    0.013391]   Normal   [mem 0x0000000001000000-0x0000000036ffdfff]
 [    0.013394]   HighMem  [mem 0x0000000036ffe000-0x000000007f7defff]
 [    0.013398] Movable zone start for each node
 [    0.013399] Early memory node ranges
 [    0.013402]   node   0: [mem 0x0000000000001000-0x000000000009efff]
 [    0.013404]   node   0: [mem 0x0000000000100000-0x000000007f7defff]
 [    0.013408] Initmem setup node 0 [mem 
 0x0000000000001000-0x000000007f7defff]
 [    0.013411] On node 0 totalpages: 522109
 [    0.028531]   DMA zone: 40 pages used for memmap
 [    0.028535]   DMA zone: 0 pages reserved
 [    0.028539]   DMA zone: 3998 pages, LIFO batch:0
 [    0.028546]   Normal zone: 2160 pages used for memmap
 [    0.028548]   Normal zone: 221182 pages, LIFO batch:63
 [    0.028552]   HighMem zone: 296929 pages, LIFO batch:63
 [    0.057254] Using APIC driver default
 [    0.057272] Reserving Intel graphics memory at [mem 
 0x7f800000-0x7fffffff]
 [    0.057446] ACPI: PM-Timer IO Port: 0x1008
 [    0.057450] ACPI: Local APIC address 0xfee00000
 [    0.057463] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
 [    0.057465] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
 [    0.057483] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 
 0-23
 [    0.057487] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
 [    0.057491] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
 [    0.057494] ACPI: IRQ0 used by override.
 [    0.057497] ACPI: IRQ9 used by override.
 [    0.057501] Using ACPI (MADT) for SMP configuration information
 [    0.057508] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
 [    0.057542] PM: hibernation: Registered nosave memory: [mem 
 0x00000000-0x00000fff]
 [    0.057546] PM: hibernation: Registered nosave memory: [mem 
 0x0009f000-0x0009ffff]
 [    0.057549] PM: hibernation: Registered nosave memory: [mem 
 0x000a0000-0x000dffff]
 [    0.057551] PM: hibernation: Registered nosave memory: [mem 
 0x000e0000-0x000fffff]
 [    0.057556] [mem 0x80000000-0xffefffff] available for PCI devices
 [    0.057559] Booting paravirtualized kernel on bare hardware
 [    0.057568] clocksource: refined-jiffies: mask: 0xffffffff 
 max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
 [    0.057582] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 
 nr_node_ids:1
 [    0.057974] percpu: Embedded 36 pages/cpu s116428 r0 d31028 u147456
 [    0.057988] pcpu-alloc: s116428 r0 d31028 u147456 alloc=36*4096
 [    0.057992] pcpu-alloc: [0] 0 [0] 1
 [    0.058038] Built 1 zonelists, mobility grouping on.  Total pages: 519909
 [    0.058046] Kernel command line: 
 BOOT_IMAGE=/boot/vmlinuz-5.10.0-20-686-pae 
 root=UUID=26a721c5-8eac-466f-95e3-7f6cdbc88ea8 ro quiet
 [    0.058489] Dentry cache hash table entries: 131072 (order: 7, 524288 
 bytes, linear)
 [    0.058679] Inode-cache hash table entries: 65536 (order: 6, 262144 
 bytes, linear)
 [    0.058743] mem auto-init: stack:off, heap alloc:on, heap free:off
 [    0.058753] Initializing HighMem for node 0 (00036ffe:0007f7df)
 [    0.219003] Initializing Movable for node 0 (00000000:00000000)
 [    0.232526] Memory: 2017724K/2088436K available (8302K kernel code, 
 1180K rwdata, 2512K rodata, 888K init, 488K bss, 70712K reserved, 0K 
 cma-reserved, 1187716K highmem)
 [    0.232530] Checking if this processor honours the WP bit even in 
 supervisor mode...Ok.
 [    0.233345] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
 [    0.233392] Kernel/User page tables isolation: enabled
 [    0.233415] ftrace: allocating 33794 entries in 67 pages
 [    0.276203] ftrace: allocated 67 pages with 3 groups
 [    0.276650] rcu: Hierarchical RCU implementation.
 [    0.276655] rcu:     RCU restricting CPUs from NR_CPUS=32 to 
 nr_cpu_ids=2.
 [    0.276658]     Rude variant of Tasks RCU enabled.
 [    0.276659]     Tracing variant of Tasks RCU enabled.
 [    0.276662] rcu: RCU calculated value of scheduler-enlistment delay 
 is 25 jiffies.
 [    0.276664] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
 [    0.292730] NR_IRQS: 2304, nr_irqs: 440, preallocated irqs: 16
 [    0.295746] Console: colour VGA+ 80x25
 [    0.295780] printk: console [tty0] enabled
 [    0.295794] ACPI: Core revision 20200925
 [    0.295943] APIC: Switch to symmetric I/O mode setup
 [    0.295948] Enabling APIC mode:  Flat.  Using 1 I/O APICs
 [    0.296411] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
 [    0.315917] clocksource: tsc-early: mask: 0xffffffffffffffff 
 max_cycles: 0x35adfc36ce0, max_idle_ns: 881590566680 ns
 [    0.315928] Calibrating delay loop (skipped), value calculated using 
 timer frequency.. 3724.02 BogoMIPS (lpj=7448048)
 [    0.315934] pid_max: default: 32768 minimum: 301
 [    0.316122] LSM: Security Framework initializing
 [    0.316156] Yama: disabled by default; enable with sysctl kernel.yama.*
 [    0.316256] AppArmor: AppArmor initialized
 [    0.316260] TOMOYO Linux initialized
 [    0.316339] Mount-cache hash table entries: 2048 (order: 1, 8192 
 bytes, linear)
 [    0.316348] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 
 bytes, linear)
 [    0.317079] Disabled fast string operations
 [    0.317112] mce: CPU0: Thermal monitoring enabled (TM1)
 [    0.317131] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
 [    0.317134] Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8, 1GB 0
 [    0.317141] Spectre V1 : Mitigation: usercopy/swapgs barriers and 
 __user pointer sanitization
 [    0.317145] Spectre V2 : Mitigation: Retpolines
 [    0.317147] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling 
 RSB on context switch
 [    0.317149] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
 [    0.317151] Speculative Store Bypass: Vulnerable
 [    0.317156] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
 [    0.317158] MMIO Stale Data: Unknown: No mitigations
 [    0.448032] smpboot: CPU0: Intel(R) Pentium(R) M processor 1.86GHz 
 (family: 0x6, model: 0xd, stepping: 0x8)
 [    0.448361] Performance Events: p6 PMU driver.
 [    0.448368] ... version:                0
 [    0.448370] ... bit width:              32
 [    0.448372] ... generic registers:      2
 [    0.448374] ... value mask:             00000000ffffffff
 [    0.448376] ... max period:             000000007fffffff
 [    0.448377] ... fixed-purpose events:   0
 [    0.448379] ... event mask:             0000000000000003
 [    0.448593] rcu: Hierarchical SRCU implementation.
 [    0.449209] NMI watchdog: Enabled. Permanently consumes one hw-PMU 
 counter.
 [    0.449286] smp: Bringing up secondary CPUs ...
 [    0.449289] smp: Brought up 1 node, 1 CPU
 [    0.449290] smpboot: Max logical packages: 2
 [    0.449293] smpboot: Total of 1 processors activated (3724.02 BogoMIPS)
 [    0.449904] devtmpfs: initialized
 [    0.450369] PM: Registering ACPI NVS region [mem 
 0x7f7fffc0-0x7f7fffff] (64 bytes)
 [    0.450482] clocksource: jiffies: mask: 0xffffffff max_cycles: 
 0xffffffff, max_idle_ns: 7645041785100000 ns
 [    0.450505] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
 [    0.450606] pinctrl core: initialized pinctrl subsystem
 [    0.451120] NET: Registered protocol family 16
 [    0.451341] audit: initializing netlink subsys (disabled)
 [    0.451644] thermal_sys: Registered thermal governor 'fair_share'
 [    0.451646] thermal_sys: Registered thermal governor 'bang_bang'
 [    0.451648] thermal_sys: Registered thermal governor 'step_wise'
 [    0.451650] thermal_sys: Registered thermal governor 'user_space'
 [    0.451652] thermal_sys: Registered thermal governor 'power_allocator'
 [    0.451659] cpuidle: using governor ladder
 [    0.451662] cpuidle: using governor menu
 [    0.451732] ACPI: bus type PCI registered
 [    0.451736] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
 [    0.451837] PCI: Using configuration type 1 for base access
 [    0.453871] Kprobes globally optimized
 [    0.453912] audit: type=2000 audit(1704648347.156:1): 
 state=initialized audit_enabled=0 res=1
 [    0.454102] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
 [    1.706265] ACPI: Added _OSI(Module Device)
 [    1.706268] ACPI: Added _OSI(Processor Device)
 [    1.706271] ACPI: Added _OSI(3.0 _SCP Extensions)
 [    1.706273] ACPI: Added _OSI(Processor Aggregator Device)
 [    1.706275] ACPI: Added _OSI(Linux-Dell-Video)
 [    1.706278] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
 [    1.706280] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
 [    1.710304] ACPI: 3 ACPI AML tables successfully acquired and loaded
 [    1.711997] ACPI: EC: EC started
 [    1.711999] ACPI: EC: interrupt blocked
 [    1.712180] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
 [    1.712185] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle 
 transactions
 [    1.712186] ACPI: Interpreter enabled
 [    1.712222] ACPI: (supports S0 S3 S4 S5)
 [    1.712225] ACPI: Using IOAPIC for interrupt routing
 [    1.712269] PCI: Ignoring host bridge windows from ACPI; if 
 necessary, use "pci=use_crs" and report a bug
 [    1.712546] ACPI: Enabled 12 GPEs in block 00 to 1F
 [    1.720113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
 [    1.720122] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments 
 MSI HPX-Type3]
 [    1.720132] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
 [    1.720138] acpi PNP0A08:00: fail to add MMCONFIG information, can't 
 access extended PCI configuration space under this bridge.
 [    1.720600] acpi PNP0A08:00: host bridge window [io  0x0000-0x0cf7 
 window] (ignored)
 [    1.720603] acpi PNP0A08:00: host bridge window [io  0x0cf8-0x0cff] 
 (ignored)
 [    1.720606] acpi PNP0A08:00: host bridge window [io  0x0d00-0xffff 
 window] (ignored)
 [    1.720609] acpi PNP0A08:00: host bridge window [mem 
 0x000a0000-0x000bffff window] (ignored)
 [    1.720612] acpi PNP0A08:00: host bridge window [mem 
 0x80000000-0xfebfffff window] (ignored)
 [    1.720614] PCI: root bus 00: using default resources
 [    1.720911] PCI host bridge to bus 0000:00
 [    1.720915] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
 [    1.720918] pci_bus 0000:00: root bus resource [mem 
 0x00000000-0xffffffff]
 [    1.720922] pci_bus 0000:00: root bus resource [bus 00-ff]
 [    1.720943] pci 0000:00:00.0: [8086:2590] type 00 class 0x060000
 [    1.721132] pci 0000:00:02.0: [8086:2592] type 00 class 0x030000
 [    1.721144] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd007ffff]
 [    1.721150] pci 0000:00:02.0: reg 0x14: [io  0xe000-0xe007]
 [    1.721157] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff pref]
 [    1.721163] pci 0000:00:02.0: reg 0x1c: [mem 0xd0080000-0xd00bffff]
 [    1.721346] pci 0000:00:02.1: [8086:2792] type 00 class 0x038000
 [    1.721356] pci 0000:00:02.1: reg 0x10: [mem 0xd0100000-0xd017ffff]
 [    1.721552] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300
 [    1.721609] pci 0000:00:1d.0: reg 0x20: [io  0x1200-0x121f]
 [    1.721814] pci 0000:00:1d.1: [8086:2659] type 00 class 0x0c0300
 [    1.721872] pci 0000:00:1d.1: reg 0x20: [io  0x1220-0x123f]
 [    1.722064] pci 0000:00:1d.2: [8086:265a] type 00 class 0x0c0300
 [    1.722122] pci 0000:00:1d.2: reg 0x20: [io  0x1240-0x125f]
 [    1.722313] pci 0000:00:1d.3: [8086:265b] type 00 class 0x0c0300
 [    1.722370] pci 0000:00:1d.3: reg 0x20: [io  0x1260-0x127f]
 [    1.722575] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320
 [    1.722594] pci 0000:00:1d.7: reg 0x10: [mem 0x00000000-0x000003ff]
 [    1.722677] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
 [    1.722866] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
 [    1.723152] pci 0000:00:1e.2: [8086:266e] type 00 class 0x040100
 [    1.723172] pci 0000:00:1e.2: reg 0x10: [io  0xe100-0xe1ff]
 [    1.723184] pci 0000:00:1e.2: reg 0x14: [io  0xe200-0xe23f]
 [    1.723196] pci 0000:00:1e.2: reg 0x18: [mem 0xd00c0000-0xd00c01ff]
 [    1.723208] pci 0000:00:1e.2: reg 0x1c: [mem 0xd00c0200-0xd00c02ff]
 [    1.723272] pci 0000:00:1e.2: PME# supported from D0 D3hot D3cold
 [    1.723459] pci 0000:00:1e.3: [8086:266d] type 00 class 0x070300
 [    1.723479] pci 0000:00:1e.3: reg 0x10: [io  0xe300-0xe3ff]
 [    1.723491] pci 0000:00:1e.3: reg 0x14: [io  0xe400-0xe47f]
 [    1.723574] pci 0000:00:1e.3: PME# supported from D0 D3hot D3cold
 [    1.723749] pci 0000:00:1f.0: [8086:2641] type 00 class 0x060100
 [    1.723867] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
 [    1.723876] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by 
 ICH6 ACPI/GPIO/TCO
 [    1.723883] pci 0000:00:1f.0: quirk: [io  0x1300-0x133f] claimed by 
 ICH6 GPIO
 [    1.723888] pci 0000:00:1f.0: LPC Generic IO decode 1 PIO at 0600-067f
 [    1.724063] pci 0000:00:1f.1: [8086:266f] type 00 class 0x01018a
 [    1.724083] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
 [    1.724095] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
 [    1.724107] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
 [    1.724119] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
 [    1.724131] pci 0000:00:1f.1: reg 0x20: [io  0x1100-0x110f]
 [    1.724156] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 
 0x01f0-0x01f7]
 [    1.724159] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
 [    1.724161] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 
 0x0170-0x0177]
 [    1.724163] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
 [    1.724341] pci 0000:00:1f.3: [8086:266a] type 00 class 0x0c0500
 [    1.724417] pci 0000:00:1f.3: reg 0x20: [io  0x1400-0x141f]
 [    1.724631] pci_bus 0000:01: extended config space not accessible
 [    1.724701] pci 0000:01:00.0: [1106:3044] type 00 class 0x0c0010
 [    1.724726] pci 0000:01:00.0: reg 0x10: [mem 0xc0002800-0xc0002fff]
 [    1.724741] pci 0000:01:00.0: reg 0x14: [io  0xc100-0xc17f]
 [    1.724847] pci 0000:01:00.0: supports D1 D2
 [    1.724850] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
 [    1.724951] pci 0000:01:01.0: [10ec:8169] type 00 class 0x020000
 [    1.724976] pci 0000:01:01.0: reg 0x10: [io  0xc000-0xc0ff]
 [    1.724991] pci 0000:01:01.0: reg 0x14: [mem 0xc0002000-0xc00020ff]
 [    1.725053] pci 0000:01:01.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
 [    1.725098] pci 0000:01:01.0: supports D1 D2
 [    1.725101] pci 0000:01:01.0: PME# supported from D1 D2 D3hot D3cold
 [    1.725241] pci 0000:01:02.0: [8086:4220] type 00 class 0x028000
 [    1.725266] pci 0000:01:02.0: reg 0x10: [mem 0xc0001000-0xc0001fff]
 [    1.725385] pci 0000:01:02.0: PME# supported from D0 D3hot D3cold
 [    1.725494] pci 0000:01:04.0: [1524:1411] type 02 class 0x060700
 [    1.725520] pci 0000:01:04.0: reg 0x10: [mem 0x00000000-0x00000fff]
 [    1.725566] pci 0000:01:04.0: supports D1 D2
 [    1.725568] pci 0000:01:04.0: PME# supported from D0 D1 D2 D3hot D3cold
 [    1.725668] pci 0000:01:04.1: [1524:0530] type 00 class 0x050100
 [    1.725694] pci 0000:01:04.1: reg 0x10: [mem 0xc0000000-0xc000007f]
 [    1.725811] pci 0000:01:04.1: supports D1 D2
 [    1.725814] pci 0000:01:04.1: PME# supported from D0 D1 D2 D3hot
 [    1.725911] pci 0000:01:04.2: [1524:0550] type 00 class 0x080501
 [    1.725937] pci 0000:01:04.2: reg 0x10: [mem 0xc0000100-0xc00001ff]
 [    1.726054] pci 0000:01:04.2: supports D1 D2
 [    1.726057] pci 0000:01:04.2: PME# supported from D0 D1 D2 D3hot
 [    1.726189] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
 [    1.726194] pci 0000:00:1e.0:   bridge window [io  0xc000-0xdfff]
 [    1.726200] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xcfffffff]
 [    1.726208] pci 0000:00:1e.0:   bridge window [mem 
 0x90000000-0x9fffffff 64bit pref]
 [    1.726211] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] 
 (subtractive decode)
 [    1.726214] pci 0000:00:1e.0:   bridge window [mem 
 0x00000000-0xffffffff] (subtractive decode)
 [    1.726219] pci 0000:01:04.0: bridge configuration invalid ([bus 
 00-00]), reconfiguring
 [    1.726253] pci_bus 0000:02: extended config space not accessible
 [    1.726289] pci_bus 0000:02: busn_res: can not insert [bus 02-01] 
 under [bus 01] (conflicts with (null) [bus 01])
 [    1.726297] pci_bus 0000:02: busn_res: [bus 02-01] end is updated to 05
 [    1.726301] pci_bus 0000:02: busn_res: can not insert [bus 02-05] 
 under [bus 01] (conflicts with (null) [bus 01])
 [    1.726305] pci 0000:01:04.0: devices behind bridge are unusable 
 because [bus 02-05] cannot be assigned for them
 [    1.726310] pci 0000:00:1e.0: bridge has subordinate 01 but max busn 05
 [    1.726320] pci_bus 0000:00: on NUMA node 0
 [    1.726873] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 
 14 15) *11
 [    1.726985] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 
 14 15)
 [    1.727095] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 
 14 15) *11
 [    1.727215] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 *3 4 5 6 7 11 12 
 14 15)
 [    1.727323] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 
 14 15)
 [    1.727431] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 
 14 15)
 [    1.727539] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 
 14 15) *11
 [    1.727648] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *7 11 12 
 14 15)
 [    1.756485] ACPI: EC: interrupt unblocked
 [    1.756487] ACPI: EC: event unblocked
 [    1.756494] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
 [    1.756496] ACPI: EC: GPE=0x1d
 [    1.756499] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization 
 complete
 [    1.756502] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle 
 transactions and events
 [    1.756609] iommu: Default domain type: Translated
 [    1.756687] pci 0000:00:02.0: vgaarb: setting as boot VGA device
 [    1.756690] pci 0000:00:02.0: vgaarb: VGA device added: 
 decodes=io+mem,owns=io+mem,locks=none
 [    1.756696] pci 0000:00:02.0: vgaarb: bridge control possible
 [    1.756699] vgaarb: loaded
 [    1.756879] EDAC MC: Ver: 3.0.0
 [    1.757474] NetLabel: Initializing
 [    1.757476] NetLabel:  domain hash size = 128
 [    1.757478] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
 [    1.757509] NetLabel:  unlabeled traffic allowed by default
 [    1.757511] PCI: Using ACPI for IRQ routing
 [    1.757514] PCI: pci_cache_line_size set to 64 bytes
 [    1.757588] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
 [    1.757591] e820: reserve RAM buffer [mem 0x7f7df000-0x7fffffff]
 [    1.757680] clocksource: hpet: mask: 0xffffffff max_cycles: 
 0xffffffff, max_idle_ns: 133484882848 ns
 [    1.757698] hpet: 3 channels of 0 reserved for per-cpu timers
 [    1.757703] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
 [    1.757711] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
 [    1.759754] clocksource: Switched to clocksource tsc-early
 [    1.789684] VFS: Disk quotas dquot_6.6.0
 [    1.789740] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 
 bytes)
 [    1.790109] AppArmor: AppArmor Filesystem Enabled
 [    1.790158] pnp: PnP ACPI init
 [    1.790368] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
 [    1.790372] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
 [    1.790376] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
 [    1.790379] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
 [    1.790382] system 00:00: [mem 0xf0008000-0xf000bfff] has been reserved
 [    1.790386] system 00:00: [mem 0xfec00000-0xfec00fff] could not be 
 reserved
 [    1.790389] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
 [    1.790393] system 00:00: [mem 0xfed20000-0xfed8ffff] has been reserved
 [    1.790406] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
 [    1.790664] system 00:01: [io  0x0600-0x060f] has been reserved
 [    1.790668] system 00:01: [io  0x0680-0x06ff] has been reserved
 [    1.790671] system 00:01: [io  0x0800-0x080f] has been reserved
 [    1.790674] system 00:01: [io  0x1000-0x107f] has been reserved
 [    1.790678] system 00:01: [io  0x1180-0x11bf] has been reserved
 [    1.790681] system 00:01: [io  0x1640-0x164f] has been reserved
 [    1.790685] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
 [    1.790688] system 00:01: [mem 0xf0008000-0xf000bfff] has been reserved
 [    1.790692] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
 [    1.790695] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
 [    1.790698] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
 [    1.790707] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
 [    1.790770] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
 [    1.818210] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
 [    1.818253] pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 (active)
 [    1.818275] pnp: PnP ACPI: found 5 devices
 [    1.818280] PnPBIOS: Disabled
 [    1.856122] clocksource: acpi_pm: mask: 0xffffff max_cycles: 
 0xffffff, max_idle_ns: 2085701024 ns
 [    1.856312] NET: Registered protocol family 2
 [    1.856478] IP idents hash table entries: 16384 (order: 5, 131072 
 bytes, linear)
 [    1.856994] tcp_listen_portaddr_hash hash table entries: 512 (order: 
 0, 6144 bytes, linear)
 [    1.857239] TCP established hash table entries: 8192 (order: 3, 32768 
 bytes, linear)
 [    1.857313] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, 
 linear)
 [    1.857356] TCP: Hash tables configured (established 8192 bind 8192)
 [    1.857493] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
 [    1.857521] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, 
 linear)
 [    1.857616] NET: Registered protocol family 1
 [    1.857628] NET: Registered protocol family 44
 [    1.857682] pci 0000:00:1d.7: BAR 0: assigned [mem 0x80000000-0x800003ff]
 [    1.857699] pci 0000:01:04.0: BAR 0: assigned [mem 0xc4000000-0xc4000fff]
 [    1.857707] pci 0000:01:04.0: BAR 15: assigned [mem 
 0xc8000000-0xcbffffff pref]
 [    1.857711] pci 0000:01:04.0: BAR 16: assigned [mem 
 0xcc000000-0xcfffffff]
 [    1.857715] pci 0000:01:01.0: BAR 6: assigned [mem 
 0xc0020000-0xc003ffff pref]
 [    1.857719] pci 0000:01:04.0: BAR 13: assigned [io  0xc400-0xc4ff]
 [    1.857722] pci 0000:01:04.0: BAR 14: assigned [io  0xc800-0xc8ff]
 [    1.857727] pci 0000:01:04.0: CardBus bridge to [bus 02-05]
 [    1.857730] pci 0000:01:04.0:   bridge window [io  0xc400-0xc4ff]
 [    1.857736] pci 0000:01:04.0:   bridge window [io  0xc800-0xc8ff]
 [    1.857742] pci 0000:01:04.0:   bridge window [mem 
 0xc8000000-0xcbffffff pref]
 [    1.857748] pci 0000:01:04.0:   bridge window [mem 0xcc000000-0xcfffffff]
 [    1.857755] pci 0000:00:1e.0: PCI bridge to [bus 01]
 [    1.857759] pci 0000:00:1e.0:   bridge window [io  0xc000-0xdfff]
 [    1.857765] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xcfffffff]
 [    1.857770] pci 0000:00:1e.0:   bridge window [mem 
 0x90000000-0x9fffffff 64bit pref]
 [    1.857780] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
 [    1.857782] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
 [    1.857785] pci_bus 0000:01: resource 0 [io  0xc000-0xdfff]
 [    1.857788] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xcfffffff]
 [    1.857791] pci_bus 0000:01: resource 2 [mem 0x90000000-0x9fffffff 
 64bit pref]
 [    1.857793] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
 [    1.857796] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
 [    1.857799] pci_bus 0000:02: resource 0 [io  0xc400-0xc4ff]
 [    1.857801] pci_bus 0000:02: resource 1 [io  0xc800-0xc8ff]
 [    1.857804] pci_bus 0000:02: resource 2 [mem 0xc8000000-0xcbffffff pref]
 [    1.857806] pci_bus 0000:02: resource 3 [mem 0xcc000000-0xcfffffff]
 [    1.857911] pci 0000:00:02.0: Video device with shadowed ROM at [mem 
 0x000c0000-0x000dffff]
 [    1.859528] pci 0000:00:1d.7: enabling device (0000 -> 0002)
 [    1.859943] pci 0000:01:01.0: CLS mismatch (16 != 32), using 64 bytes
 [    1.860253] Trying to unpack rootfs image as initramfs...
 [    3.010510] Freeing initrd memory: 34812K
 [    3.011679] Initialise system trusted keyrings
 [    3.011714] Key type blacklist registered
 [    3.011844] workingset: timestamp_bits=14 max_order=19 bucket_order=5
 [    3.015337] zbud: loaded
 [    3.015789] integrity: Platform Keyring initialized
 [    3.015795] Key type asymmetric registered
 [    3.015797] Asymmetric key parser 'x509' registered
 [    3.016088] bounce: pool size: 64 pages
 [    3.016173] Block layer SCSI generic (bsg) driver version 0.4 loaded 
 (major 251)
 [    3.016290] io scheduler mq-deadline registered
 [    3.017839] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
 [    3.018056] ACPI: \_PR_.CPU0: Found 4 idle states
 [    3.018060] tsc: Marking TSC unstable due to TSC halts in idle
 [    3.018488] clocksource: Switched to clocksource hpet
 [    3.018722] isapnp: Scanning for PnP cards...
 [    3.372575] isapnp: No Plug & Play device found
 [    3.372726] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
 [    3.374173] Linux agpgart interface v0.103
 [    3.374513] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] 
 at 0x60,0x64 irq 1,12
 [    3.374847] i8042: Detected active multiplexing controller, rev 1.1
 [    3.374933] serio: i8042 KBD port at 0x60,0x64 irq 1
 [    3.374943] serio: i8042 AUX0 port at 0x60,0x64 irq 12
 [    3.375020] serio: i8042 AUX1 port at 0x60,0x64 irq 12
 [    3.375075] serio: i8042 AUX2 port at 0x60,0x64 irq 12
 [    3.375121] serio: i8042 AUX3 port at 0x60,0x64 irq 12
 [    3.375326] mousedev: PS/2 mouse device common for all mice
 [    3.375398] rtc_cmos 00:02: RTC can wake from S4
 [    3.375703] rtc_cmos 00:02: registered as rtc0
 [    3.375754] rtc_cmos 00:02: setting system clock to 
 2024-01-07T17:25:50 UTC (1704648350)
 [    3.375807] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes 
 nvram, hpet irqs
 [    3.375822] intel_pstate: CPU model not supported
 [    3.375843] ledtrig-cpu: registered to indicate activity on CPUs
 [    3.376609] NET: Registered protocol family 10
 [    3.378294] input: AT Translated Set 2 keyboard as 
 /devices/platform/i8042/serio0/input/input0
 [    3.393849] Segment Routing with IPv6
 [    3.393902] mip6: Mobile IPv6
 [    3.393906] NET: Registered protocol family 17
 [    3.393972] mpls_gso: MPLS GSO support
 [    3.394241] microcode: sig=0x6d8, pf=0x20, revision=0x20
 [    3.394249] microcode: Microcode Update Driver: v2.2.
 [    3.394258] IPI shorthand broadcast: enabled
 [    3.394386] registered taskstats version 1
 [    3.394393] Loading compiled-in X.509 certificates
 [    3.679706] Loaded X.509 cert 'Debian Secure Boot CA: 
 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
 [    3.679748] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - 
 linux: 14011249c2675ea8e5148542202005810584b25f'
 [    3.679784] zswap: loaded using pool lzo/zbud
 [    3.680031] Key type .fscrypt registered
 [    3.680033] Key type fscrypt-provisioning registered
 [    3.680142] AppArmor: AppArmor sha1 policy hashing enabled
 [    3.680484] Unstable clock detected, switching default tracing clock 
 to "global"
                 If you want to keep using the local clock, then add:
                   "trace_clock=local"
                 on the kernel command line
 [    3.683118] Freeing unused kernel image (initmem) memory: 888K
 [    3.692112] Write protecting kernel text and read-only data: 10816k
 [    3.692114] NX-protecting the kernel data: 6032k
 [    3.692914] x86/mm: Checked W+X mappings: passed, no W+X pages found.
 [    3.692949] x86/mm: Checking user space page tables
 [    3.693164] x86/mm: Checked W+X mappings: passed, no W+X pages found.
 [    3.693174] Run /init as init process
 [    3.693176]   with arguments:
 [    3.693178]     /init
 [    3.693180]   with environment:
 [    3.693181]     HOME=/
 [    3.693183]     TERM=linux
 [    3.693184]     BOOT_IMAGE=/boot/vmlinuz-5.10.0-20-686-pae
 [    3.886374] ACPI: Video Device [GFX0] (multi-head: yes  rom: no post: no)
 [    3.894698] input: Lid Switch as 
 /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
 [    3.894771] ACPI: Lid Switch [LID0]
 [    3.895176] input: Power Button as 
 /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
 [    3.895221] ACPI: Power Button [PWRB]
 [    3.895599] input: Sleep Button as 
 /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8
 [    3.895643] ACPI: Sleep Button [SLPB]
 [    3.896343] input: Power Button as 
 /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9
 [    3.900913] input: Video Bus as 
 /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
 [    3.912085] ACPI: Power Button [PWRF]
 [    3.948834] battery: ACPI: Battery Slot [BAT1] (battery absent)
 [    4.086771] ACPI Warning: SystemIO range 
 0x0000000000001028-0x000000000000102F conflicts with OpRegion 
 0x0000000000001000-0x000000000000107F (\PMIO) (20200925/utaddress-204)
 [    4.086785] ACPI: If an ACPI driver is available for this device, you 
 should use it instead of the native driver
 [    4.086789] ACPI Warning: SystemIO range 
 0x0000000000001330-0x000000000000133F conflicts with OpRegion 
 0x0000000000001300-0x000000000000133B (\GPIO) (20200925/utaddress-204)
 [    4.086796] ACPI: If an ACPI driver is available for this device, you 
 should use it instead of the native driver
 [    4.086798] ACPI Warning: SystemIO range 
 0x0000000000001300-0x000000000000132F conflicts with OpRegion 
 0x0000000000001300-0x000000000000133B (\GPIO) (20200925/utaddress-204)
 [    4.086805] ACPI: If an ACPI driver is available for this device, you 
 should use it instead of the native driver
 [    4.086806] lpc_ich: Resource conflict(s) found affecting gpio_ich
 [    4.115130] ACPI: bus type USB registered
 [    4.115189] usbcore: registered new interface driver usbfs
 [    4.115216] usbcore: registered new interface driver hub
 [    4.115240] usbcore: registered new device driver usb
 [    4.136961] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
 [    4.137143] i2c i2c-0: 1/2 memory slots populated (from DMI)
 [    4.137146] i2c i2c-0: Memory type 0x12 not supported yet, not 
 instantiating SPD
 [    4.154740] sdhci: Secure Digital Host Controller Interface driver
 [    4.154745] sdhci: Copyright(c) Pierre Ossman
 [    4.158979] SCSI subsystem initialized
 [    4.211704] firewire_ohci 0000:01:00.0: added OHCI v1.0 device as 
 card 0, 4 IR + 8 IT contexts, quirks 0x11
 [    4.224229] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
 [    4.250601] ehci-pci: EHCI PCI platform driver
 [    4.260953] uhci_hcd: USB Universal Host Controller Interface driver
 [    4.275963] uhci_hcd 0000:00:1d.0: UHCI Host Controller
 [    4.275997] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned 
 bus number 1
 [    4.276012] uhci_hcd 0000:00:1d.0: detected 2 ports
 [    4.276056] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001200
 [    4.276172] usb usb1: New USB device found, idVendor=1d6b, 
 idProduct=0001, bcdDevice= 5.10
 [    4.276174] usb usb1: New USB device strings: Mfr=3, Product=2, 
 SerialNumber=1
 [    4.276177] usb usb1: Product: UHCI Host Controller
 [    4.276180] usb usb1: Manufacturer: Linux 5.10.0-20-686-pae uhci_hcd
 [    4.276182] usb usb1: SerialNumber: 0000:00:1d.0
 [    4.276419] hub 1-0:1.0: USB hub found
 [    4.276432] hub 1-0:1.0: 2 ports detected
 [    4.276930] ehci-pci 0000:00:1d.7: EHCI Host Controller
 [    4.276938] ehci-pci 0000:00:1d.7: new USB bus registered, assigned 
 bus number 2
 [    4.276953] ehci-pci 0000:00:1d.7: debug port 1
 [    4.280878] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
 [    4.287417] r8169 0000:01:01.0 eth0: RTL8169sb/8110sb, 
 00:0f:b0:93:6f:e1, XID 100, IRQ 21
 [    4.287423] r8169 0000:01:01.0 eth0: jumbo features [frames: 7146 
 bytes, tx checksumming: ok]
 [    4.292798] sdhci-pci 0000:01:04.2: SDHCI controller found 
 [1524:0550] (rev 0)
 [    4.306920] ehci-pci 0000:00:1d.7: irq 23, io mem 0x80000000
 [    4.308989] mmc0: SDHCI controller on PCI [0000:01:04.2] using PIO
 [    4.314892] libata version 3.00 loaded.
 [    4.319953] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
 [    4.320096] usb usb2: New USB device found, idVendor=1d6b, 
 idProduct=0002, bcdDevice= 5.10
 [    4.320099] usb usb2: New USB device strings: Mfr=3, Product=2, 
 SerialNumber=1
 [    4.320101] usb usb2: Product: EHCI Host Controller
 [    4.320104] usb usb2: Manufacturer: Linux 5.10.0-20-686-pae ehci_hcd
 [    4.320106] usb usb2: SerialNumber: 0000:00:1d.7
 [    4.320314] hub 2-0:1.0: USB hub found
 [    4.320328] hub 2-0:1.0: 8 ports detected
 [    4.331526] ata_piix 0000:00:1f.1: version 2.13
 [    4.348039] hub 1-0:1.0: USB hub found
 [    4.348056] hub 1-0:1.0: 2 ports detected
 [    4.348459] uhci_hcd 0000:00:1d.1: UHCI Host Controller
 [    4.348471] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned 
 bus number 3
 [    4.348480] uhci_hcd 0000:00:1d.1: detected 2 ports
 [    4.348505] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001220
 [    4.348630] usb usb3: New USB device found, idVendor=1d6b, 
 idProduct=0001, bcdDevice= 5.10
 [    4.348633] usb usb3: New USB device strings: Mfr=3, Product=2, 
 SerialNumber=1
 [    4.348635] usb usb3: Product: UHCI Host Controller
 [    4.348638] usb usb3: Manufacturer: Linux 5.10.0-20-686-pae uhci_hcd
 [    4.348640] usb usb3: SerialNumber: 0000:00:1d.1
 [    4.348826] hub 3-0:1.0: USB hub found
 [    4.348839] hub 3-0:1.0: 2 ports detected
 [    4.349283] uhci_hcd 0000:00:1d.2: UHCI Host Controller
 [    4.349291] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned 
 bus number 4
 [    4.349299] uhci_hcd 0000:00:1d.2: detected 2 ports
 [    4.349334] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001240
 [    4.349432] usb usb4: New USB device found, idVendor=1d6b, 
 idProduct=0001, bcdDevice= 5.10
 [    4.349435] usb usb4: New USB device strings: Mfr=3, Product=2, 
 SerialNumber=1
 [    4.349438] usb usb4: Product: UHCI Host Controller
 [    4.349440] usb usb4: Manufacturer: Linux 5.10.0-20-686-pae uhci_hcd
 [    4.349442] usb usb4: SerialNumber: 0000:00:1d.2
 [    4.349625] hub 4-0:1.0: USB hub found
 [    4.349638] hub 4-0:1.0: 2 ports detected
 [    4.350110] uhci_hcd 0000:00:1d.3: UHCI Host Controller
 [    4.350118] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned 
 bus number 5
 [    4.350126] uhci_hcd 0000:00:1d.3: detected 2 ports
 [    4.350157] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001260
 [    4.350242] usb usb5: New USB device found, idVendor=1d6b, 
 idProduct=0001, bcdDevice= 5.10
 [    4.350245] usb usb5: New USB device strings: Mfr=3, Product=2, 
 SerialNumber=1
 [    4.350247] usb usb5: Product: UHCI Host Controller
 [    4.350250] usb usb5: Manufacturer: Linux 5.10.0-20-686-pae uhci_hcd
 [    4.350252] usb usb5: SerialNumber: 0000:00:1d.3
 [    4.350430] hub 5-0:1.0: USB hub found
 [    4.350441] hub 5-0:1.0: 2 ports detected
 [    4.357175] scsi host0: ata_piix
 [    4.366432] scsi host1: ata_piix
 [    4.366535] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1100 
 irq 14
 [    4.366538] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1108 
 irq 15
 [    4.386782] r8169 0000:01:01.0 enp1s1: renamed from eth0
 [    4.547482] ata1.00: ATA-6: IC25N080ATMR04-0, MO4OAD4A, max UDMA/100
 [    4.547487] ata1.00: 156301488 sectors, multi 16: LBA48
 [    4.547496] ata1.01: ATAPI: TSSTcorpCD/DVDW TS-L632B, TI33, max UDMA/33
 [    4.584243] scsi 0:0:0:0: Direct-Access     ATA      IC25N080ATMR04-0 
 AD4A PQ: 0 ANSI: 5
 [    4.587595] scsi 0:0:1:0: CD-ROM            TSSTcorp CD/DVDW TS-L632B 
 TI33 PQ: 0 ANSI: 5
 [    4.729953] sr 0:0:1:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram 
 cd/rw xa/form2 cdda tray
 [    4.729962] cdrom: Uniform CD-ROM driver Revision: 3.20
 [    4.740464] firewire_core 0000:01:00.0: created device fw0: GUID 
 00023f598840010f, S400
 [    4.743301] pci 0000:00:00.0: Intel 915GM Chipset
 [    4.743378] pci 0000:00:00.0: detected gtt size: 262144K total, 
 262144K mappable
 [    4.744081] pci 0000:00:00.0: detected 8192K stolen memory
 [    4.744214] i915 0000:00:02.0: vgaarb: deactivate vga console
 [    4.745589] Console: switching to colour dummy device 80x25
 [    4.746636] i915 0000:00:02.0: vgaarb: changed VGA decodes: 
 olddecodes=io+mem,decodes=io+mem:owns=io+mem
 [    4.758545] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: 
 (80.0 GB/74.5 GiB)
 [    4.758571] sd 0:0:0:0: [sda] Write Protect is off
 [    4.758575] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
 [    4.759017] sd 0:0:0:0: [sda] Write cache: enabled, read cache: 
 enabled, doesn't support DPO or FUA
 [    4.768013] sr 0:0:1:0: Attached scsi CD-ROM sr0
 [    4.783952] usb 5-1: new full-speed USB device number 2 using uhci_hcd
 [    4.819401]  sda: sda1 sda2 < sda5 >
 [    4.828320] sd 0:0:0:0: [sda] Attached SCSI disk
 [    4.851264] i915 0000:00:02.0: [drm] Initialized overlay support.
 [    4.852367] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on 
 minor 0
 [    4.966988] usb 5-1: New USB device found, idVendor=1997, 
 idProduct=2433, bcdDevice= 1.10
 [    4.966994] usb 5-1: New USB device strings: Mfr=1, Product=2, 
 SerialNumber=0
 [    4.966996] usb 5-1: Product: mini keyboard
 [    4.966999] usb 5-1: Manufacturer:
 [    4.991027] hid: raw HID events driver (C) Jiri Kosina
 [    5.030850] fbcon: i915drmfb (fb0) is primary device
 [    5.203889] input: AlpsPS/2 ALPS GlidePoint as 
 /devices/platform/i8042/serio4/input/input13
 [    5.633883] Console: switching to colour frame buffer device 160x50
 [    5.656030] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
 [    5.689354] usbcore: registered new interface driver usbhid
 [    5.689358] usbhid: USB HID core driver
 [    5.700541] input:   mini keyboard as 
 /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/0003:1997:2433.0001/input/input14
 [    5.761332] hid-generic 0003:1997:2433.0001: input,hidraw0: USB HID 
 v1.01 Keyboard [  mini keyboard] on usb-0000:00:1d.3-1/input0
 [    5.764721] input:   mini keyboard Mouse as 
 /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/0003:1997:2433.0002/input/input15
 [    5.765145] input:   mini keyboard System Control as 
 /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/0003:1997:2433.0002/input/input16
 [    5.824293] input:   mini keyboard Consumer Control as 
 /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/0003:1997:2433.0002/input/input17
 [    5.824530] hid-generic 0003:1997:2433.0002: input,hidraw1: USB HID 
 v1.01 Mouse [  mini keyboard] on usb-0000:00:1d.3-1/input1
 [    5.919690] PM: Image not found (code -22)
 [    6.214662] EXT4-fs (sda1): mounted filesystem with ordered data 
 mode. Opts: (null)
 [    6.649051] Not activating Mandatory Access Control as 
 /sbin/tomoyo-init does not exist.
 [    8.654349] systemd[1]: Inserted module 'autofs4'
 [    8.708108] random: crng init done
 [    8.932702] systemd[1]: systemd 247.3-7+deb11u1 running in system 
 mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP 
 +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID 
 +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
 [    8.932981] systemd[1]: Detected architecture x86.
 [    8.980770] systemd[1]: Set hostname to <debian-compal>.
 [   11.035376] systemd[1]: 
 /lib/systemd/system/plymouth-start.service:16: Unit configured to use 
 KillMode=none. This is unsafe, as it disables systemd's process 
 lifecycle management for the service. Please update your service to use 
 a safer KillMode=, such as 'mixed' or 'control-group'. Support for 
 KillMode=none is deprecated and will eventually be removed.
 [   11.278962] systemd[1]: Queued start job for default target Graphical 
 Interface.
 [   11.281035] systemd[1]: Created slice system-getty.slice.
 [   11.281639] systemd[1]: Created slice system-modprobe.slice.
 [   11.282192] systemd[1]: Created slice User and Session Slice.
 [   11.282529] systemd[1]: Started Forward Password Requests to Wall 
 Directory Watch.
 [   11.282983] systemd[1]: Set up automount Arbitrary Executable File 
 Formats File System Automount Point.
 [   11.283194] systemd[1]: Reached target Remote File Systems.
 [   11.283257] systemd[1]: Reached target Slices.
 [   11.283683] systemd[1]: Listening on Syslog Socket.
 [   11.283989] systemd[1]: Listening on fsck to fsckd communication Socket.
 [   11.284146] systemd[1]: Listening on initctl Compatibility Named Pipe.
 [   11.284616] systemd[1]: Listening on Journal Audit Socket.
 [   11.284902] systemd[1]: Listening on Journal Socket (/dev/log).
 [   11.285229] systemd[1]: Listening on Journal Socket.
 [   11.305147] systemd[1]: Listening on udev Control Socket.
 [   11.305428] systemd[1]: Listening on udev Kernel Socket.
 [   11.307309] systemd[1]: Mounting Huge Pages File System...
 [   11.309419] systemd[1]: Mounting POSIX Message Queue File System...
 [   11.312615] systemd[1]: Mounting Kernel Debug File System...
 [   11.315418] systemd[1]: Mounting Kernel Trace File System...
 [   11.339503] systemd[1]: Starting Set the console keyboard layout...
 [   11.342304] systemd[1]: Starting Create list of static device nodes 
 for the current kernel...
 [   11.348823] systemd[1]: Starting Load Kernel Module configfs...
 [   11.354057] systemd[1]: Starting Load Kernel Module drm...
 [   11.367179] systemd[1]: Starting Load Kernel Module fuse...
 [   11.471356] systemd[1]: Condition check resulted in Set Up Additional 
 Binary Formats being skipped.
 [   11.471513] systemd[1]: Condition check resulted in File System Check 
 on Root Device being skipped.
 [   11.475664] systemd[1]: Starting Journal Service...
 [   11.573713] systemd[1]: Starting Load Kernel Modules...
 [   11.575747] systemd[1]: Starting Remount Root and Kernel File Systems...
 [   11.579618] systemd[1]: Starting Coldplug All udev Devices...
 [   11.587082] systemd[1]: Finished Create list of static device nodes 
 for the current kernel.
 [   11.588184] systemd[1]: modprobe@configfs.service: Succeeded.
 [   11.588681] systemd[1]: Finished Load Kernel Module configfs.
 [   11.589314] systemd[1]: modprobe@drm.service: Succeeded.
 [   11.589789] systemd[1]: Finished Load Kernel Module drm.
 [   11.592247] systemd[1]: Mounting Kernel Configuration File System...
 [   11.771400] fuse: init (API version 7.32)
 [   11.776356] systemd[1]: modprobe@fuse.service: Succeeded.
 [   11.776918] systemd[1]: Finished Load Kernel Module fuse.
 [   11.780141] systemd[1]: Mounting FUSE Control File System...
 [   11.963859] systemd[1]: Started Journal Service.
 [   12.250570] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
 [   12.897016] systemd-journald[201]: Received client request to flush 
 runtime journal.
 [   13.282125] lp: driver loaded but no devices found
 [   13.343524] ppdev: user-space parallel port driver
 [   20.109031] audit: type=1400 audit(1704648367.232:2): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="/usr/lib/cups/backend/cups-pdf" pid=241 comm="apparmor_parser"
 [   20.109042] audit: type=1400 audit(1704648367.232:3): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="/usr/sbin/cupsd" pid=241 comm="apparmor_parser"
 [   20.109047] audit: type=1400 audit(1704648367.232:4): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="/usr/sbin/cupsd//third_party" pid=241 comm="apparmor_parser"
 [   20.283546] audit: type=1400 audit(1704648367.404:5): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="nvidia_modprobe" pid=242 comm="apparmor_parser"
 [   20.283555] audit: type=1400 audit(1704648367.404:6): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="nvidia_modprobe//kmod" pid=242 comm="apparmor_parser"
 [   20.474800] audit: type=1400 audit(1704648367.596:7): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="libreoffice-oopslash" pid=243 comm="apparmor_parser"
 [   20.628576] audit: type=1400 audit(1704648367.752:8): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="/usr/sbin/gpsd" pid=244 comm="apparmor_parser"
 [   21.169079] audit: type=1400 audit(1704648368.292:9): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="/usr/lib/i386-linux-gnu/lightdm/lightdm-guest-session" pid=246 
 comm="apparmor_parser"
 [   21.169089] audit: type=1400 audit(1704648368.292:10): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="/usr/lib/i386-linux-gnu/lightdm/lightdm-guest-session//chromium" 
 pid=246 comm="apparmor_parser"
 [   21.286479] audit: type=1400 audit(1704648368.408:11): 
 apparmor="STATUS" operation="profile_load" profile="unconfined" 
 name="lsb_release" pid=247 comm="apparmor_parser"
 [   22.167374] cpufreq: CPU0: Fast frequency switching not enabled
 [   22.167379] cpufreq: Registered transition notifiers:
 [   22.167387] cpufreq: time_cpufreq_notifier+0x0/0x160
 [   22.545871] ACPI: AC Adapter [ACAD] (on-line)
 [   23.129453] intel_rng: FWH not detected
 [   23.215957] sd 0:0:0:0: Attached scsi generic sg0 type 0
 [   23.216019] sr 0:0:1:0: Attached scsi generic sg1 type 5
 [   24.085396] iTCO_vendor_support: vendor-support=0
 [   24.279320] yenta_cardbus 0000:01:04.0: CardBus bridge found [14c0:0012]
 [   24.279348] yenta_cardbus 0000:01:04.0: Using CSCINT to route CSC 
 interrupts to PCI
 [   24.279350] yenta_cardbus 0000:01:04.0: Routing CardBus interrupts to PCI
 [   24.279356] yenta_cardbus 0000:01:04.0: TI: mfunc 0x89001202, devctl 0x44
 [   24.440262] cfg80211: Loading compiled-in X.509 certificates for 
 regulatory database
 [   24.447600] cfg80211: Loaded X.509 cert 'benh@debian.org: 
 577e021cb980e0e820821ba7b54b4961b8b4fadf'
 [   24.451846] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 
 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
 [   24.454877] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
 [   24.490179] lib80211: common routines for IEEE802.11 drivers
 [   24.490184] lib80211_crypt: registered algorithm 'NULL'
 [   24.524725] yenta_cardbus 0000:01:04.0: ISA IRQ mask 0x0cf8, PCI irq 16
 [   24.524730] yenta_cardbus 0000:01:04.0: Socket status: 30000006
 [   24.524735] pci_bus 0000:01: Raising subordinate bus# of parent bus 
 (#01) from #01 to #05
 [   24.524746] yenta_cardbus 0000:01:04.0: pcmcia: parent PCI bridge 
 window: [io  0xc000-0xdfff]
 [   24.524750] pcmcia_socket pcmcia_socket0: cs: IO port probe 
 0xc000-0xdfff:
 [   24.532539]  excluding 0xc000-0xc17f 0xc400-0xc4ff
 [   24.534414] libipw: 802.11 data/management/control stack, git-1.1.13
 [   24.534417] libipw: Copyright (C) 2004-2005 Intel Corporation 
 <jketreno@linux.intel.com>
 [   24.535468]  0xc800-0xc8ff
 [   24.552099] yenta_cardbus 0000:01:04.0: pcmcia: parent PCI bridge 
 window: [mem 0xc0000000-0xcfffffff]
 [   24.552103] pcmcia_socket pcmcia_socket0: cs: memory probe 
 0xc0000000-0xcfffffff:
 [   24.552107]  excluding 0xc0000000-0xc07fffff 0xc4000000-0xc47fffff 
 0xc8000000-0xcfffffff
 [   24.552140] yenta_cardbus 0000:01:04.0: pcmcia: parent PCI bridge 
 window: [mem 0x90000000-0x9fffffff 64bit pref]
 [   24.552143] pcmcia_socket pcmcia_socket0: cs: memory probe 
 0x90000000-0x9fffffff:
 [   24.552165]  excluding 0x90000000-0x9fffffff
 [   24.754394] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
 [   24.754471] iTCO_wdt: Found a ICH6-M TCO device (Version=2, 
 TCOBASE=0x1060)
 [   24.757588] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
 [   24.768900] input: PC Speaker as /devices/platform/pcspkr/input/input18
 [   24.883838] platform regulatory.0: firmware: direct-loading firmware 
 regulatory.db
 [   24.920390] platform regulatory.0: firmware: direct-loading firmware 
 regulatory.db.p7s
 [   24.981256] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 
 1.2.2kmprq
 [   24.981261] ipw2200: Copyright(c) 2003-2006 Intel Corporation
 [   24.981598] ipw2200: Detected Intel PRO/Wireless 2200BG Network 
 Connection
 [   25.121646] ipw2200 0000:01:02.0: firmware: direct-loading firmware 
 ipw2200-bss.fw
 [   25.465485] snd_intel8x0 0000:00:1e.2: intel8x0_measure_ac97_clock: 
 measured 76806 usecs (3697 samples)
 [   25.465489] snd_intel8x0 0000:00:1e.2: clocking to 48000
 [   25.485803] ipw2200: Detected geography ZZR (14 802.11bg channels, 0 
 802.11a channels)
 [   25.876935] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
 [   25.877953]  excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
 [   25.878708] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
 [   25.879081]  excluding 0x3f0-0x3f7 0x4d0-0x4d7
 [   25.879444] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
 [   25.882673]  clean
 [   25.882732] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
 [   25.883369]  clean
 [   25.883406] pcmcia_socket pcmcia_socket0: cs: memory probe 
 0x0c0000-0x0fffff:
 [   25.883411]  excluding 0xc0000-0xc7fff 0xe0000-0xfffff
 [   25.883458] pcmcia_socket pcmcia_socket0: cs: memory probe 
 0xa0000000-0xa0ffffff:
 [   25.883475]  excluding 0xa0000000-0xa0ffffff
 [   25.883509] pcmcia_socket pcmcia_socket0: cs: memory probe 
 0x60000000-0x60ffffff:
 [   25.883524]  excluding 0x60000000-0x60ffffff
 [   25.883557] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
 [   25.887204]  clean
 [   26.631770] ipw2200 0000:01:02.0 wlp1s2: renamed from eth0
 [   26.792132] Adding 1038332k swap on /dev/sda5.  Priority:-2 extents:1 
 across:1038332k FS
 [   46.467387] ipw2200: Firmware error detected.  Restarting.
 [   99.656432] ipw2200: Firmware error detected.  Restarting.

 Regards.
 Ramiro.





From: RVP <rvp@SDF.ORG>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer keyboard
 does not work
Date: Mon, 8 Jan 2024 07:20:40 +0000 (UTC)

 On Sun, 7 Jan 2024, Ramiro Aceves wrote:

 > I send you some hardware information commands from the Debian GNU/Linux 
 > operating system that is installed on that laptop.
 >
 > root@debian-compal:/home/ramiro/Descargas# dmesg
 > [    0.000000] Linux version 5.10.0-20-686-pae 
 > (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, 
 > GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.158-2 
 > (2022-12-13)
 >

 Can you get a dmesg on NetBSD? That will help the people who know this
 stuff better than me.

 1. Write a new i386 USB install image.

 2. Connect this USB drive to any *BSD system (any OS which can write a
     UFS filesystem).

 3. Mount the installer root partition, then apply this patch:

 ```
 diff -urN a/etc/rc b/etc/rc
 --- a/etc/rc	2024-01-01 14:04:52.000000000 +0000
 +++ b/etc/rc	2024-01-08 06:50:10.966750234 +0000
 @@ -45,5 +45,11 @@
   stty speed >> /tmp/gettytab
   cp /tmp/gettytab /etc

 +# save kernel messages on the USB installer media
 +dmesg > /var/tmp/dmesg.$(date +%s).txt
 +
 +# turn-off key autorepeat (boot with USB KB attached)
 +wsconsctl -w repeat.del1=0
 +
   # done, move on to multiuser mode
   exit 0
 ```

 4. Unmount USB installer root, then boot it on the i386 laptop.
     Make sure the USB wireless KB is connected before powering on so that
     autorepeat can be turned off on it.

     See if you're able to install NetBSD.

 5. The dmesg output will be left in: /var/tmp/dmesg.NNN.txt on the install
     disk. Post it.

 -RVP

From: RVP <rvp@SDF.ORG>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer keyboard
 does not work
Date: Mon, 8 Jan 2024 07:34:37 +0000 (UTC)

 On Mon, 8 Jan 2024, RVP wrote:

 > 4. Unmount USB installer root, then boot it on the i386 laptop.
 >

 Since the keyboard works in the bootloader, do `boot -vx` to get more
 logs.

 -RVP

From: Ramiro Aceves <ea1abz@gmail.com>
To: gnats-bugs@netbsd.org, install-manager@netbsd.org,
 gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, RVP <rvp@SDF.ORG>
Cc: Martin Husemann <martin@duskware.de>, martin@netbsd.org
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer
 keyboard does not work
Date: Mon, 8 Jan 2024 14:21:45 +0100

 El 8/1/24 a las 8:25, RVP escribió:
 > The following reply was made to PR install/57826; it has been noted by GNATS.
 > 
 > From: RVP <rvp@SDF.ORG>
 > To: gnats-bugs@netbsd.org
 > Cc:
 > Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer keyboard
 >   does not work
 > Date: Mon, 8 Jan 2024 07:20:40 +0000 (UTC)
 > 
 >   On Sun, 7 Jan 2024, Ramiro Aceves wrote:
 >   
 >   > I send you some hardware information commands from the Debian GNU/Linux
 >   > operating system that is installed on that laptop.
 >   >
 >   > root@debian-compal:/home/ramiro/Descargas# dmesg
 >   > [    0.000000] Linux version 5.10.0-20-686-pae
 >   > (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110,
 >   > GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.158-2
 >   > (2022-12-13)
 >   >
 >   
 >   Can you get a dmesg on NetBSD? That will help the people who know this
 >   stuff better than me.
 >   
 >   1. Write a new i386 USB install image.
 >   
 >   2. Connect this USB drive to any *BSD system (any OS which can write a
 >       UFS filesystem).
 >   
 >   3. Mount the installer root partition, then apply this patch:
 >   
 >   ```
 >   diff -urN a/etc/rc b/etc/rc
 >   --- a/etc/rc	2024-01-01 14:04:52.000000000 +0000
 >   +++ b/etc/rc	2024-01-08 06:50:10.966750234 +0000
 >   @@ -45,5 +45,11 @@
 >     stty speed >> /tmp/gettytab
 >     cp /tmp/gettytab /etc
 >   
 >   +# save kernel messages on the USB installer media
 >   +dmesg > /var/tmp/dmesg.$(date +%s).txt
 >   +
 >   +# turn-off key autorepeat (boot with USB KB attached)
 >   +wsconsctl -w repeat.del1=0
 >   +
 >     # done, move on to multiuser mode
 >     exit 0
 >   ```
 >   
 >   4. Unmount USB installer root, then boot it on the i386 laptop.
 >       Make sure the USB wireless KB is connected before powering on so that
 >       autorepeat can be turned off on it.
 >   
 >       See if you're able to install NetBSD.
 >   
 >   5. The dmesg output will be left in: /var/tmp/dmesg.NNN.txt on the install
 >       disk. Post it.
 >   
 >   -RVP
 >   

 Hello RVP!

 Thanks for your fast replay with the tips.

 I have applied the patch to a fresh pendrive install image using my 
 other NetBSD system on Intel Nuc- Image is mounted on /root/pincho_USB:




 netbsd-nuc# df -h
 Filesystem     Size   Used  Avail %Cap Mounted on
 /dev/dk5       113G    44G    63G  40% /
 tmpfs          4.0G    12K   4.0G   0% /tmp
 kernfs         1.0K   1.0K     0B 100% /kern
 ptyfs          1.0K   1.0K     0B 100% /dev/pts
 procfs         4.0K   4.0K     0B 100% /proc
 tmpfs          4.0G    12M   4.0G   0% /var/shm
 /dev/sd1a      2.9G   1.4G   1.3G  52% /root/pincho_USB


 netbsd-nuc# cd /root/pincho_USB/



 netbsd-nuc# cat etc/rc
 # $NetBSD: etc.rc,v 1.2 2020/02/26 16:00:48 riastradh Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:
 # 1. Redistributions of source code must retain the above copyright
 #    notice, this list of conditions and the following disclaimer.
 # 2. Redistributions in binary form must reproduce the above copyright
 #    notice, this list of conditions and the following disclaimer in the
 #    documentation and/or other materials provided with the distribution.
 # 3. All advertising materials mentioning features or use of this software
 #    must display the following acknowledgement:
 #          This product includes software developed for the
 #          NetBSD Project.  See http://www.NetBSD.org/ for
 #          information about NetBSD.
 # 4. The name of the author may not be used to endorse or promote products
 #    derived from this software without specific prior written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 # <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>

 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH

 mount -u /
 mount -t tmpfs tmpfs /tmp

 # create a gettytab to autologin and run sysinst
 echo "# Autostart sysinst" > /tmp/gettytab
 echo -n "sysinst:al=root:lo=/install.sh:im=:sp#" >> /tmp/gettytab
 stty speed >> /tmp/gettytab
 cp /tmp/gettytab /etc

 # save kernel messages on the USB installer media
 dmesg > /var/tmp/dmesg.$(date +%s).txt

 # turn-off key autorepeat (boot with USB KB attached)
 wsconsctl -w repeat.del1=0

 # done, move on to multiuser mode
 exit 0


 I rebooted the system with "boot -vx" at the bootloader prompt and 
 keyboard repetitions went away. It was recorded 
 var/tmp/dmesg.1704705110.txt file.

 I started installation but soon appear many errors on wd0 hard drive. 
 Installation was aborted with:

 "Rewrite of MBR failed. I can`t continue"

 I rebooted the system and I do not know why, but repeatitions came 
 again. I recorded this files:

 -rw-r--r--  1 root  wheel  38117 Jan  8 12:15 dmesg.1704712519.txt
 -rw-r--r--  1 root  wheel  39858 Jan  8 12:19 dmesg.1704712778.txt

 Also I entered a manual dmesg and it was recorded in "moredmesg" file.


 netbsd-nuc# cat dmesg.1704705110.txt
 [     1.000000] rbus: rbus_min_start set to 0x80000000
 [     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
 2003,
 [     1.000000]     2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
 2012, 2013,
 [     1.000000]     2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 
 2022, 2023,
 [     1.000000]     2024
 [     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
 [     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
 [     1.000000]     The Regents of the University of California.  All 
 rights reserved.

 [     1.000000] NetBSD 10.0_RC2 (GENERIC) #0: Mon Jan  1 14:04:52 UTC 2024
 [     1.000000] 
 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/i386/compile/GENERIC
 [     1.000000] total memory = 2039 MB
 [     1.000000] avail memory = 1978 MB
 [     1.000000] entropy: no seed from bootloader
 [     1.000000] timecounter: Timecounters tick every 10.000 msec
 [     1.000000] Kernelized RAIDframe activated
 [     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz 
 quality 100
 [     1.000004] efi: missing or invalid systbl
 [     1.000004] BIOS32 rev. 0 found at 0xea510
 [     1.000004] SMBIOS rev. 2.3 @ 0xeb160 (25 entries)
 [     1.000004] mainbus0 (root)
 [     1.000004] ACPI: RSDP 0x00000000000E5010 000014 (v00 INSYDE)
 [     1.000004] ACPI: RSDT 0x000000007F7FB2BB 000034 (v01 INSYDE 
 RSDT_000 00000100 ABCD 00010200)
 [     1.000004] ACPI: FACP 0x000000007F7FFB00 000074 (v01 INSYDE 
 FACP_000 00000100 0000 00010200)
 [     1.000004] ACPI: DSDT 0x000000007F7FB920 0041DE (v01 COMPAL DL7x 
   00000001 INTL 02002036)
 [     1.000004] ACPI: FACS 0x000000007F7FFFC0 000040
 [     1.000004] ACPI: APIC 0x000000007F7FFB90 000068 (v01 STUPID 
 MAPIC_00 30307830 ABCD 00010200)
 [     1.000004] ACPI: SSDT 0x000000007F7FB4C7 000277 (v01 PmRef  Cpu0Ist 
   00003000 INTL 20030522)
 [     1.000004] ACPI: SSDT 0x000000007F7FB2EF 0001D8 (v01 PmRef  Cpu0Cst 
   00003001 INTL 20030522)
 [     1.000004] ACPI: 3 ACPI AML tables successfully acquired and loaded
 [     1.000004] ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 0x20, 
 24 pins
 [     1.000004] ioapic0: apid is misconfigured (0 != 1)
 [     1.000004] ioapic0: remapped to apic 1
 [     1.000004] cpu0 at mainbus0 apid 0
 [     1.000004] cpu0: 64 page colors
 [     1.000004] cpu0: Use lfence to serialize rdtsc
 [     1.000004] cpu0: TSC freq from delay 157171270 Hz
 [     1.000004] cpu0: [re]calibrating local timer
 [     1.000004] cpu0: apic clock running at 587 kHz
 [     1.000004] cpu0: Intel(R) Pentium(R) M processor 1.86GHz, id 0x6d8
 [     1.000004] cpu0: node 0, package 0, core 0, smt 0
 [     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
 [     1.000004] acpi0: X/RSDT: OemId <INSYDE,RSDT_000,00000100>, AslId 
 <ABCD,00010200>
 [     1.000004] allocated pic ioapic0 type level pin 9 level 6 to cpu0 
 slot 0 idt entry 96
 [     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.027200] acpi0: ACPI-Fast 24-bit timer
 [     1.027200] acpiec0 at acpi0 (EC0, PNP0C09): io 0x62,0x66
 [     1.027200] acpilid0 at acpi0 (LID0, PNP0C0D): ACPI Lid Switch
 [     1.027200] acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [     1.027200] acpibut1 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 [     1.027200] acpivga0 at acpi0 (GFX0): ACPI Display Adapter
 [     1.027200] acpivga0: capabilities: _DOS _DOD
 [     1.027200] acpiout0 at acpivga0 (LCD, 0x0400): ACPI Display Output 
 Device
 [     1.027200] acpiout0: capabilities: _DCS _DGS _DSS
 [     1.027200] acpiout1 at acpivga0 (CRT1, 0x0100): ACPI Display Output 
 Device
 [     1.027200] acpiout1: capabilities: _DCS _DGS _DSS
 [     1.027200] acpiout2 at acpivga0 (DTV1, 0x0200): ACPI Display Output 
 Device
 [     1.027200] acpiout2: capabilities: _DCS _DGS _DSS
 [     1.027200] acpivga0: connected output devices:
 [     1.027200] acpivga0:   0x0100 (acpiout1): Ext. Monitor, head 0, 
 bios detect
 [     1.027200] acpivga0:   0x0400 (acpiout0): Unknown Output Device, 
 head 0, bios detect
 [     1.027200] acpivga0:   0x0200 (acpiout2): TV, head 0, bios detect
 [     1.027200] FWHD (INT0800) at acpi0 not configured
 [     1.027200] MATH (PNP0C04) at acpi0 not configured
 [     1.027200] attimer1 at acpi0 (TIMR, PNP0100): io 
 0x40-0x43,0x50-0x53 irq 0
 [     1.027200] acpiacad0 at acpi0 (ACAD, ACPI0003): ACPI AC Adapter
 [     1.027200] acpibat0 at acpi0 (BAT1, PNP0C0A-1): ACPI Battery
 [     1.027200] pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 
 irq 1
 [     1.027200] pckbc2 at acpi0 (PS2M, PNP0F13) (aux port): irq 12
 [     1.027200] apm0 at acpi0: Power Management spec V1.2
 [     1.027200] ACPI: Enabled 4 GPEs in block 00 to 1F
 [     1.027200] pckbdprobe: reset error 5
 [     1.027200] pckbd0 at pckbc1 (kbd slot)
 [     1.027200] allocated pic ioapic0 type edge pin 1 level 6 to cpu0 
 slot 1 idt entry 97
 [     1.027200] pckbc1: using irq 1 for kbd slot
 [     1.027200] wskbd0 at pckbd0: console keyboard
 [     1.027200] autoconfiguration error: pckbc: aux echo error 1
 [     1.027200] autoconfiguration error: pckbc: cmd word write error
 [     1.027200] pci0 at mainbus0 bus 0: configuration mode 1
 [     1.027200] pci0: i/o space, memory space enabled, rd/line, rd/mult, 
 wr/inv ok
 [     1.027200] pchb0 at pci0 dev 0 function 0: Intel 
 82915PM/GM/GMS,82910GML Host Bridge (rev. 0x04)
 [     1.027200] agp0 at pchb0: i915-family chipset
 [     1.027200] agp0: detected 7932k stolen memory
 [     1.027200] agp0: aperture at 0xa0000000, size 0x10000000
 [     1.027200] i915drmkms0 at pci0 dev 2 function 0: Intel 
 82915GM/GMS,82910GML Integrated Graphics Device (rev. 0x04)
 [     1.027200] pci_mem_find: void region
 [     1.027200] pci_mem_find: void region
 [     1.027200] i915drmkms0: WARNING: power management not supported
 [     1.027200] Intel 82915GM/GMS IGD Companion (miscellaneous display, 
 revision 0x04) at pci0 dev 2 function 1 not configured
 [     1.027200] uhci0 at pci0 dev 29 function 0: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.027200] allocated pic ioapic0 type level pin 23 level 6 to cpu0 
 slot 2 idt entry 98
 [     1.027200] uhci0: interrupting at ioapic0 pin 23
 [     1.027200] usb0 at uhci0: USB revision 1.0
 [     1.027200] uhci1 at pci0 dev 29 function 1: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.027200] allocated pic ioapic0 type level pin 19 level 6 to cpu0 
 slot 3 idt entry 99
 [     1.027200] uhci1: interrupting at ioapic0 pin 19
 [     1.027200] usb1 at uhci1: USB revision 1.0
 [     1.027200] uhci2 at pci0 dev 29 function 2: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.027200] allocated pic ioapic0 type level pin 18 level 6 to cpu0 
 slot 4 idt entry 100
 [     1.027200] uhci2: interrupting at ioapic0 pin 18
 [     1.027200] usb2 at uhci2: USB revision 1.0
 [     1.027200] uhci3 at pci0 dev 29 function 3: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.027200] allocated pic ioapic0 type level pin 16 level 6 to cpu0 
 slot 5 idt entry 101
 [     1.027200] uhci3: interrupting at ioapic0 pin 16
 [     1.027200] usb3 at uhci3: USB revision 1.0
 [     1.027200] ehci0 at pci0 dev 29 function 7: Intel 82801FB/FR USB 
 EHCI Controller (rev. 0x04)
 [     1.027200] ehci0: 64-bit DMA - limited
 [     1.027200] allocated pic ioapic0 type level pin 23 level 6 to cpu0 
 slot 2 idt entry 98
 [     1.027200] ehci0: interrupting at ioapic0 pin 23
 [     1.027200] ehci0: EHCI version 0.0
 [     1.027200] ehci0: wrong number of companions (0 != 4)
 [     1.027200] ehci0: Using DMA subregion for control data structures
 [     1.027200] ehci0: autoconfiguration error: reset timeout
 [     1.027200] ehci0: autoconfiguration error: init failed, error=5
 [     1.027200] ehci0: WARNING: power management not supported
 [     1.027200] ppb0 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI 
 Bridge (rev. 0xd4)
 [     1.027200] pci1 at ppb0 bus 1
 [     1.027200] pci1: i/o space, memory space enabled
 [     1.027200] fwohci0 at pci1 dev 0 function 0: VIA Technologies 
 VT6306 IEEE 1394 Host Controller (rev. 0x80)
 [     1.027200] allocated pic ioapic0 type level pin 20 level 6 to cpu0 
 slot 6 idt entry 102
 [     1.027200] fwohci0: interrupting at ioapic0 pin 20
 [     1.027200] fwohci0: OHCI version 1.0 (ROM=1)
 [     1.027200] fwohci0: No. of Isochronous channels is 4.
 [     1.027200] fwohci0: EUI64 00:02:3f:59:88:40:01:0f
 [     1.027200] fwohci0: Phy 1394a available S400, 2 ports.
 [     1.027200] fwohci0: Link S400, max_rec 512 bytes.
 [     1.027200] fwohci0: max_rec 512 -> 2048
 [     1.027200] ieee1394if0 at fwohci0: IEEE1394 bus
 [     1.027200] fwip0 at ieee1394if0: IP over IEEE1394
 [     1.027200] fwohci0: Initiate bus reset
 [     1.027200] re0 at pci1 dev 1 function 0: RealTek 8169/8110 Gigabit 
 Ethernet (rev. 0x10)
 [     1.027200] allocated pic ioapic0 type level pin 21 level 6 to cpu0 
 slot 7 idt entry 103
 [     1.027200] re0: interrupting at ioapic0 pin 21
 [     1.027200] re0: RTL8169/8110SB (0x1000)
 [     1.027200] re0: Ethernet address 00:0f:b0:93:6f:e1
 [     1.027200] re0: using 256 tx descriptors
 [     1.027200] rgephy0 at re0 phy 7: RTL8211B 1000BASE-T media interface
 [     1.027200] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 
 1000baseT, 1000baseT-FDX, auto
 [     1.027200] iwi0 at pci1 dev 2 function 0: Intel PRO/Wireless LAN 
 2200BG Mini-PCI Adapter (rev. 0x05)
 [     1.027200] allocated pic ioapic0 type level pin 22 level 6 to cpu0 
 slot 8 idt entry 104
 [     1.027200] iwi0: interrupting at ioapic0 pin 22
 [     1.027200] iwi0: 802.11 address 00:13:ce:6b:7d:01
 [     1.027200] iwi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
 [     1.027200] iwi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 
 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
 [     1.027200] cbb0 at pci1 dev 4 function 0: ENE Technology CB710 
 CardBus Controller (rev. 0x00)
 [     1.027200] ENE Technology product 0530 (flash memory) at pci1 dev 4 
 function 1 not configured
 [     1.027200] sdhc0 at pci1 dev 4 function 2: ENE Technology 
 CB712/714/810 PCI SD Card Reader Controller (rev. 0x00)
 [     1.027200] allocated pic ioapic0 type level pin 17 level 6 to cpu0 
 slot 9 idt entry 105
 [     1.027200] sdhc0: interrupting at ioapic0 pin 17
 [     1.027200] sdhc0: SDHC 1.0, rev 0, caps <01e021a1/00000000>, SDMA, 
 33000 kHz, HS 3.3V, 512 byte blocks
 [     1.027200] sdmmc0 at sdhc0 slot 0
 [     1.027200] cbb0: osock_ctrl 0 sock_ctrl 0
 [     1.027200] cbb0: wait took 0.000181s
 [     1.027200] cbb0: cacheline 0x8 lattimer 0x40
 [     1.027200] cbb0: bhlc 0x824008
 [     1.027200] cbb0: autoconfiguration error: secondary bus number 
 uninitialized; try PCI_BUS_FIXUP
 [     1.027200] allocated pic ioapic0 type level pin 16 level 6 to cpu0 
 slot 5 idt entry 101
 [     1.027200] cbb0: interrupting at ioapic0 pin 16
 [     1.027200] cardslot0 at cbb0
 [     1.027200] pcmcia0 at cardslot0
 [     1.027200] auich0 at pci0 dev 30 function 2: i82801FB (ICH6) AC-97 
 Audio
 [     1.027200] allocated pic ioapic0 type level pin 17 level 7 to cpu0 
 slot 9 idt entry 105
 [     1.027200] auich0: interrupting at ioapic0 pin 17
 [     1.027200] auich0: ac97: Avance Logic unknown (0x414c4752) codec; 
 headphone, 20 bit DAC, 18 bit ADC, no 3D stereo
 [     1.027200] auich0: ac97: ext id 0xa07<AC97_23,AMAP,SPDIF,DRA,VRA>
 [     1.027200] Intel 82801FB/FR AC'97 Modem Controller (modem 
 communications, revision 0x04) at pci0 dev 30 function 3 not configured
 [     1.027200] ichlpcib0 at pci0 dev 31 function 0: Intel 82801FBM 
 ICH6M LPC Interface Bridge (rev. 0x04)
 [     1.027200] timecounter: Timecounter "ichlpcib0" frequency 3579545 
 Hz quality 1000
 [     1.027200] ichlpcib0: 24-bit timer
 [     1.027200] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [     1.027200] tco0: SMI_EN=0x00002033
 [     1.027200] tco0: SMI_EN:=0x00000033
 [     1.027200] tco0: SMI_EN=0x00000033
 [     1.027200] tco0: Min/Max interval 1/367 seconds
 [     1.027200] piixide0 at pci0 dev 31 function 1: Intel 82801FB IDE 
 Controller (ICH6) (rev. 0x04)
 [     1.027200] piixide0: bus-master DMA support present
 [     1.027200] piixide0: primary channel configured to compatibility mode
 [     1.027200] allocated pic ioapic0 type edge pin 14 level 6 to cpu0 
 slot 10 idt entry 106
 [     1.027200] piixide0: primary channel interrupting at ioapic0 pin 14
 [     1.027200] atabus0 at piixide0 channel 0
 [     1.027200] piixide0: secondary channel configured to compatibility mode
 [     1.027200] allocated pic ioapic0 type edge pin 15 level 6 to cpu0 
 slot 11 idt entry 107
 [     1.027200] piixide0: secondary channel interrupting at ioapic0 pin 15
 [     1.027200] atabus1 at piixide0 channel 1
 [     1.027200] ichsmb0 at pci0 dev 31 function 3: Intel 82801FB/FR 
 SMBus Controller (rev. 0x04)
 [     1.027200] allocated pic ioapic0 type level pin 19 level 6 to cpu0 
 slot 3 idt entry 99
 [     1.027200] ichsmb0: interrupting at ioapic0 pin 19
 [     1.027200] iic0 at ichsmb0: I2C bus
 [     1.027200] isa0 at ichlpcib0
 [     1.027200] pcppi0 at isa0 port 0x61
 [     1.027200] midi0 at pcppi0: PC speaker
 [     1.027200] sysbeep0 at pcppi0
 [     1.027200] attimer1: attached to pcppi0
 [     1.027200] acpicpu0 at cpu0: ACPI CPU
 [     1.027200] acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 [     1.027200] acpicpu0: C2: I/O, lat   1 us, pow     0 mW
 [     1.027200] acpicpu0: C3: I/O, lat  85 us, pow     0 mW
 [     1.027200] acpicpu0: P0: I/O, lat 110 us, pow 27000 mW, 1867 MHz
 [     1.027200] acpicpu0: P1: I/O, lat 110 us, pow 23000 mW, 1600 MHz
 [     1.027200] acpicpu0: P2: I/O, lat 110 us, pow 20000 mW, 1333 MHz
 [     1.027200] acpicpu0: P3: I/O, lat 110 us, pow 17000 mW, 1067 MHz
 [     1.027200] acpicpu0: P4: I/O, lat 110 us, pow 13000 mW,  800 MHz
 [     1.027200] acpicpu0: T0: I/O, lat   1 us, pow     0 mW, 100 %
 [     1.027200] acpicpu0: T1: I/O, lat   1 us, pow     0 mW,  88 %
 [     1.027200] acpicpu0: T2: I/O, lat   1 us, pow     0 mW,  76 %
 [     1.027200] acpicpu0: T3: I/O, lat   1 us, pow     0 mW,  64 %
 [     1.027200] acpicpu0: T4: I/O, lat   1 us, pow     0 mW,  52 %
 [     1.027200] acpicpu0: T5: I/O, lat   1 us, pow     0 mW,  40 %
 [     1.027200] acpicpu0: T6: I/O, lat   1 us, pow     0 mW,  28 %
 [     1.027200] acpicpu0: T7: I/O, lat   1 us, pow     0 mW,  16 %
 [     1.027200] acpicpu0: id 0, lapic id 0, cap 0x00fd, flags 0x00182ea7
 [     1.027200] SRAT: 0 NUMA nodes
 [     1.027200] fwohci0: BUS reset
 [     1.027200] fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode
 [     1.027200] ieee1394if0: 1 nodes, maxhop <= 0 cable IRM irm(0) (me)
 [     1.027200] ieee1394if0: bus manager 0
 [     1.027200] Initializing SSP: WARNING: system needs entropy for 
 security; see entropy(7)
 [     1.027200] da1bdd25 52c7f484 5e92c629 5d6de0f1 c5b2140a 10fbbd88 
 f4f6e258 be791033
 [     1.027200] cpu0: TSC freq from delay 16360340 Hz
 [     1.027200] cpu0: [re]calibrating local timer
 [     1.027200] cpu0: apic clock running at 1169 kHz
 [     1.027200] timecounter: Timecounter "lapic" frequency 1169000 Hz 
 quality -100
 [     1.027200] timecounter: Timecounter "clockinterrupt" frequency 100 
 Hz quality 0
 [     1.601143] UVM: using package allocation scheme, 1 package(s) per 
 bucket
 [     1.602218] TSC not known invariant on this CPU
 [     1.602332] timecounter: Timecounter "TSC" frequency 16360340 Hz 
 quality -100
 [     1.937252] auich0: measured ac97 link rate at 48001 Hz, will use 
 48000 Hz
 [     1.937515] audio0 at auich0: playback, capture, full duplex, 
 independent
 [     1.938483] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for playback
 [     1.938688] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for recording
 [     1.939010] acpicpu0: ACPI CPUs started
 [     1.939361] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.939713] uhub0 at usb0: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.939987] uhub0: 2 ports with 2 removable, self powered
 [     1.940242] uhub1 at usb1: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.940505] uhub1: 2 ports with 2 removable, self powered
 [     1.940768] uhub2 at usb2: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.941031] uhub2: 2 ports with 2 removable, self powered
 [     1.941295] uhub3 at usb3: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.941559] uhub3: 2 ports with 2 removable, self powered
 [     1.942174] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.942437] acpiacad0: AC adapter online.
 [     1.942527] acpiacad0: AC adapter connected
 [     1.942964] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.943931] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.944723] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.945250] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.945865] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.946304] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.947447] atapibus0 at atabus0: 2 targets
 [     1.948062] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.948502] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.948941] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.949381] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.949733] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.950174] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.950524] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.950875] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.951229] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.951579] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.952018] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.952370] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.952809] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.953161] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.953512] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.953954] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.954304] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.954655] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.955095] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.955533] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.955885] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.956236] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.956588] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.956942] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.957291] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.957643] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.957996] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.958434] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.958874] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.959225] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.959577] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.959928] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.960281] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.960720] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.961071] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.961423] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.961862] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.962215] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.962565] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.963005] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.963357] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.963797] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.965204] IPsec: Initialized Security Association Processing.
 [     1.969509] aes: Intel SSE2 bitsliced
 [     1.969685] chacha: x86 SSE2 ChaCha
 [     1.970652] adiantum: self-test passed
 [     1.972411] aes_ccm: self-test passed
 [     1.973025] blake2s: self-test passed
 [     1.982605] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     1.991571] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     2.000536] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     2.009501] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     2.010557] uhidev0 at uhub2 port 1 configuration 1 interface 0
 [     2.010732] uhidev0: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     2.018554] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0 uhidev0
 [     2.022597] ukbd0 at uhidev0
 [     2.022774] wskbd1 at ukbd0 mux 1
 [     2.023125] uhidev1 at uhub2 port 1 configuration 1 interface 1
 [     2.023301] uhidev1: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     2.023476] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0 uhidev1
 [     2.031299] umass0 at uhub0 port 1 configuration 1 interface 0
 [     2.032910] umass0: UFD 2.0 (0x13fe) Silicon-Power4G (0x3d00), rev 
 2.00/1.00, addr 2
 [     2.033057] umass0: using SCSI over Bulk-Only
 [     2.034024] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0 uhidev1 umass0
 [     2.036485] cd0 at atapibus0 drive 1: <TSSTcorpCD/DVDW TS-L632B, 
 95WK401090, TI33> cdrom removable
 [     2.036754] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0 uhidev1 umass0
 [     2.037805] scsibus0 at umass0: 2 targets, 1 lun per target
 [     2.038067] waiting for devices: usb2 atabus0 atabus1 uhub2 
 atapibus0 uhidev1 scsibus0
 [     2.044484] cd0: 32-bit data port
 [     2.044581] uhidev1: 3 report ids
 [     2.044923] ums0 at uhidev1 reportid 1: 5 buttons and Z dir
 [     2.045275] wsmouse0 at ums0 mux 0
 [     2.045450] uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0
 [     2.045801] uhid1 at uhidev1 reportid 3: input=2, output=0, feature=0
 [     2.046155] cd0: drive supports PIO mode 4waiting for devices: 
 atabus0 atabus1 atapibus0 scsibus0
 [     2.047823] , DMA mode 2, Ultra-DMA mode 2 (Ultra/33)
 [     2.048282] wd0 at atabus0 drive 0
 [     2.048450] waiting for devices: atabus0 atabus1 scsibus0 wd0
 [     2.049669] wd0: <IC25N080ATMR04-0>
 [     2.049808] wd0: drive supports 16-sector PIO transfers, LBA48 
 addressing
 [     2.049933] wd0: 76319 MB, 155061 cyl, 16 head, 63 sec, 512 
 bytes/sect x 156301488 sectors
 [     2.054240] sd0 at scsibus0 target 0 lun 0: <UFD 2.0, 
 Silicon-Power4G, PMAP> disk removable
 [     2.057403] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.066369] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.068215] sd0: 3696 MB, 927 cyl, 255 head, 32 sec, 512 bytes/sect 
 x 7570752 sectors
 [     2.075334] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.084302] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.093266] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.102230] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.111283] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.120161] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.129214] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.138179] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.141256] waiting for devices: atabus0 atabus1 scsibus0 wd0
 [     2.141695] piixide0:0:0: recal timed out
 [     2.141786] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [     2.145122] waiting for devices: atabus0 atabus1 wd0
 [     2.154088] waiting for devices: atabus0 atabus1 wd0
 [     2.162965] waiting for devices: atabus0 atabus1 wd0
 [     2.171843] waiting for devices: atabus0 atabus1 wd0
 [     2.180720] waiting for devices: atabus0 atabus1 wd0
 [     2.189598] waiting for devices: atabus0 atabus1 wd0
 [     2.198475] waiting for devices: atabus0 atabus1 wd0
 [     2.207352] waiting for devices: atabus0 atabus1 wd0
 [     2.216232] waiting for devices: atabus0 atabus1 wd0
 [     2.225107] waiting for devices: atabus0 atabus1 wd0
 [     2.233985] waiting for devices: atabus0 atabus1 wd0
 [     2.242862] waiting for devices: atabus0 atabus1 wd0
 [     2.251739] waiting for devices: atabus0 atabus1 wd0
 [     2.260616] waiting for devices: atabus0 atabus1 wd0
 [     2.269494] waiting for devices: atabus0 atabus1 wd0
 [     2.278371] waiting for devices: atabus0 atabus1 wd0
 [     2.287248] waiting for devices: atabus0 atabus1 wd0
 [     2.296126] waiting for devices: atabus0 atabus1 wd0
 [     2.305003] waiting for devices: atabus0 atabus1 wd0
 [     2.313880] waiting for devices: atabus0 atabus1 wd0
 [     2.322758] waiting for devices: atabus0 atabus1 wd0
 [     2.331635] waiting for devices: atabus0 atabus1 wd0
 [     2.340512] waiting for devices: atabus0 atabus1 wd0
 [     2.349390] waiting for devices: atabus0 atabus1 wd0
 [     2.358267] waiting for devices: atabus0 atabus1 wd0
 [     2.367145] waiting for devices: atabus0 atabus1 wd0
 [     2.376022] waiting for devices: atabus0 atabus1 wd0
 [     2.384899] waiting for devices: atabus0 atabus1 wd0
 [     2.393777] waiting for devices: atabus0 atabus1 wd0
 [     2.402654] waiting for devices: atabus0 atabus1 wd0
 [     2.411532] waiting for devices: atabus0 atabus1 wd0
 [     2.420410] waiting for devices: atabus0 atabus1 wd0
 [     2.429286] waiting for devices: atabus0 atabus1 wd0
 [     2.438164] waiting for devices: atabus0 atabus1 wd0
 [     2.447041] waiting for devices: atabus0 atabus1 wd0
 [     2.455919] waiting for devices: atabus0 atabus1 wd0
 [     2.464796] waiting for devices: atabus0 atabus1 wd0
 [     2.473673] waiting for devices: atabus0 atabus1 wd0
 [     2.482550] waiting for devices: atabus0 atabus1 wd0
 [     2.491516] waiting for devices: atabus0 atabus1 wd0
 [     2.500394] waiting for devices: atabus0 atabus1 wd0
 [     2.509270] waiting for devices: atabus0 atabus1 wd0
 [     2.518148] waiting for devices: atabus0 atabus1 wd0
 [     2.527026] waiting for devices: atabus0 atabus1 wd0
 [     2.535905] waiting for devices: atabus0 atabus1 wd0
 [     2.544605] wd0: soft error (corrected) xfer f5c
 [     2.544780] waiting for devices: atabus0 atabus1 wd0
 [     2.553660] waiting for devices: atabus0 atabus1 wd0
 [     2.562535] waiting for devices: atabus0 atabus1 wd0
 [     2.571412] waiting for devices: atabus0 atabus1 wd0
 [     2.580289] waiting for devices: atabus0 atabus1 wd0
 [     2.589167] waiting for devices: atabus0 atabus1 wd0
 [     2.598044] waiting for devices: atabus0 atabus1 wd0
 [     2.612286] waiting for devices: atabus0 atabus1 wd0
 [     2.612724] waiting for devices: atabus0 atabus1
 [     2.615887] wd0: 32-bit data port
 [     2.616239] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA 
 mode 5 (Ultra/100)
 [     2.617031] wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 
 (Ultra/100) (using DMA)
 [     2.617219] cd0(piixide0:0:1): using PIO mode 4, Ultra-DMA mode 2 
 (Ultra/33) (using DMA)
 [     2.617733] crypto: assign driver 0, flags 2
 [     2.617849] crypto: driver 0 registers alg 1 flags 0 maxoplen 0
 [     2.617950] crypto: driver 0 registers alg 2 flags 0 maxoplen 0
 [     2.618052] crypto: driver 0 registers alg 3 flags 0 maxoplen 0
 [     2.618152] crypto: driver 0 registers alg 4 flags 0 maxoplen 0
 [     2.618260] crypto: driver 0 registers alg 5 flags 0 maxoplen 0
 [     2.618368] crypto: driver 0 registers alg 26 flags 0 maxoplen 0
 [     2.618470] crypto: driver 0 registers alg 27 flags 0 maxoplen 0
 [     2.618572] crypto: driver 0 registers alg 29 flags 0 maxoplen 0
 [     2.618674] crypto: driver 0 registers alg 33 flags 0 maxoplen 0
 [     2.618788] crypto: driver 0 registers alg 17 flags 0 maxoplen 0
 [     2.618908] crypto: driver 0 registers alg 6 flags 0 maxoplen 0
 [     2.619009] crypto: driver 0 registers alg 19 flags 0 maxoplen 0
 [     2.619111] crypto: driver 0 registers alg 7 flags 0 maxoplen 0
 [     2.619211] crypto: driver 0 registers alg 20 flags 0 maxoplen 0
 [     2.619318] crypto: driver 0 registers alg 15 flags 0 maxoplen 0
 [     2.619420] crypto: driver 0 registers alg 24 flags 0 maxoplen 0
 [     2.619520] crypto: driver 0 registers alg 25 flags 0 maxoplen 0
 [     2.619622] crypto: driver 0 registers alg 8 flags 0 maxoplen 0
 [     2.619723] crypto: driver 0 registers alg 21 flags 0 maxoplen 0
 [     2.619825] crypto: driver 0 registers alg 16 flags 0 maxoplen 0
 [     2.619930] crypto: driver 0 registers alg 9 flags 0 maxoplen 0
 [     2.620031] crypto: driver 0 registers alg 10 flags 0 maxoplen 0
 [     2.620132] crypto: driver 0 registers alg 13 flags 0 maxoplen 0
 [     2.620241] crypto: driver 0 registers alg 14 flags 0 maxoplen 0
 [     2.620343] crypto: driver 0 registers alg 28 flags 0 maxoplen 0
 [     2.620446] crypto: driver 0 registers alg 30 flags 0 maxoplen 0
 [     2.620548] crypto: driver 0 registers alg 31 flags 0 maxoplen 0
 [     2.620650] crypto: driver 0 registers alg 32 flags 0 maxoplen 0
 [     2.620752] crypto: driver 0 registers alg 11 flags 0 maxoplen 0
 [     2.620854] crypto: driver 0 registers alg 18 flags 0 maxoplen 0
 [     2.620956] crypto: driver 0 registers alg 23 flags 0 maxoplen 0
 [     2.621059] crypto: driver 0 registers alg 22 flags 0 maxoplen 0
 [     2.621161] cgd: self-test aes-xts-256
 [     2.621336] cgd: self-test aes-xts-512
 [     2.621513] cgd: self-test aes-cbc-128
 [     2.621688] cgd: self-test aes-cbc-256
 [     2.621865] cgd: self-test 3des-cbc-192
 [     2.621952] cgd: self-test blowfish-cbc-448
 [     2.622215] cgd: self-test aes-cbc-128 (encblkno8)
 [     2.622393] cgd: self-tests passed
 [     2.622743] swwdog0: software watchdog initialized
 [     2.772164] Searching for RAID components...
 [     2.843183] WARNING: 55 errors while detecting hardware; check 
 system log.
 [     2.843350] boot device: sd0
 [     2.843412] root on sd0a dumps on sd0b
 [     2.930202] root file system type: ffs
 [     2.950150] kern.module.path=/stand/i386/10.0/modules
 [     2.950503] pci_mem_find: void region
 [     2.950595] i915drmkms0: map 4 failed
 [     2.950678] pci_mem_find: void region
 [     2.950767] i915drmkms0: map 5 failed
 [     2.952260] i915drmkms0 {drm:netbsd:intel_uc_init_early+0x8a} 
 enable_guc=0 (guc:no submission:no huc:no)
 [     2.953315] {drm:netbsd:i915_gem_init__contexts+0x80} fake context 
 support initialized
 [     2.955337] pci_mem_find: void region
 [     2.955431] pci_mem_find: void region
 [     2.955600] pci_mem_find: void region
 [     2.955691] pci_mem_find: void region
 [     2.955781] pci_mem_find: void region
 [     2.955889] pci_mem_find: void region
 [     2.956128] pci_mem_find: void region
 [     2.956220] pci_mem_find: void region
 [     2.956304] pci_mem_find: void region
 [     2.956394] pci_mem_find: void region
 [     2.956482] pci_mem_find: void region
 [     2.956574] pci_mem_find: void region
 [     2.957447] {drm:netbsd:i915_ggtt_probe_hw+0x3f3} GGTT size = 256M
 [     2.958326] {drm:netbsd:i915_ggtt_probe_hw+0x41c} GMADR size = 256M
 [     2.959204] {drm:netbsd:i915_ggtt_probe_hw+0x44d} DSM size = 0M
 [     2.965708] {drm:netbsd:intel_opregion_setup+0x4e} graphic opregion 
 physical addr: 0x0
 [     2.968081] {drm:netbsd:intel_opregion_setup+0x6a3} ACPI OpRegion 
 not supported!
 [     2.968271] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [     2.968393] [drm] Driver supports precise vblank timestamp query.
 [     2.968521] pci_mem_find: void region
 [     2.968789] allocated pic ioapic0 type level pin 16 level 6 to cpu0 
 slot 5 idt entry 101
 [     2.968943] i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0)
 [     2.970279] {drm:netbsd:intel_dump_cdclk_state+0x47} Current CDCLK 
 190000 kHz, VCO 0 kHz, ref 0 kHz, bypass 0 kHz, voltage level 0
 [     2.971245] {drm:netbsd:intel_update_max_cdclk+0x8c} Max CD clock 
 rate: 190000 kHz
 [     2.972125] {drm:netbsd:intel_update_max_cdclk+0xaa} Max dotclock 
 rate: 342000 kHz
 [     2.973092] {drm:netbsd:intel_lvds_init+0x399} LVDS PPS:t1+t2 450 t3 
 500 t4 3000 t5 2000 tx 2000 divider 9999 port 0 powerdown_on_reset 0
 [     3.000338] [drm] Initialized overlay support.
 [     3.001306] {drm:netbsd:intel_engines_driver_register+0x109} renamed 
 rcs'0 to rcs0
 [     3.001485] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on 
 minor 0
 [     3.018269] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.020466] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.032860] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.037957] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.039012] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.040067] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.062041] intelfb0 at i915drmkms0
 [     3.062217] i915 device info: pciid=0x2592 rev=0x04 platform=I915GM 
 (subplatform=0x0) gen=3
 [     3.062440] i915 device info: engines: 1
 [     3.062486] i915 device info: gen: 3
 [     3.062573] i915 device info: gt: 0
 [     3.062680] i915 device info: iommu: n/a
 [     3.062762] i915 device info: memory-regions: 5
 [     3.062851] i915 device info: page-sizes: 1000
 [     3.062939] i915 device info: platform: I915GM
 [     3.063026] i915 device info: ppgtt-size: 0
 [     3.063112] i915 device info: ppgtt-type: 0
 [     3.063197] i915 device info: is_mobile: yes
 [     3.063282] i915 device info: is_lp: no
 [     3.063385] i915 device info: require_force_probe: no
 [     3.063485] i915 device info: is_dgfx: no
 [     3.063535] i915 device info: has_64bit_reloc: no
 [     3.063662] i915 device info: gpu_reset_clobbers_display: yes
 [     3.063711] i915 device info: has_reset_engine: no
 [     3.063814] i915 device info: has_fpga_dbg: no
 [     3.063907] i915 device info: has_global_mocs: no
 [     3.063996] i915 device info: has_gt_uc: no
 [     3.064089] i915 device info: has_l3_dpf: no
 [     3.064175] i915 device info: has_llc: no
 [     3.064261] i915 device info: has_logical_ring_contexts: no
 [     3.064415] i915 device info: has_logical_ring_elsq: no
 [     3.064515] i915 device info: has_logical_ring_preemption: no
 [     3.064620] i915 device info: has_pooled_eu: no
 [     3.064709] i915 device info: has_rc6: no
 [     3.064789] i915 device info: has_rc6p: no
 [     3.064871] i915 device info: has_rps: no
 [     3.064952] i915 device info: has_runtime_pm: no
 [     3.065041] i915 device info: has_snoop: yes
 [     3.065132] i915 device info: has_coherent_ggtt: yes
 [     3.065232] i915 device info: unfenced_needs_alignment: yes
 [     3.065335] i915 device info: hws_needs_physical: yes
 [     3.065381] i915 device info: cursor_needs_physical: yes
 [     3.065556] i915 device info: has_csr: no
 [     3.065556] i915 device info: has_ddi: no
 [     3.065683] i915 device info: has_dp_mst: no
 [     3.065766] i915 device info: has_dsb: no
 [     3.065850] i915 device info: has_dsc: no
 [     3.065932] i915 device info: has_fbc: no
 [     3.066013] i915 device info: has_gmch: yes
 [     3.066102] i915 device info: has_hdcp: no
 [     3.066187] i915 device info: has_hotplug: no
 [     3.066270] i915 device info: has_ipc: no
 [     3.066357] i915 device info: has_modular_fia: no
 [     3.066439] i915 device info: has_overlay: yes
 [     3.066533] i915 device info: has_psr: no
 [     3.066619] i915 device info: overlay_needs_physical: yes
 [     3.066700] i915 device info: supports_tv: yes
 [     3.066800] i915 device info: slice total: 0, mask=0000
 [     3.066887] i915 device info: subslice total: 0
 [     3.066990] i915 device info: EU total: 0
 [     3.067079] i915 device info: EU per subslice: 0
 [     3.067161] i915 device info: has slice power gating: no
 [     3.067251] i915 device info: has subslice power gating: no
 [     3.067409] i915 device info: has EU power gating: no
 [     3.067507] i915 device info: CS timestamp frequency: 0 kHz
 [     3.067612] [drm] DRM_I915_DEBUG enabled
 [     3.067686] [drm] DRM_I915_DEBUG_GEM enabled
 [     3.067842] intelfb0: framebuffer at 0xa0009000, size 1280x800, 
 depth 32, stride 5120
 [     3.070655] {drm:netbsd:i9xx_disable_backlight+0x29} set backlight 
 PWM = 0
 [     3.535090] acpibat0: workqueue busy: updates stopped
 [     3.662801] {drm:netbsd:i9xx_enable_backlight+0xf6} set backlight 
 PWM = 3984375
 [     3.677304] max_dotclock according to supported modes: 71000
 [     3.768451] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 
 emulation), using wskbd0
 [     3.771183] wsmux1: connecting to wsdisplay0
 [     3.773549] wskbd1: connecting to wsdisplay0
 [     3.807740] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.814507] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.822858] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.839294] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.845095] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     4.737140] WARNING: consolidating less than full entropy
 [     4.737248] entropy: best effort





 netbsd-nuc# cat dmesg.1704712519.txt
 [     1.000000] rbus: rbus_min_start set to 0x80000000
 [     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
 2003,
 [     1.000000]     2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
 2012, 2013,
 [     1.000000]     2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 
 2022, 2023,
 [     1.000000]     2024
 [     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
 [     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
 [     1.000000]     The Regents of the University of California.  All 
 rights reserved.

 [     1.000000] NetBSD 10.0_RC2 (GENERIC) #0: Mon Jan  1 14:04:52 UTC 2024
 [     1.000000] 
 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/i386/compile/GENERIC
 [     1.000000] total memory = 2039 MB
 [     1.000000] avail memory = 1978 MB
 [     1.000000] entropy: no seed from bootloader
 [     1.000000] timecounter: Timecounters tick every 10.000 msec
 [     1.000000] Kernelized RAIDframe activated
 [     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz 
 quality 100
 [     1.000004] efi: missing or invalid systbl
 [     1.000004] BIOS32 rev. 0 found at 0xea510
 [     1.000004] SMBIOS rev. 2.3 @ 0xeb160 (25 entries)
 [     1.000004] mainbus0 (root)
 [     1.000004] ACPI: RSDP 0x00000000000E5010 000014 (v00 INSYDE)
 [     1.000004] ACPI: RSDT 0x000000007F7FB2BB 000034 (v01 INSYDE 
 RSDT_000 00000100 ABCD 00010200)
 [     1.000004] ACPI: FACP 0x000000007F7FFB00 000074 (v01 INSYDE 
 FACP_000 00000100 0000 00010200)
 [     1.000004] ACPI: DSDT 0x000000007F7FB920 0041DE (v01 COMPAL DL7x 
   00000001 INTL 02002036)
 [     1.000004] ACPI: FACS 0x000000007F7FFFC0 000040
 [     1.000004] ACPI: APIC 0x000000007F7FFB90 000068 (v01 STUPID 
 MAPIC_00 30307830 ABCD 00010200)
 [     1.000004] ACPI: SSDT 0x000000007F7FB4C7 000277 (v01 PmRef  Cpu0Ist 
   00003000 INTL 20030522)
 [     1.000004] ACPI: SSDT 0x000000007F7FB2EF 0001D8 (v01 PmRef  Cpu0Cst 
   00003001 INTL 20030522)
 [     1.000004] ACPI: 3 ACPI AML tables successfully acquired and loaded
 [     1.000004] ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 0x20, 
 24 pins
 [     1.000004] ioapic0: apid is misconfigured (0 != 1)
 [     1.000004] ioapic0: remapped to apic 1
 [     1.000004] cpu0 at mainbus0 apid 0
 [     1.000004] cpu0: 64 page colors
 [     1.000004] cpu0: Use lfence to serialize rdtsc
 [     1.000004] cpu0: TSC freq from delay 156709870 Hz
 [     1.000004] cpu0: [re]calibrating local timer
 [     1.000004] cpu0: apic clock running at 584 kHz
 [     1.000004] cpu0: Intel(R) Pentium(R) M processor 1.86GHz, id 0x6d8
 [     1.000004] cpu0: node 0, package 0, core 0, smt 0
 [     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
 [     1.000004] acpi0: X/RSDT: OemId <INSYDE,RSDT_000,00000100>, AslId 
 <ABCD,00010200>
 [     1.000004] allocated pic ioapic0 type level pin 9 level 6 to cpu0 
 slot 0 idt entry 96
 [     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.027821] acpi0: ACPI-Fast 24-bit timer
 [     1.027821] acpiec0 at acpi0 (EC0, PNP0C09): io 0x62,0x66
 [     1.027821] acpilid0 at acpi0 (LID0, PNP0C0D): ACPI Lid Switch
 [     1.027821] acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [     1.027821] acpibut1 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 [     1.027821] acpivga0 at acpi0 (GFX0): ACPI Display Adapter
 [     1.027821] acpivga0: capabilities: _DOS _DOD
 [     1.027821] acpiout0 at acpivga0 (LCD, 0x0400): ACPI Display Output 
 Device
 [     1.027821] acpiout0: capabilities: _DCS _DGS _DSS
 [     1.027821] acpiout1 at acpivga0 (CRT1, 0x0100): ACPI Display Output 
 Device
 [     1.027821] acpiout1: capabilities: _DCS _DGS _DSS
 [     1.027821] acpiout2 at acpivga0 (DTV1, 0x0200): ACPI Display Output 
 Device
 [     1.027821] acpiout2: capabilities: _DCS _DGS _DSS
 [     1.027821] acpivga0: connected output devices:
 [     1.027821] acpivga0:   0x0100 (acpiout1): Ext. Monitor, head 0, 
 bios detect
 [     1.027821] acpivga0:   0x0400 (acpiout0): Unknown Output Device, 
 head 0, bios detect
 [     1.027821] acpivga0:   0x0200 (acpiout2): TV, head 0, bios detect
 [     1.027821] FWHD (INT0800) at acpi0 not configured
 [     1.027821] MATH (PNP0C04) at acpi0 not configured
 [     1.027821] attimer1 at acpi0 (TIMR, PNP0100): io 
 0x40-0x43,0x50-0x53 irq 0
 [     1.027821] acpiacad0 at acpi0 (ACAD, ACPI0003): ACPI AC Adapter
 [     1.027821] acpibat0 at acpi0 (BAT1, PNP0C0A-1): ACPI Battery
 [     1.027821] pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 
 irq 1
 [     1.027821] pckbc2 at acpi0 (PS2M, PNP0F13) (aux port): irq 12
 [     1.027821] apm0 at acpi0: Power Management spec V1.2
 [     1.027821] ACPI: Enabled 4 GPEs in block 00 to 1F
 [     1.027821] pckbdprobe: reset error 5
 [     1.027821] pckbd0 at pckbc1 (kbd slot)
 [     1.027821] allocated pic ioapic0 type edge pin 1 level 6 to cpu0 
 slot 1 idt entry 97
 [     1.027821] pckbc1: using irq 1 for kbd slot
 [     1.027821] wskbd0 at pckbd0: console keyboard
 [     1.027821] autoconfiguration error: pckbc: aux echo error 1
 [     1.027821] autoconfiguration error: pckbc: cmd word write error
 [     1.027821] pci0 at mainbus0 bus 0: configuration mode 1
 [     1.027821] pci0: i/o space, memory space enabled, rd/line, rd/mult, 
 wr/inv ok
 [     1.027821] pchb0 at pci0 dev 0 function 0: Intel 
 82915PM/GM/GMS,82910GML Host Bridge (rev. 0x04)
 [     1.027821] agp0 at pchb0: i915-family chipset
 [     1.027821] agp0: detected 7932k stolen memory
 [     1.027821] agp0: aperture at 0xa0000000, size 0x10000000
 [     1.027821] i915drmkms0 at pci0 dev 2 function 0: Intel 
 82915GM/GMS,82910GML Integrated Graphics Device (rev. 0x04)
 [     1.027821] pci_mem_find: void region
 [     1.027821] pci_mem_find: void region
 [     1.027821] i915drmkms0: WARNING: power management not supported
 [     1.027821] Intel 82915GM/GMS IGD Companion (miscellaneous display, 
 revision 0x04) at pci0 dev 2 function 1 not configured
 [     1.027821] uhci0 at pci0 dev 29 function 0: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.027821] allocated pic ioapic0 type level pin 23 level 6 to cpu0 
 slot 2 idt entry 98
 [     1.027821] uhci0: interrupting at ioapic0 pin 23
 [     1.027821] usb0 at uhci0: USB revision 1.0
 [     1.027821] uhci1 at pci0 dev 29 function 1: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.027821] allocated pic ioapic0 type level pin 19 level 6 to cpu0 
 slot 3 idt entry 99
 [     1.027821] uhci1: interrupting at ioapic0 pin 19
 [     1.027821] usb1 at uhci1: USB revision 1.0
 [     1.027821] uhci2 at pci0 dev 29 function 2: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.027821] allocated pic ioapic0 type level pin 18 level 6 to cpu0 
 slot 4 idt entry 100
 [     1.027821] uhci2: interrupting at ioapic0 pin 18
 [     1.027821] usb2 at uhci2: USB revision 1.0
 [     1.027821] uhci3 at pci0 dev 29 function 3: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.027821] allocated pic ioapic0 type level pin 16 level 6 to cpu0 
 slot 5 idt entry 101
 [     1.027821] uhci3: interrupting at ioapic0 pin 16
 [     1.027821] usb3 at uhci3: USB revision 1.0
 [     1.027821] ehci0 at pci0 dev 29 function 7: Intel 82801FB/FR USB 
 EHCI Controller (rev. 0x04)
 [     1.027821] ehci0: 64-bit DMA - limited
 [     1.027821] allocated pic ioapic0 type level pin 23 level 6 to cpu0 
 slot 2 idt entry 98
 [     1.027821] ehci0: interrupting at ioapic0 pin 23
 [     1.027821] ehci0: EHCI version 0.0
 [     1.027821] ehci0: wrong number of companions (0 != 4)
 [     1.027821] ehci0: Using DMA subregion for control data structures
 [     1.027821] ehci0: autoconfiguration error: reset timeout
 [     1.027821] ehci0: autoconfiguration error: init failed, error=5
 [     1.027821] ehci0: WARNING: power management not supported
 [     1.027821] ppb0 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI 
 Bridge (rev. 0xd4)
 [     1.027821] pci1 at ppb0 bus 1
 [     1.027821] pci1: i/o space, memory space enabled
 [     1.027821] fwohci0 at pci1 dev 0 function 0: VIA Technologies 
 VT6306 IEEE 1394 Host Controller (rev. 0x80)
 [     1.027821] allocated pic ioapic0 type level pin 20 level 6 to cpu0 
 slot 6 idt entry 102
 [     1.027821] fwohci0: interrupting at ioapic0 pin 20
 [     1.027821] fwohci0: OHCI version 1.0 (ROM=1)
 [     1.027821] fwohci0: No. of Isochronous channels is 4.
 [     1.027821] fwohci0: EUI64 00:02:3f:59:88:40:01:0f
 [     1.027821] fwohci0: Phy 1394a available S400, 2 ports.
 [     1.027821] fwohci0: Link S400, max_rec 512 bytes.
 [     1.027821] fwohci0: max_rec 512 -> 2048
 [     1.027821] ieee1394if0 at fwohci0: IEEE1394 bus
 [     1.027821] fwip0 at ieee1394if0: IP over IEEE1394
 [     1.027821] fwohci0: Initiate bus reset
 [     1.027821] re0 at pci1 dev 1 function 0: RealTek 8169/8110 Gigabit 
 Ethernet (rev. 0x10)
 [     1.027821] allocated pic ioapic0 type level pin 21 level 6 to cpu0 
 slot 7 idt entry 103
 [     1.027821] re0: interrupting at ioapic0 pin 21
 [     1.027821] re0: RTL8169/8110SB (0x1000)
 [     1.027821] re0: Ethernet address 00:0f:b0:93:6f:e1
 [     1.027821] re0: using 256 tx descriptors
 [     1.027821] rgephy0 at re0 phy 7: RTL8211B 1000BASE-T media interface
 [     1.027821] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 
 1000baseT, 1000baseT-FDX, auto
 [     1.027821] iwi0 at pci1 dev 2 function 0: Intel PRO/Wireless LAN 
 2200BG Mini-PCI Adapter (rev. 0x05)
 [     1.027821] allocated pic ioapic0 type level pin 22 level 6 to cpu0 
 slot 8 idt entry 104
 [     1.027821] iwi0: interrupting at ioapic0 pin 22
 [     1.027821] iwi0: 802.11 address 00:13:ce:6b:7d:01
 [     1.027821] iwi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
 [     1.027821] iwi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 
 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
 [     1.027821] cbb0 at pci1 dev 4 function 0: ENE Technology CB710 
 CardBus Controller (rev. 0x00)
 [     1.027821] ENE Technology product 0530 (flash memory) at pci1 dev 4 
 function 1 not configured
 [     1.027821] sdhc0 at pci1 dev 4 function 2: ENE Technology 
 CB712/714/810 PCI SD Card Reader Controller (rev. 0x00)
 [     1.027821] allocated pic ioapic0 type level pin 17 level 6 to cpu0 
 slot 9 idt entry 105
 [     1.027821] sdhc0: interrupting at ioapic0 pin 17
 [     1.027821] sdhc0: SDHC 1.0, rev 0, caps <01e021a1/00000000>, SDMA, 
 33000 kHz, HS 3.3V, 512 byte blocks
 [     1.027821] sdmmc0 at sdhc0 slot 0
 [     1.027821] sdhc0: Clear PME# now
 [     1.027821] cbb0: osock_ctrl 0 sock_ctrl 0
 [     1.027821] cbb0: wait took 0.000180s
 [     1.027821] cbb0: cacheline 0x8 lattimer 0x40
 [     1.027821] cbb0: bhlc 0x824008
 [     1.027821] cbb0: autoconfiguration error: secondary bus number 
 uninitialized; try PCI_BUS_FIXUP
 [     1.027821] allocated pic ioapic0 type level pin 16 level 6 to cpu0 
 slot 5 idt entry 101
 [     1.027821] cbb0: interrupting at ioapic0 pin 16
 [     1.027821] cardslot0 at cbb0
 [     1.027821] pcmcia0 at cardslot0
 [     1.027821] auich0 at pci0 dev 30 function 2: i82801FB (ICH6) AC-97 
 Audio
 [     1.027821] allocated pic ioapic0 type level pin 17 level 7 to cpu0 
 slot 9 idt entry 105
 [     1.027821] auich0: interrupting at ioapic0 pin 17
 [     1.027821] auich0: ac97: Avance Logic unknown (0x414c4752) codec; 
 headphone, 20 bit DAC, 18 bit ADC, no 3D stereo
 [     1.027821] auich0: ac97: ext id 0xa07<AC97_23,AMAP,SPDIF,DRA,VRA>
 [     1.027821] Intel 82801FB/FR AC'97 Modem Controller (modem 
 communications, revision 0x04) at pci0 dev 30 function 3 not configured
 [     1.027821] ichlpcib0 at pci0 dev 31 function 0: Intel 82801FBM 
 ICH6M LPC Interface Bridge (rev. 0x04)
 [     1.027821] timecounter: Timecounter "ichlpcib0" frequency 3579545 
 Hz quality 1000
 [     1.027821] ichlpcib0: 24-bit timer
 [     1.027821] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [     1.027821] tco0: SMI_EN=0x00002033
 [     1.027821] tco0: SMI_EN:=0x00000033
 [     1.027821] tco0: SMI_EN=0x00000033
 [     1.027821] tco0: Min/Max interval 1/367 seconds
 [     1.027821] piixide0 at pci0 dev 31 function 1: Intel 82801FB IDE 
 Controller (ICH6) (rev. 0x04)
 [     1.027821] piixide0: bus-master DMA support present
 [     1.027821] piixide0: primary channel configured to compatibility mode
 [     1.027821] allocated pic ioapic0 type edge pin 14 level 6 to cpu0 
 slot 10 idt entry 106
 [     1.027821] piixide0: primary channel interrupting at ioapic0 pin 14
 [     1.027821] atabus0 at piixide0 channel 0
 [     1.027821] piixide0: secondary channel configured to compatibility mode
 [     1.027821] allocated pic ioapic0 type edge pin 15 level 6 to cpu0 
 slot 11 idt entry 107
 [     1.027821] piixide0: secondary channel interrupting at ioapic0 pin 15
 [     1.027821] atabus1 at piixide0 channel 1
 [     1.027821] ichsmb0 at pci0 dev 31 function 3: Intel 82801FB/FR 
 SMBus Controller (rev. 0x04)
 [     1.027821] allocated pic ioapic0 type level pin 19 level 6 to cpu0 
 slot 3 idt entry 99
 [     1.027821] ichsmb0: interrupting at ioapic0 pin 19
 [     1.027821] iic0 at ichsmb0: I2C bus
 [     1.027821] isa0 at ichlpcib0
 [     1.027821] pcppi0 at isa0 port 0x61
 [     1.027821] midi0 at pcppi0: PC speaker
 [     1.027821] sysbeep0 at pcppi0
 [     1.027821] attimer1: attached to pcppi0
 [     1.027821] acpicpu0 at cpu0: ACPI CPU
 [     1.027821] acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 [     1.027821] acpicpu0: C2: I/O, lat   1 us, pow     0 mW
 [     1.027821] acpicpu0: C3: I/O, lat  85 us, pow     0 mW
 [     1.027821] acpicpu0: P0: I/O, lat 110 us, pow 27000 mW, 1867 MHz
 [     1.027821] acpicpu0: P1: I/O, lat 110 us, pow 23000 mW, 1600 MHz
 [     1.027821] acpicpu0: P2: I/O, lat 110 us, pow 20000 mW, 1333 MHz
 [     1.027821] acpicpu0: P3: I/O, lat 110 us, pow 17000 mW, 1067 MHz
 [     1.027821] acpicpu0: P4: I/O, lat 110 us, pow 13000 mW,  800 MHz
 [     1.027821] acpicpu0: T0: I/O, lat   1 us, pow     0 mW, 100 %
 [     1.027821] acpicpu0: T1: I/O, lat   1 us, pow     0 mW,  88 %
 [     1.027821] acpicpu0: T2: I/O, lat   1 us, pow     0 mW,  76 %
 [     1.027821] acpicpu0: T3: I/O, lat   1 us, pow     0 mW,  64 %
 [     1.027821] acpicpu0: T4: I/O, lat   1 us, pow     0 mW,  52 %
 [     1.027821] acpicpu0: T5: I/O, lat   1 us, pow     0 mW,  40 %
 [     1.027821] acpicpu0: T6: I/O, lat   1 us, pow     0 mW,  28 %
 [     1.027821] acpicpu0: T7: I/O, lat   1 us, pow     0 mW,  16 %
 [     1.027821] acpicpu0: id 0, lapic id 0, cap 0x00fd, flags 0x00182ea7
 [     1.027821] SRAT: 0 NUMA nodes
 [     1.027821] fwohci0: BUS reset
 [     1.027821] fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode
 [     1.027821] ieee1394if0: 1 nodes, maxhop <= 0 cable IRM irm(0) (me)
 [     1.027821] ieee1394if0: bus manager 0
 [     1.027821] Initializing SSP: WARNING: system needs entropy for 
 security; see entropy(7)
 [     1.027821] 60886c86 6af9888c e5eb1fba 920b2da3 557396a 2e916378 
 ca7e6bd6 bc724c8a
 [     1.027821] cpu0: TSC freq from delay 16347060 Hz
 [     1.027821] cpu0: [re]calibrating local timer
 [     1.027821] cpu0: apic clock running at 1168 kHz
 [     1.027821] timecounter: Timecounter "lapic" frequency 1168000 Hz 
 quality -100
 [     1.027821] timecounter: Timecounter "clockinterrupt" frequency 100 
 Hz quality 0
 [     1.599643] UVM: using package allocation scheme, 1 package(s) per 
 bucket
 [     1.600710] TSC not known invariant on this CPU
 [     1.600829] timecounter: Timecounter "TSC" frequency 16347060 Hz 
 quality -100
 [     1.935903] auich0: measured ac97 link rate at 48001 Hz, will use 
 48000 Hz
 [     1.936254] audio0 at auich0: playback, capture, full duplex, 
 independent
 [     1.937221] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for playback
 [     1.937371] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for recording
 [     1.937748] acpicpu0: ACPI CPUs started
 [     1.938011] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.938451] uhub0 at usb0: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.938714] uhub0: 2 ports with 2 removable, self powered
 [     1.938978] uhub1 at usb1: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.939210] uhub1: 2 ports with 2 removable, self powered
 [     1.939505] uhub2 at usb2: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.939724] uhub2: 2 ports with 2 removable, self powered
 [     1.940031] uhub3 at usb3: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.940233] uhub3: 2 ports with 2 removable, self powered
 [     1.940996] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.941260] acpiacad0: AC adapter online.
 [     1.941349] acpiacad0: AC adapter connected
 [     1.942138] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.942665] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.943192] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.943632] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.944158] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.944598] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.945564] atapibus0 at atabus0: 2 targets
 [     1.946178] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.946793] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.947320] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.948198] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.948637] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.949254] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.949691] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.950657] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.951096] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.951447] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.951801] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.952150] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.952590] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.952940] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.953379] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.953818] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.954170] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.954521] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.954873] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.955223] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.955662] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.956014] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.956366] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.956717] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.957156] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.957506] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.957858] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.958209] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.958561] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.959000] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.959351] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.959703] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.960054] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.960493] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.960845] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.961195] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.961547] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.961986] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.962338] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.962688] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.963127] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.963479] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.964884] IPsec: Initialized Security Association Processing.
 [     1.969977] aes: Intel SSE2 bitsliced
 [     1.970154] chacha: x86 SSE2 ChaCha
 [     1.971031] adiantum: self-test passed
 [     1.972788] aes_ccm: self-test passed
 [     1.973402] blake2s: self-test passed
 [     1.983062] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     1.992021] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     2.000977] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     2.005810] uhidev0 at uhub2 port 1 configuration 1 interface 0
 [     2.005983] uhidev0: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     2.009935] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0 uhidev0
 [     2.017840] ukbd0 at uhidev0
 [     2.018015] wskbd1 at ukbd0 mux 1
 [     2.018366] uhidev1 at uhub2 port 1 configuration 1 interface 1
 [     2.018542] uhidev1: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     2.018727] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0 uhidev1
 [     2.027499] umass0 at uhub0 port 1 configuration 1 interface 0
 [     2.027675] umass0: UFD 2.0 (0x13fe) Silicon-Power4G (0x3d00), rev 
 2.00/1.00, addr 2
 [     2.029305] umass0: using SCSI over Bulk-Only
 [     2.029433] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0 uhidev1 umass0
 [     2.033998] scsibus0 at umass0: 2 targets, 1 lun per target
 [     2.034261] waiting for devices: usb2 atabus0 atabus1 uhub2 
 atapibus0 uhidev1 scsibus0
 [     2.034963] cd0 at atapibus0 drive 1: <TSSTcorpCD/DVDW TS-L632B, 
 95WK401090, TI33> cdrom removable
 [     2.035228] waiting for devices: usb2 atabus0 atabus1 uhub2 
 atapibus0 uhidev1 scsibus0
 [     2.039882] uhidev1: 3 report ids
 [     2.040145] ums0 at uhidev1 reportid 1: 5 buttons and Z dir
 [     2.040408] wsmouse0 at ums0 mux 0
 [     2.040762] uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0
 [     2.041112] uhid1 at uhidev1 reportid 3: input=2, output=0, feature=0
 [     2.041374] waiting for devices: atabus0 atabus1 atapibus0 scsibus0
 [     2.045502] cd0: 32-bit data port
 [     2.045941] cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA 
 mode 2 (Ultra/33)
 [     2.046908] wd0 at atabus0 drive 0
 [     2.047083] waiting for devices: atabus0 atabus1 scsibus0 wd0
 [     2.048312] wd0: <IC25N080ATMR04-0>
 [     2.048422] wd0: drive supports 16-sector PIO transfers, LBA48 
 addressing
 [     2.048498] wd0: 76319 MB, 155061 cyl, 16 head, 63 sec, 512 
 bytes/sect x 156301488 sectors
 [     2.051562] sd0 at scsibus0 target 0 lun 0: <UFD 2.0, 
 Silicon-Power4G, PMAP> disk removable
 [     2.056041] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.064998] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.066493] sd0: 3696 MB, 927 cyl, 255 head, 32 sec, 512 bytes/sect 
 x 7570752 sectors
 [     2.073955] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.082913] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.091870] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.100829] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.109786] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.118743] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.127702] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.136659] waiting for devices: atabus0 atabus1 scsibus0 wd0 sd0
 [     2.137452] waiting for devices: atabus0 atabus1 scsibus0 wd0
 [     2.140084] piixide0:0:0: recal timed out
 [     2.140173] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [     2.141402] waiting for devices: atabus0 atabus1 wd0
 [     2.150359] waiting for devices: atabus0 atabus1 wd0
 [     2.159228] waiting for devices: atabus0 atabus1 wd0
 [     2.168098] waiting for devices: atabus0 atabus1 wd0
 [     2.176968] waiting for devices: atabus0 atabus1 wd0
 [     2.185838] waiting for devices: atabus0 atabus1 wd0
 [     2.194707] waiting for devices: atabus0 atabus1 wd0
 [     2.203577] waiting for devices: atabus0 atabus1 wd0
 [     2.212447] waiting for devices: atabus0 atabus1 wd0
 [     2.221318] waiting for devices: atabus0 atabus1 wd0
 [     2.230187] waiting for devices: atabus0 atabus1 wd0
 [     2.239057] waiting for devices: atabus0 atabus1 wd0
 [     2.247926] waiting for devices: atabus0 atabus1 wd0
 [     2.256796] waiting for devices: atabus0 atabus1 wd0
 [     2.265666] waiting for devices: atabus0 atabus1 wd0
 [     2.274535] waiting for devices: atabus0 atabus1 wd0
 [     2.283405] waiting for devices: atabus0 atabus1 wd0
 [     2.292275] waiting for devices: atabus0 atabus1 wd0
 [     2.301144] waiting for devices: atabus0 atabus1 wd0
 [     2.310015] waiting for devices: atabus0 atabus1 wd0
 [     2.318884] waiting for devices: atabus0 atabus1 wd0
 [     2.327756] waiting for devices: atabus0 atabus1 wd0
 [     2.336624] waiting for devices: atabus0 atabus1 wd0
 [     2.345496] waiting for devices: atabus0 atabus1 wd0
 [     2.354365] waiting for devices: atabus0 atabus1 wd0
 [     2.363233] waiting for devices: atabus0 atabus1 wd0
 [     2.372103] waiting for devices: atabus0 atabus1 wd0
 [     2.380973] waiting for devices: atabus0 atabus1 wd0
 [     2.389842] waiting for devices: atabus0 atabus1 wd0
 [     2.398712] waiting for devices: atabus0 atabus1 wd0
 [     2.407582] waiting for devices: atabus0 atabus1 wd0
 [     2.416452] waiting for devices: atabus0 atabus1 wd0
 [     2.425322] waiting for devices: atabus0 atabus1 wd0
 [     2.434191] waiting for devices: atabus0 atabus1 wd0
 [     2.443062] waiting for devices: atabus0 atabus1 wd0
 [     2.452019] waiting for devices: atabus0 atabus1 wd0
 [     2.460889] waiting for devices: atabus0 atabus1 wd0
 [     2.469761] waiting for devices: atabus0 atabus1 wd0
 [     2.478628] waiting for devices: atabus0 atabus1 wd0
 [     2.487499] waiting for devices: atabus0 atabus1 wd0
 [     2.496367] waiting for devices: atabus0 atabus1 wd0
 [     2.505062] wd0: soft error (corrected) xfer f5c
 [     2.505238] waiting for devices: atabus0 atabus1 wd0
 [     2.514109] waiting for devices: atabus0 atabus1 wd0
 [     2.522977] waiting for devices: atabus0 atabus1 wd0
 [     2.531848] waiting for devices: atabus0 atabus1 wd0
 [     2.548621] waiting for devices: atabus0 atabus1 wd0
 [     2.549150] waiting for devices: atabus0 atabus1
 [     2.552221] wd0: 32-bit data port
 [     2.552573] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA 
 mode 5 (Ultra/100)
 [     2.553451] wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 
 (Ultra/100) (using DMA)
 [     2.553630] cd0(piixide0:0:1): using PIO mode 4, Ultra-DMA mode 2 
 (Ultra/33) (using DMA)
 [     2.554065] crypto: assign driver 0, flags 2
 [     2.554209] crypto: driver 0 registers alg 1 flags 0 maxoplen 0
 [     2.554309] crypto: driver 0 registers alg 2 flags 0 maxoplen 0
 [     2.554417] crypto: driver 0 registers alg 3 flags 0 maxoplen 0
 [     2.554513] crypto: driver 0 registers alg 4 flags 0 maxoplen 0
 [     2.554614] crypto: driver 0 registers alg 5 flags 0 maxoplen 0
 [     2.554715] crypto: driver 0 registers alg 26 flags 0 maxoplen 0
 [     2.554823] crypto: driver 0 registers alg 27 flags 0 maxoplen 0
 [     2.554925] crypto: driver 0 registers alg 29 flags 0 maxoplen 0
 [     2.555032] crypto: driver 0 registers alg 33 flags 0 maxoplen 0
 [     2.555133] crypto: driver 0 registers alg 17 flags 0 maxoplen 0
 [     2.555258] crypto: driver 0 registers alg 6 flags 0 maxoplen 0
 [     2.555359] crypto: driver 0 registers alg 19 flags 0 maxoplen 0
 [     2.555462] crypto: driver 0 registers alg 7 flags 0 maxoplen 0
 [     2.555562] crypto: driver 0 registers alg 20 flags 0 maxoplen 0
 [     2.555666] crypto: driver 0 registers alg 15 flags 0 maxoplen 0
 [     2.555774] crypto: driver 0 registers alg 24 flags 0 maxoplen 0
 [     2.555875] crypto: driver 0 registers alg 25 flags 0 maxoplen 0
 [     2.555977] crypto: driver 0 registers alg 8 flags 0 maxoplen 0
 [     2.556077] crypto: driver 0 registers alg 21 flags 0 maxoplen 0
 [     2.556179] crypto: driver 0 registers alg 16 flags 0 maxoplen 0
 [     2.556280] crypto: driver 0 registers alg 9 flags 0 maxoplen 0
 [     2.556381] crypto: driver 0 registers alg 10 flags 0 maxoplen 0
 [     2.556484] crypto: driver 0 registers alg 13 flags 0 maxoplen 0
 [     2.556586] crypto: driver 0 registers alg 14 flags 0 maxoplen 0
 [     2.556700] crypto: driver 0 registers alg 28 flags 0 maxoplen 0
 [     2.556798] crypto: driver 0 registers alg 30 flags 0 maxoplen 0
 [     2.556900] crypto: driver 0 registers alg 31 flags 0 maxoplen 0
 [     2.557002] crypto: driver 0 registers alg 32 flags 0 maxoplen 0
 [     2.557105] crypto: driver 0 registers alg 11 flags 0 maxoplen 0
 [     2.557207] crypto: driver 0 registers alg 18 flags 0 maxoplen 0
 [     2.557316] crypto: driver 0 registers alg 23 flags 0 maxoplen 0
 [     2.557419] crypto: driver 0 registers alg 22 flags 0 maxoplen 0
 [     2.557578] cgd: self-test aes-xts-256
 [     2.557666] cgd: self-test aes-xts-512
 [     2.557842] cgd: self-test aes-cbc-128
 [     2.558018] cgd: self-test aes-cbc-256
 [     2.558193] cgd: self-test 3des-cbc-192
 [     2.558282] cgd: self-test blowfish-cbc-448
 [     2.558544] cgd: self-test aes-cbc-128 (encblkno8)
 [     2.558808] cgd: self-tests passed
 [     2.559071] swwdog0: software watchdog initialized
 [     2.731461] Searching for RAID components...
 [     2.804439] WARNING: 55 errors while detecting hardware; check 
 system log.
 [     2.804579] boot device: sd0
 [     2.804641] root on sd0a dumps on sd0b
 [     2.890414] root file system type: ffs
 [     2.910437] kern.module.path=/stand/i386/10.0/modules
 [     2.910790] pci_mem_find: void region
 [     2.910922] i915drmkms0: map 4 failed
 [     2.910994] pci_mem_find: void region
 [     2.911109] i915drmkms0: map 5 failed
 [     2.912545] i915drmkms0 {drm:netbsd:intel_uc_init_early+0x8a} 
 enable_guc=0 (guc:no submission:no huc:no)
 [     2.913686] {drm:netbsd:i915_gem_init__contexts+0x80} fake context 
 support initialized
 [     2.915625] pci_mem_find: void region
 [     2.915706] pci_mem_find: void region
 [     2.915806] pci_mem_find: void region
 [     2.915972] pci_mem_find: void region
 [     2.916057] pci_mem_find: void region
 [     2.916156] pci_mem_find: void region
 [     2.916323] pci_mem_find: void region
 [     2.916466] pci_mem_find: void region
 [     2.916558] pci_mem_find: void region
 [     2.916672] pci_mem_find: void region
 [     2.916764] pci_mem_find: void region
 [     2.916849] pci_mem_find: void region
 [     2.917726] {drm:netbsd:i915_ggtt_probe_hw+0x3f3} GGTT size = 256M
 [     2.918604] {drm:netbsd:i915_ggtt_probe_hw+0x41c} GMADR size = 256M
 [     2.919485] {drm:netbsd:i915_ggtt_probe_hw+0x44d} DSM size = 0M
 [     2.925981] {drm:netbsd:intel_opregion_setup+0x4e} graphic opregion 
 physical addr: 0x0
 [     2.926950] {drm:netbsd:intel_opregion_setup+0x6a3} ACPI OpRegion 
 not supported!
 [     2.927123] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [     2.927238] [drm] Driver supports precise vblank timestamp query.
 [     2.927341] pci_mem_find: void region
 [     2.927653] allocated pic ioapic0 type level pin 16 level 6 to cpu0 
 slot 5 idt entry 101
 [     2.927798] i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0)
 [     2.930635] {drm:netbsd:intel_dump_cdclk_state+0x47} Current CDCLK 
 190000 kHz, VCO 0 kHz, ref 0 kHz, bypass 0 kHz, voltage level 0
 [     2.931514] {drm:netbsd:intel_update_max_cdclk+0x8c} Max CD clock 
 rate: 190000 kHz
 [     2.932483] {drm:netbsd:intel_update_max_cdclk+0xaa} Max dotclock 
 rate: 342000 kHz
 [     2.933446] {drm:netbsd:intel_lvds_init+0x399} LVDS PPS:t1+t2 450 t3 
 500 t4 3000 t5 2000 tx 2000 divider 9999 port 0 powerdown_on_reset 0
 [     2.967080] [drm] Initialized overlay support.
 [     2.967960] {drm:netbsd:intel_engines_driver_register+0x109} renamed 
 rcs'0 to rcs0
 [     2.968173] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on 
 minor 0
 [     2.984996] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     2.987191] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     2.999398] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.004580] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.005633] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.006687] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.029785] intelfb0 at i915drmkms0
 [     3.029959] i915 device info: pciid=0x2592 rev=0x04 platform=I915GM 
 (subplatform=0x0) gen=3
 [     3.030184] i915 device info: engines: 1
 [     3.030229] i915 device info: gen: 3
 [     3.030311] i915 device info: gt: 0
 [     3.030417] i915 device info: iommu: n/a
 [     3.030499] i915 device info: memory-regions: 5
 [     3.030589] i915 device info: page-sizes: 1000
 [     3.030663] i915 device info: platform: I915GM
 [     3.030753] i915 device info: ppgtt-size: 0
 [     3.030839] i915 device info: ppgtt-type: 0
 [     3.030928] i915 device info: is_mobile: yes
 [     3.031014] i915 device info: is_lp: no
 [     3.031101] i915 device info: require_force_probe: no
 [     3.031230] i915 device info: is_dgfx: no
 [     3.031277] i915 device info: has_64bit_reloc: no
 [     3.031403] i915 device info: gpu_reset_clobbers_display: yes
 [     3.031453] i915 device info: has_reset_engine: no
 [     3.031555] i915 device info: has_fpga_dbg: no
 [     3.031652] i915 device info: has_global_mocs: no
 [     3.031738] i915 device info: has_gt_uc: no
 [     3.031835] i915 device info: has_l3_dpf: no
 [     3.031921] i915 device info: has_llc: no
 [     3.032009] i915 device info: has_logical_ring_contexts: no
 [     3.032091] i915 device info: has_logical_ring_elsq: no
 [     3.032247] i915 device info: has_logical_ring_preemption: no
 [     3.032353] i915 device info: has_pooled_eu: no
 [     3.032443] i915 device info: has_rc6: no
 [     3.032528] i915 device info: has_rc6p: no
 [     3.032612] i915 device info: has_rps: no
 [     3.032701] i915 device info: has_runtime_pm: no
 [     3.032790] i915 device info: has_snoop: yes
 [     3.032862] i915 device info: has_coherent_ggtt: yes
 [     3.032947] i915 device info: unfenced_needs_alignment: yes
 [     3.033042] i915 device info: hws_needs_physical: yes
 [     3.033145] i915 device info: cursor_needs_physical: yes
 [     3.033298] i915 device info: has_csr: no
 [     3.033385] i915 device info: has_ddi: no
 [     3.033472] i915 device info: has_dp_mst: no
 [     3.033560] i915 device info: has_dsb: no
 [     3.033560] i915 device info: has_dsc: no
 [     3.033683] i915 device info: has_fbc: no
 [     3.033764] i915 device info: has_gmch: yes
 [     3.033845] i915 device info: has_hdcp: no
 [     3.033928] i915 device info: has_hotplug: no
 [     3.034011] i915 device info: has_ipc: no
 [     3.034098] i915 device info: has_modular_fia: no
 [     3.034181] i915 device info: has_overlay: yes
 [     3.034272] i915 device info: has_psr: no
 [     3.034361] i915 device info: overlay_needs_physical: yes
 [     3.034448] i915 device info: supports_tv: yes
 [     3.034550] i915 device info: slice total: 0, mask=0000
 [     3.034637] i915 device info: subslice total: 0
 [     3.034736] i915 device info: EU total: 0
 [     3.034824] i915 device info: EU per subslice: 0
 [     3.034906] i915 device info: has slice power gating: no
 [     3.035075] i915 device info: has subslice power gating: no
 [     3.035178] i915 device info: has EU power gating: no
 [     3.035228] i915 device info: CS timestamp frequency: 0 kHz
 [     3.035333] [drm] DRM_I915_DEBUG enabled
 [     3.035464] [drm] DRM_I915_DEBUG_GEM enabled
 [     3.035580] intelfb0: framebuffer at 0xa0009000, size 1280x800, 
 depth 32, stride 5120
 [     3.038742] {drm:netbsd:i9xx_disable_backlight+0x29} set backlight 
 PWM = 0
 [     3.272780] acpibat0: workqueue busy: updates stopped
 [     3.576900] {drm:netbsd:i9xx_enable_backlight+0xf6} set backlight 
 PWM = 3984375
 [     3.594112] max_dotclock according to supported modes: 71000
 [     3.683951] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 
 emulation), using wskbd0
 [     3.686706] wsmux1: connecting to wsdisplay0
 [     3.689069] wskbd1: connecting to wsdisplay0
 [     3.723294] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.730057] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.738312] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.759741] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.766502] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     4.657610] WARNING: consolidating less than full entropy
 [     4.657794] entropy: best effort
 netbsd-nuc#




 netbsd-nuc# cat dmesg.1704712778.txt
 [     1.000000] rbus: rbus_min_start set to 0x80000000
 [     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
 2003,
 [     1.000000]     2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
 2012, 2013,
 [     1.000000]     2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 
 2022, 2023,
 [     1.000000]     2024
 [     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
 [     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
 [     1.000000]     The Regents of the University of California.  All 
 rights reserved.

 [     1.000000] NetBSD 10.0_RC2 (GENERIC) #0: Mon Jan  1 14:04:52 UTC 2024
 [     1.000000] 
 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/i386/compile/GENERIC
 [     1.000000] total memory = 2039 MB
 [     1.000000] avail memory = 1978 MB
 [     1.000000] entropy: no seed from bootloader
 [     1.000000] timecounter: Timecounters tick every 10.000 msec
 [     1.000000] Kernelized RAIDframe activated
 [     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz 
 quality 100
 [     1.000004] efi: missing or invalid systbl
 [     1.000004] BIOS32 rev. 0 found at 0xea510
 [     1.000004] SMBIOS rev. 2.3 @ 0xeb160 (25 entries)
 [     1.000004] mainbus0 (root)
 [     1.000004] ACPI: RSDP 0x00000000000E5010 000014 (v00 INSYDE)
 [     1.000004] ACPI: RSDT 0x000000007F7FB2BB 000034 (v01 INSYDE 
 RSDT_000 00000100 ABCD 00010200)
 [     1.000004] ACPI: FACP 0x000000007F7FFB00 000074 (v01 INSYDE 
 FACP_000 00000100 0000 00010200)
 [     1.000004] ACPI: DSDT 0x000000007F7FB920 0041DE (v01 COMPAL DL7x 
   00000001 INTL 02002036)
 [     1.000004] ACPI: FACS 0x000000007F7FFFC0 000040
 [     1.000004] ACPI: APIC 0x000000007F7FFB90 000068 (v01 STUPID 
 MAPIC_00 30307830 ABCD 00010200)
 [     1.000004] ACPI: SSDT 0x000000007F7FB4C7 000277 (v01 PmRef  Cpu0Ist 
   00003000 INTL 20030522)
 [     1.000004] ACPI: SSDT 0x000000007F7FB2EF 0001D8 (v01 PmRef  Cpu0Cst 
   00003001 INTL 20030522)
 [     1.000004] ACPI: 3 ACPI AML tables successfully acquired and loaded
 [     1.000004] ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 0x20, 
 24 pins
 [     1.000004] ioapic0: apid is misconfigured (0 != 1)
 [     1.000004] ioapic0: remapped to apic 1
 [     1.000004] cpu0 at mainbus0 apid 0
 [     1.000004] cpu0: 64 page colors
 [     1.000004] cpu0: Use lfence to serialize rdtsc
 [     1.000004] cpu0: TSC freq from delay 110650190 Hz
 [     1.000004] cpu0: [re]calibrating local timer
 [     1.000004] cpu0: apic clock running at 576 kHz
 [     1.000004] cpu0: Intel(R) Pentium(R) M processor 1.86GHz, id 0x6d8
 [     1.000004] cpu0: node 0, package 0, core 0, smt 0
 [     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
 [     1.000004] acpi0: X/RSDT: OemId <INSYDE,RSDT_000,00000100>, AslId 
 <ABCD,00010200>
 [     1.000004] allocated pic ioapic0 type level pin 9 level 6 to cpu0 
 slot 0 idt entry 96
 [     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.028086] acpi0: ACPI-Fast 24-bit timer
 [     1.028086] acpiec0 at acpi0 (EC0, PNP0C09): io 0x62,0x66
 [     1.028086] acpilid0 at acpi0 (LID0, PNP0C0D): ACPI Lid Switch
 [     1.028086] acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [     1.028086] acpibut1 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 [     1.028086] acpivga0 at acpi0 (GFX0): ACPI Display Adapter
 [     1.028086] acpivga0: capabilities: _DOS _DOD
 [     1.028086] acpiout0 at acpivga0 (LCD, 0x0400): ACPI Display Output 
 Device
 [     1.028086] acpiout0: capabilities: _DCS _DGS _DSS
 [     1.028086] acpiout1 at acpivga0 (CRT1, 0x0100): ACPI Display Output 
 Device
 [     1.028086] acpiout1: capabilities: _DCS _DGS _DSS
 [     1.028086] acpiout2 at acpivga0 (DTV1, 0x0200): ACPI Display Output 
 Device
 [     1.028086] acpiout2: capabilities: _DCS _DGS _DSS
 [     1.028086] acpivga0: connected output devices:
 [     1.028086] acpivga0:   0x0100 (acpiout1): Ext. Monitor, head 0, 
 bios detect
 [     1.028086] acpivga0:   0x0400 (acpiout0): Unknown Output Device, 
 head 0, bios detect
 [     1.028086] acpivga0:   0x0200 (acpiout2): TV, head 0, bios detect
 [     1.028086] FWHD (INT0800) at acpi0 not configured
 [     1.028086] MATH (PNP0C04) at acpi0 not configured
 [     1.028086] attimer1 at acpi0 (TIMR, PNP0100): io 
 0x40-0x43,0x50-0x53 irq 0
 [     1.028086] acpiacad0 at acpi0 (ACAD, ACPI0003): ACPI AC Adapter
 [     1.028086] acpibat0 at acpi0 (BAT1, PNP0C0A-1): ACPI Battery
 [     1.028086] pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 
 irq 1
 [     1.028086] pckbc2 at acpi0 (PS2M, PNP0F13) (aux port): irq 12
 [     1.028086] apm0 at acpi0: Power Management spec V1.2
 [     1.028086] ACPI: Enabled 4 GPEs in block 00 to 1F
 [     1.028086] pckbdprobe: reset error 5
 [     1.028086] pckbd0 at pckbc1 (kbd slot)
 [     1.028086] allocated pic ioapic0 type edge pin 1 level 6 to cpu0 
 slot 1 idt entry 97
 [     1.028086] pckbc1: using irq 1 for kbd slot
 [     1.028086] wskbd0 at pckbd0: console keyboard
 [     1.028086] autoconfiguration error: pckbc: aux echo error 1
 [     1.028086] autoconfiguration error: pckbc: cmd word write error
 [     1.028086] pci0 at mainbus0 bus 0: configuration mode 1
 [     1.028086] pci0: i/o space, memory space enabled, rd/line, rd/mult, 
 wr/inv ok
 [     1.028086] pchb0 at pci0 dev 0 function 0: Intel 
 82915PM/GM/GMS,82910GML Host Bridge (rev. 0x04)
 [     1.028086] agp0 at pchb0: i915-family chipset
 [     1.028086] agp0: detected 7932k stolen memory
 [     1.028086] agp0: aperture at 0xa0000000, size 0x10000000
 [     1.028086] i915drmkms0 at pci0 dev 2 function 0: Intel 
 82915GM/GMS,82910GML Integrated Graphics Device (rev. 0x04)
 [     1.028086] pci_mem_find: void region
 [     1.028086] pci_mem_find: void region
 [     1.028086] i915drmkms0: WARNING: power management not supported
 [     1.028086] Intel 82915GM/GMS IGD Companion (miscellaneous display, 
 revision 0x04) at pci0 dev 2 function 1 not configured
 [     1.028086] uhci0 at pci0 dev 29 function 0: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.028086] allocated pic ioapic0 type level pin 23 level 6 to cpu0 
 slot 2 idt entry 98
 [     1.028086] uhci0: interrupting at ioapic0 pin 23
 [     1.028086] usb0 at uhci0: USB revision 1.0
 [     1.028086] uhci1 at pci0 dev 29 function 1: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.028086] allocated pic ioapic0 type level pin 19 level 6 to cpu0 
 slot 3 idt entry 99
 [     1.028086] uhci1: interrupting at ioapic0 pin 19
 [     1.028086] usb1 at uhci1: USB revision 1.0
 [     1.028086] uhci2 at pci0 dev 29 function 2: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.028086] allocated pic ioapic0 type level pin 18 level 6 to cpu0 
 slot 4 idt entry 100
 [     1.028086] uhci2: interrupting at ioapic0 pin 18
 [     1.028086] usb2 at uhci2: USB revision 1.0
 [     1.028086] uhci3 at pci0 dev 29 function 3: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.028086] allocated pic ioapic0 type level pin 16 level 6 to cpu0 
 slot 5 idt entry 101
 [     1.028086] uhci3: interrupting at ioapic0 pin 16
 [     1.028086] usb3 at uhci3: USB revision 1.0
 [     1.028086] ehci0 at pci0 dev 29 function 7: Intel 82801FB/FR USB 
 EHCI Controller (rev. 0x04)
 [     1.028086] ehci0: 64-bit DMA - limited
 [     1.028086] allocated pic ioapic0 type level pin 23 level 6 to cpu0 
 slot 2 idt entry 98
 [     1.028086] ehci0: interrupting at ioapic0 pin 23
 [     1.028086] ehci0: EHCI version 0.0
 [     1.028086] ehci0: wrong number of companions (0 != 4)
 [     1.028086] ehci0: Using DMA subregion for control data structures
 [     1.028086] ehci0: autoconfiguration error: reset timeout
 [     1.028086] ehci0: autoconfiguration error: init failed, error=5
 [     1.028086] ehci0: WARNING: power management not supported
 [     1.028086] ppb0 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI 
 Bridge (rev. 0xd4)
 [     1.028086] pci1 at ppb0 bus 1
 [     1.028086] pci1: i/o space, memory space enabled
 [     1.028086] fwohci0 at pci1 dev 0 function 0: VIA Technologies 
 VT6306 IEEE 1394 Host Controller (rev. 0x80)
 [     1.028086] allocated pic ioapic0 type level pin 20 level 6 to cpu0 
 slot 6 idt entry 102
 [     1.028086] fwohci0: interrupting at ioapic0 pin 20
 [     1.028086] fwohci0: OHCI version 1.0 (ROM=1)
 [     1.028086] fwohci0: No. of Isochronous channels is 4.
 [     1.028086] fwohci0: EUI64 00:02:3f:59:88:40:01:0f
 [     1.028086] fwohci0: Phy 1394a available S400, 2 ports.
 [     1.028086] fwohci0: Link S400, max_rec 512 bytes.
 [     1.028086] fwohci0: max_rec 512 -> 2048
 [     1.028086] ieee1394if0 at fwohci0: IEEE1394 bus
 [     1.028086] fwip0 at ieee1394if0: IP over IEEE1394
 [     1.028086] fwohci0: Initiate bus reset
 [     1.028086] re0 at pci1 dev 1 function 0: RealTek 8169/8110 Gigabit 
 Ethernet (rev. 0x10)
 [     1.028086] allocated pic ioapic0 type level pin 21 level 6 to cpu0 
 slot 7 idt entry 103
 [     1.028086] re0: interrupting at ioapic0 pin 21
 [     1.028086] re0: RTL8169/8110SB (0x1000)
 [     1.028086] re0: Ethernet address 00:0f:b0:93:6f:e1
 [     1.028086] re0: using 256 tx descriptors
 [     1.028086] rgephy0 at re0 phy 7: RTL8211B 1000BASE-T media interface
 [     1.028086] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 
 1000baseT, 1000baseT-FDX, auto
 [     1.028086] iwi0 at pci1 dev 2 function 0: Intel PRO/Wireless LAN 
 2200BG Mini-PCI Adapter (rev. 0x05)
 [     1.028086] allocated pic ioapic0 type level pin 22 level 6 to cpu0 
 slot 8 idt entry 104
 [     1.028086] iwi0: interrupting at ioapic0 pin 22
 [     1.028086] iwi0: 802.11 address 00:13:ce:6b:7d:01
 [     1.028086] iwi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
 [     1.028086] iwi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 
 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
 [     1.028086] cbb0 at pci1 dev 4 function 0: ENE Technology CB710 
 CardBus Controller (rev. 0x00)
 [     1.028086] ENE Technology product 0530 (flash memory) at pci1 dev 4 
 function 1 not configured
 [     1.028086] sdhc0 at pci1 dev 4 function 2: ENE Technology 
 CB712/714/810 PCI SD Card Reader Controller (rev. 0x00)
 [     1.028086] allocated pic ioapic0 type level pin 17 level 6 to cpu0 
 slot 9 idt entry 105
 [     1.028086] sdhc0: interrupting at ioapic0 pin 17
 [     1.028086] sdhc0: SDHC 1.0, rev 0, caps <01e021a1/00000000>, SDMA, 
 33000 kHz, HS 3.3V, 512 byte blocks
 [     1.028086] sdmmc0 at sdhc0 slot 0
 [     1.028086] sdhc0: Clear PME# now
 [     1.028086] cbb0: osock_ctrl 0 sock_ctrl 0
 [     1.028086] cbb0: wait took 0.000176s
 [     1.028086] cbb0: cacheline 0x8 lattimer 0x40
 [     1.028086] cbb0: bhlc 0x824008
 [     1.028086] cbb0: autoconfiguration error: secondary bus number 
 uninitialized; try PCI_BUS_FIXUP
 [     1.028086] allocated pic ioapic0 type level pin 16 level 6 to cpu0 
 slot 5 idt entry 101
 [     1.028086] cbb0: interrupting at ioapic0 pin 16
 [     1.028086] cardslot0 at cbb0
 [     1.028086] pcmcia0 at cardslot0
 [     1.028086] auich0 at pci0 dev 30 function 2: i82801FB (ICH6) AC-97 
 Audio
 [     1.028086] allocated pic ioapic0 type level pin 17 level 7 to cpu0 
 slot 9 idt entry 105
 [     1.028086] auich0: interrupting at ioapic0 pin 17
 [     1.028086] auich0: ac97: Avance Logic unknown (0x414c4752) codec; 
 headphone, 20 bit DAC, 18 bit ADC, no 3D stereo
 [     1.028086] auich0: ac97: ext id 0xa07<AC97_23,AMAP,SPDIF,DRA,VRA>
 [     1.028086] Intel 82801FB/FR AC'97 Modem Controller (modem 
 communications, revision 0x04) at pci0 dev 30 function 3 not configured
 [     1.028086] ichlpcib0 at pci0 dev 31 function 0: Intel 82801FBM 
 ICH6M LPC Interface Bridge (rev. 0x04)
 [     1.028086] timecounter: Timecounter "ichlpcib0" frequency 3579545 
 Hz quality 1000
 [     1.028086] ichlpcib0: 24-bit timer
 [     1.028086] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [     1.028086] tco0: SMI_EN=0x00002033
 [     1.028086] tco0: SMI_EN:=0x00000033
 [     1.028086] tco0: SMI_EN=0x00000033
 [     1.028086] tco0: Min/Max interval 1/367 seconds
 [     1.028086] piixide0 at pci0 dev 31 function 1: Intel 82801FB IDE 
 Controller (ICH6) (rev. 0x04)
 [     1.028086] piixide0: bus-master DMA support present
 [     1.028086] piixide0: primary channel configured to compatibility mode
 [     1.028086] allocated pic ioapic0 type edge pin 14 level 6 to cpu0 
 slot 10 idt entry 106
 [     1.028086] piixide0: primary channel interrupting at ioapic0 pin 14
 [     1.028086] atabus0 at piixide0 channel 0
 [     1.028086] piixide0: secondary channel configured to compatibility mode
 [     1.028086] allocated pic ioapic0 type edge pin 15 level 6 to cpu0 
 slot 11 idt entry 107
 [     1.028086] piixide0: secondary channel interrupting at ioapic0 pin 15
 [     1.028086] atabus1 at piixide0 channel 1
 [     1.028086] ichsmb0 at pci0 dev 31 function 3: Intel 82801FB/FR 
 SMBus Controller (rev. 0x04)
 [     1.028086] allocated pic ioapic0 type level pin 19 level 6 to cpu0 
 slot 3 idt entry 99
 [     1.028086] ichsmb0: interrupting at ioapic0 pin 19
 [     1.028086] iic0 at ichsmb0: I2C bus
 [     1.028086] isa0 at ichlpcib0
 [     1.028086] pcppi0 at isa0 port 0x61
 [     1.028086] midi0 at pcppi0: PC speaker
 [     1.028086] sysbeep0 at pcppi0
 [     1.028086] attimer1: attached to pcppi0
 [     1.028086] acpicpu0 at cpu0: ACPI CPU
 [     1.028086] acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 [     1.028086] acpicpu0: C2: I/O, lat   1 us, pow     0 mW
 [     1.028086] acpicpu0: C3: I/O, lat  85 us, pow     0 mW
 [     1.028086] acpicpu0: P0: I/O, lat 110 us, pow 27000 mW, 1867 MHz
 [     1.028086] acpicpu0: P1: I/O, lat 110 us, pow 23000 mW, 1600 MHz
 [     1.028086] acpicpu0: P2: I/O, lat 110 us, pow 20000 mW, 1333 MHz
 [     1.028086] acpicpu0: P3: I/O, lat 110 us, pow 17000 mW, 1067 MHz
 [     1.028086] acpicpu0: P4: I/O, lat 110 us, pow 13000 mW,  800 MHz
 [     1.028086] acpicpu0: T0: I/O, lat   1 us, pow     0 mW, 100 %
 [     1.028086] acpicpu0: T1: I/O, lat   1 us, pow     0 mW,  88 %
 [     1.028086] acpicpu0: T2: I/O, lat   1 us, pow     0 mW,  76 %
 [     1.028086] acpicpu0: T3: I/O, lat   1 us, pow     0 mW,  64 %
 [     1.028086] acpicpu0: T4: I/O, lat   1 us, pow     0 mW,  52 %
 [     1.028086] acpicpu0: T5: I/O, lat   1 us, pow     0 mW,  40 %
 [     1.028086] acpicpu0: T6: I/O, lat   1 us, pow     0 mW,  28 %
 [     1.028086] acpicpu0: T7: I/O, lat   1 us, pow     0 mW,  16 %
 [     1.028086] acpicpu0: id 0, lapic id 0, cap 0x00fd, flags 0x00182ea7
 [     1.028086] SRAT: 0 NUMA nodes
 [     1.028086] fwohci0: BUS reset
 [     1.028086] fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode
 [     1.028086] ieee1394if0: 1 nodes, maxhop <= 0 cable IRM irm(0) (me)
 [     1.028086] ieee1394if0: bus manager 0
 [     1.028086] Initializing SSP: WARNING: system needs entropy for 
 security; see entropy(7)
 [     1.028086] a0a159cb 64c3578e b69d9c3e c45df27a c4a30298 4de1cdac 
 8da15aaf b652f047
 [     1.028086] cpu0: TSC freq from delay 11790940 Hz
 [     1.028086] cpu0: [re]calibrating local timer
 [     1.028086] cpu0: apic clock running at 842 kHz
 [     1.028086] timecounter: Timecounter "lapic" frequency 842000 Hz 
 quality -100
 [     1.028086] timecounter: Timecounter "clockinterrupt" frequency 100 
 Hz quality 0
 [     1.603245] UVM: using package allocation scheme, 1 package(s) per 
 bucket
 [     1.604318] TSC not known invariant on this CPU
 [     1.604422] timecounter: Timecounter "TSC" frequency 11790940 Hz 
 quality -100
 [     1.939599] auich0: measured ac97 link rate at 48002 Hz, will use 
 48000 Hz
 [     1.939915] audio0 at auich0: playback, capture, full duplex, 
 independent
 [     1.940927] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for playback
 [     1.941074] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for recording
 [     1.941434] acpicpu0: ACPI CPUs started
 [     1.941687] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.942320] uhub0 at usb0: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.942550] uhub0: 2 ports with 2 removable, self powered
 [     1.942827] uhub1 at usb1: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.943080] uhub1: 2 ports with 2 removable, self powered
 [     1.943397] uhub2 at usb2: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.943594] uhub2: 2 ports with 2 removable, self powered
 [     1.943904] uhub3 at usb3: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.944100] uhub3: 2 ports with 2 removable, self powered
 [     1.944916] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.945106] acpiacad0: AC adapter online.
 [     1.945234] acpiacad0: AC adapter connected
 [     1.945614] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.946055] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.946688] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.947449] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.948081] atapibus0 at atabus0: 2 targets
 [     1.948904] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.949473] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.950551] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.950867] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.951246] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.951563] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.951879] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.952197] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.952577] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.952893] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.953209] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.953589] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.953906] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.954285] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.954602] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.954918] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.955299] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.955741] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.956058] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.956374] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.956754] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.957071] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.957387] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.957704] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.958021] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.958337] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.958717] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.959033] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.959350] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.959730] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.960047] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.960363] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.960743] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.961060] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.961376] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.961756] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.962073] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.962389] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.962768] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.963149] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.963465] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.963845] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.964161] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.964541] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.965935] IPsec: Initialized Security Association Processing.
 [     1.970302] aes: Intel SSE2 bitsliced
 [     1.970555] chacha: x86 SSE2 ChaCha
 [     1.971442] adiantum: self-test passed
 [     1.973278] aes_ccm: self-test passed
 [     1.973911] blake2s: self-test passed
 [     1.981001] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     1.987523] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     1.994043] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     2.000564] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0
 [     2.006831] uhidev0 at uhub2 port 1 configuration 1 interface 0
 [     2.007039] uhidev0: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     2.007218] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0 uhidev0
 [     2.013732] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 atapibus0 uhidev0
 [     2.015567] autoconfiguration error: piixide0:0:1: lost interrupt
 [     2.015567] 	type: ata tc_bcount: 512 tc_skip: 0
 [     2.015758] wd0 at atabus0 drive 0
 [     2.016012] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 uhidev0 wd0
 [     2.018923] ukbd0 at uhidev0
 [     2.020569] wskbd1 at ukbd0 mux 1
 [     2.020886] uhidev1 at uhub2 port 1 configuration 1 interface 1
 [     2.021078] uhidev1: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     2.021330] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 wd0 uhidev1
 [     2.027852] waiting for devices: usb0 usb2 atabus0 atabus1 uhub0 
 uhub2 wd0 uhidev1
 [     2.028609] umass0 at uhub0 port 1 configuration 1 interface 0
 [     2.028736] umass0: UFD 2.0 (0x13fe) Silicon-Power4G (0x3d00), rev 
 2.00/1.00, addr 2
 [     2.028928] umass0: using SCSI over Bulk-Only
 [     2.034118] scsibus0 at umass0: 2 targets, 1 lun per target
 [     2.034497] waiting for devices: usb2 atabus0 atabus1 uhub2 wd0 
 uhidev1 scsibus0
 [     2.041018] waiting for devices: usb2 atabus0 atabus1 uhub2 wd0 
 uhidev1 scsibus0
 [     2.041714] uhidev1: 3 report ids
 [     2.041967] ums0 at uhidev1 reportid 1: 5 buttons and Z dir
 [     2.042347] wsmouse0 at ums0 mux 0
 [     2.042602] uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0
 [     2.042917] uhid1 at uhidev1 reportid 3: input=2, output=0, feature=0
 [     2.043170] waiting for devices: atabus0 atabus1 wd0 scsibus0
 [     2.049627] waiting for devices: atabus0 atabus1 wd0 scsibus0
 [     2.051527] sd0 at scsibus0 target 0 lun 0: <UFD 2.0, 
 Silicon-Power4G, PMAP> disk removable
 [     2.056148] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.062670] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.065454] sd0: 3696 MB, 927 cyl, 255 head, 32 sec, 512 bytes/sect 
 x 7570752 sectors
 [     2.069126] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.075647] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.082105] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.083751] wd0: <IC25N080ATMR04-0>
 [     2.083861] wd0: drive supports 16-sector PIO transfers, LBA48 
 addressing
 [     2.083942] wd0: 76319 MB, 155061 cyl, 16 head, 63 sec, 512 
 bytes/sect x 156301488 sectors
 [     2.088689] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.095147] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.101668] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.108190] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.114708] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.121229] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.127751] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.134271] waiting for devices: atabus0 atabus1 wd0 scsibus0 sd0
 [     2.134588] waiting for devices: atabus0 atabus1 wd0 scsibus0
 [     2.138513] waiting for devices: atabus0 atabus1 wd0
 [     2.145097] waiting for devices: atabus0 atabus1 wd0
 [     2.151490] waiting for devices: atabus0 atabus1 wd0
 [     2.152567] piixide0:0:0: recal timed out
 [     2.152657] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [     2.158075] waiting for devices: atabus0 atabus1 wd0
 [     2.164468] waiting for devices: atabus0 atabus1 wd0
 [     2.170926] waiting for devices: atabus0 atabus1 wd0
 [     2.177383] waiting for devices: atabus0 atabus1 wd0
 [     2.183842] waiting for devices: atabus0 atabus1 wd0
 [     2.190299] waiting for devices: atabus0 atabus1 wd0
 [     2.196756] waiting for devices: atabus0 atabus1 wd0
 [     2.203213] waiting for devices: atabus0 atabus1 wd0
 [     2.209671] waiting for devices: atabus0 atabus1 wd0
 [     2.216128] waiting for devices: atabus0 atabus1 wd0
 [     2.222586] waiting for devices: atabus0 atabus1 wd0
 [     2.229043] waiting for devices: atabus0 atabus1 wd0
 [     2.235500] waiting for devices: atabus0 atabus1 wd0
 [     2.241958] waiting for devices: atabus0 atabus1 wd0
 [     2.248415] waiting for devices: atabus0 atabus1 wd0
 [     2.254873] waiting for devices: atabus0 atabus1 wd0
 [     2.261330] waiting for devices: atabus0 atabus1 wd0
 [     2.267788] waiting for devices: atabus0 atabus1 wd0
 [     2.274245] waiting for devices: atabus0 atabus1 wd0
 [     2.280703] waiting for devices: atabus0 atabus1 wd0
 [     2.287160] waiting for devices: atabus0 atabus1 wd0
 [     2.293618] waiting for devices: atabus0 atabus1 wd0
 [     2.300075] waiting for devices: atabus0 atabus1 wd0
 [     2.306533] waiting for devices: atabus0 atabus1 wd0
 [     2.312929] waiting for devices: atabus0 atabus1 wd0
 [     2.319384] waiting for devices: atabus0 atabus1 wd0
 [     2.325842] waiting for devices: atabus0 atabus1 wd0
 [     2.332300] waiting for devices: atabus0 atabus1 wd0
 [     2.338693] waiting for devices: atabus0 atabus1 wd0
 [     2.345151] waiting for devices: atabus0 atabus1 wd0
 [     2.351608] waiting for devices: atabus0 atabus1 wd0
 [     2.358003] waiting for devices: atabus0 atabus1 wd0
 [     2.364396] waiting for devices: atabus0 atabus1 wd0
 [     2.370854] waiting for devices: atabus0 atabus1 wd0
 [     2.377311] waiting for devices: atabus0 atabus1 wd0
 [     2.383769] waiting for devices: atabus0 atabus1 wd0
 [     2.390226] waiting for devices: atabus0 atabus1 wd0
 [     2.396684] waiting for devices: atabus0 atabus1 wd0
 [     2.403141] waiting for devices: atabus0 atabus1 wd0
 [     2.409598] waiting for devices: atabus0 atabus1 wd0
 [     2.416057] waiting for devices: atabus0 atabus1 wd0
 [     2.422514] waiting for devices: atabus0 atabus1 wd0
 [     2.428970] waiting for devices: atabus0 atabus1 wd0
 [     2.435429] waiting for devices: atabus0 atabus1 wd0
 [     2.441886] waiting for devices: atabus0 atabus1 wd0
 [     2.448343] waiting for devices: atabus0 atabus1 wd0
 [     2.454801] waiting for devices: atabus0 atabus1 wd0
 [     2.461258] waiting for devices: atabus0 atabus1 wd0
 [     2.467715] waiting for devices: atabus0 atabus1 wd0
 [     2.474173] waiting for devices: atabus0 atabus1 wd0
 [     2.480631] waiting for devices: atabus0 atabus1 wd0
 [     2.487027] waiting for devices: atabus0 atabus1 wd0
 [     2.493482] waiting for devices: atabus0 atabus1 wd0
 [     2.499939] waiting for devices: atabus0 atabus1 wd0
 [     2.506399] waiting for devices: atabus0 atabus1 wd0
 [     2.512918] waiting for devices: atabus0 atabus1 wd0
 [     2.519312] waiting for devices: atabus0 atabus1 wd0
 [     2.525769] waiting for devices: atabus0 atabus1 wd0
 [     2.532226] waiting for devices: atabus0 atabus1 wd0
 [     2.538684] waiting for devices: atabus0 atabus1 wd0
 [     2.545079] waiting for devices: atabus0 atabus1 wd0
 [     2.551535] waiting for devices: atabus0 atabus1 wd0
 [     2.557993] waiting for devices: atabus0 atabus1 wd0
 [     2.563184] wd0: soft error (corrected) xfer f5c
 [     2.564894] waiting for devices: atabus0 atabus1 wd0
 [     2.571351] waiting for devices: atabus0 atabus1 wd0
 [     2.577808] waiting for devices: atabus0 atabus1 wd0
 [     2.584266] waiting for devices: atabus0 atabus1 wd0
 [     2.590724] waiting for devices: atabus0 atabus1 wd0
 [     2.607184] waiting for devices: atabus0 atabus1
 [     2.610286] wd0: 32-bit data port
 [     2.610666] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA 
 mode 5 (Ultra/100)
 [     2.611493] wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 
 (Ultra/100) (using DMA)
 [     2.611932] crypto: assign driver 0, flags 2
 [     2.612064] crypto: driver 0 registers alg 1 flags 0 maxoplen 0
 [     2.612166] crypto: driver 0 registers alg 2 flags 0 maxoplen 0
 [     2.612268] crypto: driver 0 registers alg 3 flags 0 maxoplen 0
 [     2.612375] crypto: driver 0 registers alg 4 flags 0 maxoplen 0
 [     2.612479] crypto: driver 0 registers alg 5 flags 0 maxoplen 0
 [     2.612580] crypto: driver 0 registers alg 26 flags 0 maxoplen 0
 [     2.612681] crypto: driver 0 registers alg 27 flags 0 maxoplen 0
 [     2.612783] crypto: driver 0 registers alg 29 flags 0 maxoplen 0
 [     2.612885] crypto: driver 0 registers alg 33 flags 0 maxoplen 0
 [     2.612990] crypto: driver 0 registers alg 17 flags 0 maxoplen 0
 [     2.613090] crypto: driver 0 registers alg 6 flags 0 maxoplen 0
 [     2.613188] crypto: driver 0 registers alg 19 flags 0 maxoplen 0
 [     2.613288] crypto: driver 0 registers alg 7 flags 0 maxoplen 0
 [     2.613390] crypto: driver 0 registers alg 20 flags 0 maxoplen 0
 [     2.613514] crypto: driver 0 registers alg 15 flags 0 maxoplen 0
 [     2.613628] crypto: driver 0 registers alg 24 flags 0 maxoplen 0
 [     2.613729] crypto: driver 0 registers alg 25 flags 0 maxoplen 0
 [     2.613837] crypto: driver 0 registers alg 8 flags 0 maxoplen 0
 [     2.613937] crypto: driver 0 registers alg 21 flags 0 maxoplen 0
 [     2.614040] crypto: driver 0 registers alg 16 flags 0 maxoplen 0
 [     2.614141] crypto: driver 0 registers alg 9 flags 0 maxoplen 0
 [     2.614243] crypto: driver 0 registers alg 10 flags 0 maxoplen 0
 [     2.614344] crypto: driver 0 registers alg 13 flags 0 maxoplen 0
 [     2.614446] crypto: driver 0 registers alg 14 flags 0 maxoplen 0
 [     2.614549] crypto: driver 0 registers alg 28 flags 0 maxoplen 0
 [     2.614655] crypto: driver 0 registers alg 30 flags 0 maxoplen 0
 [     2.614761] crypto: driver 0 registers alg 31 flags 0 maxoplen 0
 [     2.614865] crypto: driver 0 registers alg 32 flags 0 maxoplen 0
 [     2.614971] crypto: driver 0 registers alg 11 flags 0 maxoplen 0
 [     2.615071] crypto: driver 0 registers alg 18 flags 0 maxoplen 0
 [     2.615173] crypto: driver 0 registers alg 23 flags 0 maxoplen 0
 [     2.615277] crypto: driver 0 registers alg 22 flags 0 maxoplen 0
 [     2.615380] cgd: self-test aes-xts-256
 [     2.615540] cgd: self-test aes-xts-512
 [     2.615730] cgd: self-test aes-cbc-128
 [     2.615857] cgd: self-test aes-cbc-256
 [     2.616047] cgd: self-test 3des-cbc-192
 [     2.616173] cgd: self-test blowfish-cbc-448
 [     2.616427] cgd: self-test aes-cbc-128 (encblkno8)
 [     2.616680] cgd: self-tests passed
 [     2.616934] swwdog0: software watchdog initialized
 [     2.777483] Searching for RAID components...
 [     2.847502] WARNING: 56 errors while detecting hardware; check 
 system log.
 [     2.847619] boot device: sd0
 [     2.847692] root on sd0a dumps on sd0b
 [     2.936450] root file system type: ffs
 [     2.956456] kern.module.path=/stand/i386/10.0/modules
 [     2.956777] pci_mem_find: void region
 [     2.956869] i915drmkms0: map 4 failed
 [     2.956967] pci_mem_find: void region
 [     2.957038] i915drmkms0: map 5 failed
 [     2.958545] i915drmkms0 {drm:netbsd:intel_uc_init_early+0x8a} 
 enable_guc=0 (guc:no submission:no huc:no)
 [     2.961014] {drm:netbsd:i915_gem_init__contexts+0x80} fake context 
 support initialized
 [     2.963047] pci_mem_find: void region
 [     2.963170] pci_mem_find: void region
 [     2.963293] pci_mem_find: void region
 [     2.963362] pci_mem_find: void region
 [     2.963486] pci_mem_find: void region
 [     2.963620] pci_mem_find: void region
 [     2.963799] pci_mem_find: void region
 [     2.963895] pci_mem_find: void region
 [     2.963989] pci_mem_find: void region
 [     2.964077] pci_mem_find: void region
 [     2.964179] pci_mem_find: void region
 [     2.964268] pci_mem_find: void region
 [     2.965255] {drm:netbsd:i915_ggtt_probe_hw+0x3f3} GGTT size = 256M
 [     2.966142] {drm:netbsd:i915_ggtt_probe_hw+0x41c} GMADR size = 256M
 [     2.967028] {drm:netbsd:i915_ggtt_probe_hw+0x44d} DSM size = 0M
 [     2.973615] {drm:netbsd:intel_opregion_setup+0x4e} graphic opregion 
 physical addr: 0x0
 [     2.974562] {drm:netbsd:intel_opregion_setup+0x6a3} ACPI OpRegion 
 not supported!
 [     2.974730] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [     2.974850] [drm] Driver supports precise vblank timestamp query.
 [     2.974954] pci_mem_find: void region
 [     2.975258] allocated pic ioapic0 type level pin 16 level 6 to cpu0 
 slot 5 idt entry 101
 [     2.975408] i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0)
 [     2.976778] {drm:netbsd:intel_dump_cdclk_state+0x47} Current CDCLK 
 190000 kHz, VCO 0 kHz, ref 0 kHz, bypass 0 kHz, voltage level 0
 [     2.977791] {drm:netbsd:intel_update_max_cdclk+0x8c} Max CD clock 
 rate: 190000 kHz
 [     2.978676] {drm:netbsd:intel_update_max_cdclk+0xaa} Max dotclock 
 rate: 342000 kHz
 [     2.979690] {drm:netbsd:intel_lvds_init+0x399} LVDS PPS:t1+t2 450 t3 
 500 t4 3000 t5 2000 tx 2000 divider 9999 port 0 powerdown_on_reset 0
 [     3.005519] [drm] Initialized overlay support.
 [     3.006406] {drm:netbsd:intel_engines_driver_register+0x109} renamed 
 rcs'0 to rcs0
 [     3.006596] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on 
 minor 0
 [     3.023182] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.025145] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.037680] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.042874] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.043694] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.044454] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.068068] intelfb0 at i915drmkms0
 [     3.068195] i915 device info: pciid=0x2592 rev=0x04 platform=I915GM 
 (subplatform=0x0) gen=3
 [     3.068408] i915 device info: engines: 1
 [     3.068460] i915 device info: gen: 3
 [     3.068576] i915 device info: gt: 0
 [     3.068659] i915 device info: iommu: n/a
 [     3.068705] i915 device info: memory-regions: 5
 [     3.068832] i915 device info: page-sizes: 1000
 [     3.068921] i915 device info: platform: I915GM
 [     3.069036] i915 device info: ppgtt-size: 0
 [     3.069091] i915 device info: ppgtt-type: 0
 [     3.069216] i915 device info: is_mobile: yes
 [     3.069302] i915 device info: is_lp: no
 [     3.069348] i915 device info: require_force_probe: no
 [     3.069481] i915 device info: is_dgfx: no
 [     3.069527] i915 device info: has_64bit_reloc: no
 [     3.069657] i915 device info: gpu_reset_clobbers_display: yes
 [     3.069768] i915 device info: has_reset_engine: no
 [     3.069863] i915 device info: has_fpga_dbg: no
 [     3.069909] i915 device info: has_global_mocs: no
 [     3.070045] i915 device info: has_gt_uc: no
 [     3.070095] i915 device info: has_l3_dpf: no
 [     3.070223] i915 device info: has_llc: no
 [     3.070307] i915 device info: has_logical_ring_contexts: no
 [     3.070417] i915 device info: has_logical_ring_elsq: no
 [     3.070537] i915 device info: has_logical_ring_preemption: no
 [     3.070644] i915 device info: has_pooled_eu: no
 [     3.070737] i915 device info: has_rc6: no
 [     3.070821] i915 device info: has_rc6p: no
 [     3.070867] i915 device info: has_rps: no
 [     3.070998] i915 device info: has_runtime_pm: no
 [     3.071045] i915 device info: has_snoop: yes
 [     3.071174] i915 device info: has_coherent_ggtt: yes
 [     3.071270] i915 device info: unfenced_needs_alignment: yes
 [     3.071374] i915 device info: hws_needs_physical: yes
 [     3.071424] i915 device info: cursor_needs_physical: yes
 [     3.071574] i915 device info: has_csr: no
 [     3.071624] i915 device info: has_ddi: no
 [     3.071745] i915 device info: has_dp_mst: no
 [     3.071833] i915 device info: has_dsb: no
 [     3.071879] i915 device info: has_dsc: no
 [     3.072001] i915 device info: has_fbc: no
 [     3.072085] i915 device info: has_gmch: yes
 [     3.072195] i915 device info: has_hdcp: no
 [     3.072246] i915 device info: has_hotplug: no
 [     3.072373] i915 device info: has_ipc: no
 [     3.072454] i915 device info: has_modular_fia: no
 [     3.072500] i915 device info: has_overlay: yes
 [     3.072635] i915 device info: has_psr: no
 [     3.072717] i915 device info: overlay_needs_physical: yes
 [     3.072820] i915 device info: supports_tv: yes
 [     3.072914] i915 device info: slice total: 0, mask=0000
 [     3.073015] i915 device info: subslice total: 0
 [     3.073104] i915 device info: EU total: 0
 [     3.073150] i915 device info: EU per subslice: 0
 [     3.073276] i915 device info: has slice power gating: no
 [     3.073323] i915 device info: has subslice power gating: no
 [     3.073480] i915 device info: has EU power gating: no
 [     3.073583] i915 device info: CS timestamp frequency: 0 kHz
 [     3.073703] [drm] DRM_I915_DEBUG enabled
 [     3.073789] [drm] DRM_I915_DEBUG_GEM enabled
 [     3.073957] intelfb0: framebuffer at 0xa0009000, size 1280x800, 
 depth 32, stride 5120
 [     3.076804] {drm:netbsd:i9xx_disable_backlight+0x29} set backlight 
 PWM = 0
 [     3.288318] acpibat0: workqueue busy: updates stopped
 [     3.645882] {drm:netbsd:i9xx_enable_backlight+0xf6} set backlight 
 PWM = 3984375
 [     3.648984] max_dotclock according to supported modes: 71000
 [     3.746099] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 
 emulation), using wskbd0
 [     3.748840] wsmux1: connecting to wsdisplay0
 [     3.751228] wskbd1: connecting to wsdisplay0
 [     3.786110] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.792821] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.801051] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.817575] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.823335] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     4.706930] WARNING: consolidating less than full entropy
 [     4.707058] entropy: best effort
 [     6.276659] /dev/sd0a: file system not clean (fs_clean=0); please 
 fsck(8)
 netbsd-nuc#



 netbsd-nuc# cat moredmesg

 (only last lines...)

 [   186.506906] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   186.506906] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   186.600690] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   186.600690] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   186.600690] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   192.187279] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   192.187279] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   192.283436] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   192.283436] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   192.378362] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   192.378362] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   192.473289] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   192.473289] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   192.567161] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   192.567161] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   192.660681] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   192.660681] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   192.660681] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   208.498878] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   208.498878] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   208.592922] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   208.592922] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   208.686881] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   208.686881] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   208.780578] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   208.780578] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   208.874801] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   208.874801] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   208.968848] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   208.968848] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   208.968848] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   209.059731] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   209.059731] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   209.154218] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   209.154218] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   209.186651] umass0: BBB reset failed, TIMEOUT
 [   209.248617] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   209.248617] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   209.343015] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   209.343015] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   209.436975] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   209.436975] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   209.530935] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   209.530935] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   209.531023] wd0d: error writing fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   209.807452] umass0: BBB reset failed, TIMEOUT
 [   209.889897] umass0: Invalid CSW: sig 0x43425355 should be 0x53425355
 [   211.106536] umass0: BBB reset failed, TIMEOUT
 [   211.133873] umass0: Invalid CSW: sig 0x43425355 should be 0x53425355
 [   211.142924] sd0a: error writing fsbn 2848 of 2848-2879 (sd0 bn 4896; 
 cn 2 tn 25 sn 0)
 [   212.226403] wd0: autoconfiguration error: wd_flushcache: 
 status=0x5128<TIMEOU>
 [   212.350510] umass0: BBB reset failed, TIMEOUT
 [   212.377933] umass0: Invalid CSW: sig 0x000161a0 should be 0x53425355
 [   213.594572] umass0: BBB reset failed, TIMEOUT
 [   213.620941] umass0: Invalid CSW: sig 0x000161a0 should be 0x53425355
 [   214.837581] umass0: BBB reset failed, TIMEOUT
 [   214.843030] sd0a: error writing fsbn 2816 of 2816-2847 (sd0 bn 4864; 
 cn 2 tn 24 sn 0)
 [   216.036641] umass0: BBB reset failed, TIMEOUT
 [   399.842490] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   399.842490] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   399.936800] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   399.936800] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   400.031111] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   400.031111] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   400.125423] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   400.125423] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   400.219734] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   400.219734] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   400.314133] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   400.314133] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   400.314133] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   411.205436] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   411.205436] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   411.299569] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   411.299569] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   411.393793] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   411.393793] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   411.488015] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   411.488015] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   411.581537] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   411.581537] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   411.675055] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   411.675055] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   411.675055] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   411.765676] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   411.765676] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   411.859461] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   411.859461] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   411.953069] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   411.953069] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   412.046851] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.046851] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   412.140722] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.140722] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   412.234506] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.234506] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   412.234506] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   412.325652] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.325652] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   412.419789] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.419789] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   412.514099] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.514099] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   412.608146] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.608146] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   412.702194] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.702194] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   412.796065] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.796065] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   412.796065] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   412.887212] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.887212] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   412.981787] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   412.981787] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   413.084009] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.084009] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   413.178410] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.178410] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   413.272631] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.272631] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   413.367557] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.367557] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   413.371513] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   413.473646] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.485425] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   413.587382] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.587382] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   413.681693] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.681693] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   413.776092] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.776092] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   413.870491] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.870627] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   413.964978] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   413.964978] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   413.965109] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   414.072299] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.072299] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 0
 [   414.166784] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.166784] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 1
 [   414.261183] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.261183] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 2
 [   414.355846] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.355846] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 3
 [   414.449717] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.449717] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 4
 [   414.544116] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.544116] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2)
 [   414.544248] wd0d: error reading fsbn 128 of 128-143 (wd0 bn 128; cn 
 0 tn 2 sn 2)
 [   414.646692] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.646783] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 0
 [   414.741176] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.753658] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 1
 [   414.856494] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.856494] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 2
 [   414.951244] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   414.951244] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 3
 [   415.045908] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.045908] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 4
 [   415.141979] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.141979] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16)
 [   415.145757] wd0d: error reading fsbn 16 of 16-31 (wd0 bn 16; cn 0 tn 
 0 sn 16)
 [   415.248856] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.248856] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 0
 [   415.343343] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.343343] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 1
 [   415.437919] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.437919] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 2
 [   415.532404] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.532404] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 3
 [   415.626803] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.626803] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 4
 [   415.721203] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.721203] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0)
 [   415.724631] wd0d: error reading fsbn 0 of 0-15 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   415.828259] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.828259] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 0
 [   415.922657] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   415.922745] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 1
 [   416.017232] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.017232] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 2
 [   416.111633] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.111633] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 3
 [   416.205942] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.206038] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 4
 [   416.300694] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.300694] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8)
 [   416.300825] wd0d: error reading fsbn 512 of 512-527 (wd0 bn 512; cn 
 0 tn 8 sn 8)
 [   416.408451] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.408451] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 0
 [   416.502940] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.516741] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 1
 [   416.620893] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.620893] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 2
 [   416.715643] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.715643] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 3
 [   416.810042] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.810042] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 4
 [   416.904444] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   416.904444] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2)
 [   416.904583] wd0d: error reading fsbn 128 of 128-143 (wd0 bn 128; cn 
 0 tn 2 sn 2)
 [   417.013255] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.013255] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 0
 [   417.108006] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.108006] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 1
 [   417.202405] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.202405] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 2
 [   417.296804] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.296893] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 3
 [   417.391115] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.391115] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 4
 [   417.485516] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.485516] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16)
 [   417.485653] wd0d: error reading fsbn 16 of 16-31 (wd0 bn 16; cn 0 tn 
 0 sn 16)
 [   417.593185] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.593185] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 0
 [   417.687409] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.687409] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 1
 [   417.781807] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.781807] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 2
 [   417.876206] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.876326] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 3
 [   417.970606] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   417.970693] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 4
 [   418.065092] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   418.065092] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0)
 [   418.065225] wd0d: error reading fsbn 0 of 0-15 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   418.173817] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   418.173817] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 0
 [   418.268304] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   418.268304] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 1
 [   418.362703] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   418.362703] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 2
 [   418.457278] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   418.457278] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 3
 [   418.551765] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   418.551765] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 4
 [   418.645725] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   418.645725] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8)
 [   418.649153] wd0d: error reading fsbn 512 of 512-527 (wd0 bn 512; cn 
 0 tn 8 sn 8)
 [   418.878207] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   418.878316] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   418.972341] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   418.972341] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   419.068147] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.068147] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   419.161755] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.161755] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   419.256241] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.256241] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   419.350819] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.350819] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   419.350949] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   419.457785] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.457785] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   419.552623] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.552623] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   419.647198] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.647198] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   419.741596] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.741596] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   419.835644] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.835644] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   419.930043] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   419.930043] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   419.930169] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   420.032441] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   420.032441] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 0
 [   420.126926] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   420.127063] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 1
 [   420.221326] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   420.221326] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 2
 [   420.316780] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   420.316780] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 3
 [   420.410651] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   420.410651] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 4
 [   420.505138] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   420.505138] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0)
 [   420.505266] wd0d: error reading fsbn 0 of 0-15 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   445.835173] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   445.835173] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   445.928694] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   445.928694] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   446.022477] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   446.022477] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   446.116085] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   446.116085] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   446.209605] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   446.209605] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   446.303125] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   446.303125] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   446.303125] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   459.267603] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   459.267603] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   459.361385] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   459.361385] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   459.455432] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   459.455432] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   459.549127] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   459.549127] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   459.643087] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   459.643087] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   459.737046] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   459.737046] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   459.737046] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   459.827754] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   459.827754] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   459.922065] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   459.922065] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   460.016027] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   460.016027] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   460.109632] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   460.109632] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   460.204120] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   460.204120] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   460.298606] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   460.298606] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   460.298606] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   474.780056] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   474.780056] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   474.873577] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   474.873577] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   474.967097] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   474.967097] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   475.060617] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   475.060617] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   475.154137] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   475.154137] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   475.247745] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   475.247745] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   475.247745] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   486.893626] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   486.893626] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   486.987759] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   486.987759] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   487.082069] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   487.082069] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   487.175853] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   487.175853] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   487.270516] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   487.270516] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   487.364914] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   487.364914] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   487.364914] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   487.915575] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   487.915575] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   488.009359] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.009359] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   488.103232] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.103232] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   488.197190] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.197190] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   488.290886] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.290886] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   488.384846] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.384846] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   488.384846] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   488.475553] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.475553] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   488.570127] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.570127] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   488.664615] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.664615] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   488.758486] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.758486] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   488.852182] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.852182] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   488.952821] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   488.952821] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   488.956953] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   493.982862] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   493.982862] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   494.077261] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   494.077261] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   494.171749] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   494.171749] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   494.266236] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   494.266236] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   494.360546] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   494.360546] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   494.454945] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   494.454945] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   494.454945] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   496.406736] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   496.406736] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   496.500255] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   496.500255] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   496.593951] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   496.593951] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   496.687735] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   496.687735] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   496.781430] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   496.781430] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   496.875391] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   496.875391] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   496.875391] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   496.966449] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   496.966449] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   497.060936] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.060936] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   497.155423] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.155423] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   497.249558] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.249558] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   497.343254] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.343254] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   497.437301] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.437301] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   497.437301] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   497.528536] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.528536] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   497.622496] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.622496] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   497.716455] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.716455] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   497.812085] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.812085] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   497.907099] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   497.907099] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   498.001497] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.001497] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   498.001497] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   498.092556] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.092556] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   498.186956] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.186956] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   498.288562] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.288562] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   498.382962] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.382962] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   498.477624] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.477624] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   498.572286] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.572286] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   498.572412] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   498.674772] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.674772] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   498.768906] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.768906] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   498.863218] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.863218] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   498.957616] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   498.957616] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   499.052016] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.052016] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   499.148349] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.148349] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   499.148476] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   499.250307] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.250307] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 0
 [   499.344969] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.344969] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 1
 [   499.439368] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.439368] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 2
 [   499.533766] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.533766] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 3
 [   499.628078] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.628078] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 4
 [   499.722391] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.722391] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2)
 [   499.722525] wd0d: error reading fsbn 128 of 128-143 (wd0 bn 128; cn 
 0 tn 2 sn 2)
 [   499.824962] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.824962] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 0
 [   499.919449] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   499.931930] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 1
 [   500.034591] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.034680] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 2
 [   500.130398] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.130398] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 3
 [   500.224886] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.224886] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 4
 [   500.319283] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.319283] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16)
 [   500.319412] wd0d: error reading fsbn 16 of 16-31 (wd0 bn 16; cn 0 tn 
 0 sn 16)
 [   500.422383] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.422383] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 0
 [   500.516606] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.516698] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 1
 [   500.611181] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.611181] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 2
 [   500.705931] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.705931] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 3
 [   500.799715] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.799715] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 4
 [   500.894204] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.894204] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0)
 [   500.894336] wd0d: error reading fsbn 0 of 0-15 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   500.997126] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   500.997126] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 0
 [   501.091526] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.091526] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 1
 [   501.186013] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.186013] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 2
 [   501.280412] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.280412] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 3
 [   501.374371] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.374371] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 4
 [   501.469561] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.469561] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8)
 [   501.469692] wd0d: error reading fsbn 512 of 512-527 (wd0 bn 512; cn 
 0 tn 8 sn 8)
 [   501.577408] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.590856] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 0
 [   501.694484] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.694572] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 1
 [   501.789058] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.789189] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 2
 [   501.883457] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.883457] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 3
 [   501.977857] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   501.977857] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2), xfer f5c, retry 4
 [   502.071552] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.071552] wd0d: device timeout reading fsbn 128 of 128-143 (wd0 bn 
 128; cn 0 tn 2 sn 2)
 [   502.071681] wd0d: error reading fsbn 128 of 128-143 (wd0 bn 128; cn 
 0 tn 2 sn 2)
 [   502.179750] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.179750] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 0
 [   502.274413] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.274413] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 1
 [   502.369076] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.369076] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 2
 [   502.463387] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.463387] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 3
 [   502.556906] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.556906] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16), xfer f5c, retry 4
 [   502.651306] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.651306] wd0d: device timeout reading fsbn 16 of 16-31 (wd0 bn 
 16; cn 0 tn 0 sn 16)
 [   502.651440] wd0d: error reading fsbn 16 of 16-31 (wd0 bn 16; cn 0 tn 
 0 sn 16)
 [   502.758890] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.758890] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 0
 [   502.853288] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.853288] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 1
 [   502.947862] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   502.947862] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 2
 [   503.042702] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.042702] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 3
 [   503.137100] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.137100] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 4
 [   503.231411] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.231411] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0)
 [   503.231544] wd0d: error reading fsbn 0 of 0-15 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   503.334687] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.334687] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 0
 [   503.429175] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.442974] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 1
 [   503.548096] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.548096] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 2
 [   503.642583] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.642583] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 3
 [   503.737158] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.737158] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8), xfer f5c, retry 4
 [   503.831557] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.831557] wd0d: device timeout reading fsbn 512 of 512-527 (wd0 bn 
 512; cn 0 tn 8 sn 8)
 [   503.834899] wd0d: error reading fsbn 512 of 512-527 (wd0 bn 512; cn 
 0 tn 8 sn 8)
 [   503.963399] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   503.963509] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   504.058852] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.058852] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   504.153603] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.153603] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   504.248003] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.248003] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   504.342050] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.342050] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   504.436449] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.436449] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   504.436576] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   504.540515] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.540515] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   504.635091] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.635091] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   504.729489] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.729489] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   504.824152] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.824152] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   504.918024] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   504.918024] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   505.012422] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   505.012422] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   505.012549] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   505.114822] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   505.114822] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 0
 [   505.209131] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   505.209131] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 1
 [   505.303530] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   505.303530] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 2
 [   505.398192] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   505.398192] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 3
 [   505.492855] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   505.492855] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0), xfer f5c, retry 4
 [   505.587254] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   505.587254] wd0d: device timeout reading fsbn 0 of 0-15 (wd0 bn 0; 
 cn 0 tn 0 sn 0)
 [   505.590506] wd0d: error reading fsbn 0 of 0-15 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   517.149544] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   517.149544] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   517.243064] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   517.243064] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   517.336585] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   517.336585] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   517.430192] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   517.430192] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   517.523888] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   517.523888] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   517.617585] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   517.617585] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   517.617585] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   535.377157] umass0: BBB reset failed, TIMEOUT
 [   535.942409] umass0: Invalid CSW: sig 0x43425355 should be 0x53425355
 [   537.159047] umass0: BBB reset failed, TIMEOUT
 [   537.185504] umass0: Invalid CSW: sig 0x43425355 should be 0x53425355
 [   538.402055] umass0: BBB reset failed, TIMEOUT
 [   538.407505] sd0a: error writing fsbn 2848 of 2848-2879 (sd0 bn 4896; 
 cn 2 tn 25 sn 0)
 [   539.601116] umass0: BBB reset failed, TIMEOUT
 [   541.759107] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   541.759107] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   541.853507] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   541.853507] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   541.947995] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   541.947995] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   542.042304] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   542.042304] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   542.135912] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   542.135912] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   542.230311] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   542.230311] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   542.230311] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   542.321369] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   542.321369] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   542.415768] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   542.415768] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   542.510255] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   542.510255] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   542.604742] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   542.604742] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   542.699141] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   542.699141] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   542.793452] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   542.793452] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   542.793452] wd0d: error writing fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   545.473100] wd0: autoconfiguration error: wd_flushcache: 
 status=0x5128<TIMEOU>
 [   547.774360] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   547.774360] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   547.867880] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   547.867880] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   547.961312] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   547.961312] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   548.054920] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   548.054920] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   548.148440] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   548.148440] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   548.241961] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   548.241961] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   548.241961] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   558.375785] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   558.375785] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   558.469832] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   558.469832] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   558.563704] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   558.563704] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   558.657841] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   558.657841] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   558.751535] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   558.751535] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   558.845318] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   558.845318] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   558.845318] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   575.646839] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   575.646839] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   575.740887] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   575.740887] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   575.834758] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   575.834758] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   575.928630] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   575.928630] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   576.022413] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   576.022413] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   576.116373] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   576.116373] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   576.116373] wd0d: error reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   576.206992] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   576.206992] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [   576.300865] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   576.300865] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 1
 [   576.395263] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   576.395263] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 2
 [   576.489486] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   576.489486] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 3
 [   576.583269] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   576.583269] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 4
 [   576.677229] piixide0:0:0: not ready, st=0xd0, err=0x00
 [   576.677229] wd0d: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0)
 [   576.677229] wd0d: error writing fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0)
 [   579.371028] wd0: autoconfiguration error: wd_flushcache: 
 status=0x5128<TIMEOU>
 [   719.910071] umass0: BBB reset failed, TIMEOUT
 [   720.293380] umass0: Invalid CSW: sig 0x43425355 should be 0x53425355
 [   721.512041] umass0: BBB reset failed, TIMEOUT
 [   721.542452] umass0: Invalid CSW: sig 0x43425355 should be 0x53425355
 [   722.762082] umass0: BBB reset failed, TIMEOUT
 [   722.769463] sd0a: error writing fsbn 2848 of 2848-2879 (sd0 bn 4896; 
 cn 2 tn 25 sn 0)
 [   723.968084] umass0: BBB reset failed, TIMEOUT
 [  7056.647474] umass0: BBB reset failed, TIMEOUT
 [  7057.025772] umass0: Invalid CSW: sig 0x43425355 should be 0x53425355
 [  7058.248388] umass0: BBB reset failed, TIMEOUT
 [  7058.281788] umass0: Invalid CSW: sig 0x43425355 should be 0x53425355
 [  7059.504404] umass0: BBB reset failed, TIMEOUT
 [  7059.516886] sd0a: error writing fsbn 2848 of 2848-2879 (sd0 bn 4896; 
 cn 2 tn 25 sn 0)
 [  7060.719462] umass0: BBB reset failed, TIMEOUT
 netbsd-nuc#


 Thanks so much
 Regards.
 Ramiro.








From: RVP <rvp@SDF.ORG>
To: Ramiro Aceves <ea1abz@gmail.com>
Cc: gnats-bugs@netbsd.org, martin@netbsd.org
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer keyboard
 does not work
Date: Tue, 9 Jan 2024 09:41:26 +0000 (UTC)

 On Mon, 8 Jan 2024, Ramiro Aceves wrote:

 > I started installation but soon appear many errors on wd0 hard drive. 
 > Installation was aborted with:
 >
 > "Rewrite of MBR failed. I can`t continue"
 >

 There are something like 55 errors in those logs. Normally I would've
 said that this HW was broken, but, as Linux runs fine on it, I have
 to say, instead, that your have a _very_ quirky machine.

 Can you also show the output of this command (drop into the shell from
 the installer):

 $ sysctl kern.timecounters

 Then, can you try these and see if they help:

 1. In BIOS,
     a. turn on CSM (BIOS) mode (ie. disable UEFI)
     b. turn off any `Fast Boot' setting

 If that doesn't help,

 2. In the NetBSD bootloader, turn off ACPI: boot -2

 You can, of course do both 1. and 2. together; but, try separately first.

 -RVP

From: Ramiro Aceves <ea1abz@gmail.com>
To: RVP <rvp@SDF.ORG>
Cc: gnats-bugs@netbsd.org, martin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer
 keyboard does not work
Date: Tue, 9 Jan 2024 12:25:28 +0100

 El 9/1/24 a las 10:41, RVP escribió:
 > On Mon, 8 Jan 2024, Ramiro Aceves wrote:
 > 
 >> I started installation but soon appear many errors on wd0 hard drive. 
 >> Installation was aborted with:
 >>
 >> "Rewrite of MBR failed. I can`t continue"
 >>
 > 
 > There are something like 55 errors in those logs. Normally I would've
 > said that this HW was broken, but, as Linux runs fine on it, I have
 > to say, instead, that your have a _very_ quirky machine.

 Hello RVP, many thanks for help!

 > 
 > Can you also show the output of this command (drop into the shell from
 > the installer):
 > 
 > $ sysctl kern.timecounters

 that variable with that exact name did not exist. I find 
 kern.timecounter.choice, kern.timecounter.hardware and 
 kern.timecounter.timestepwarnings. I have recorded all kernel vars just 
 if helps. Please see below.

 > 
 > Then, can you try these and see if they help:

 > 
 > 1. In BIOS,
 >     a. turn on CSM (BIOS) mode (ie. disable UEFI)
 >     b. turn off any `Fast Boot' setting

 None of that settings is available at the BIOS screen, I think this old 
 machine does not now anything about UEFI.
 BIOS settings are very simplyfied, I  have never been able to enter in 
 any avanced BIOS settings in this old machine.

 It is very odd because all the errors usually end in corrupting the 
 filesystem of the USB drive. fsck cannot repair the filesystem and had 
 to flash the USB drive several times.


 > 
 > If that doesn't help,
 > 
 > 2. In the NetBSD bootloader, turn off ACPI: boot -2

 That makes keyboard work! no errors! I have not tried to install until 
 your instructions say so.

 I have recorded dmesg with ACPI on and with ACPI off. Also recorded 
 kernel vars in both situations.


 Wait for instructions.
 Regards.

 ********************** DMESG WITH ACPI ON ****************************

 [     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
 2003,
 [     1.000000]     2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
 2012, 2013,
 [     1.000000]     2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 
 2022, 2023,
 [     1.000000]     2024
 [     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
 [     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
 [     1.000000]     The Regents of the University of California.  All 
 rights reserved.

 [     1.000000] NetBSD 10.0_RC2 (GENERIC) #0: Mon Jan  1 14:04:52 UTC 2024
 [     1.000000] 
 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/i386/compile/GENERIC
 [     1.000000] total memory = 2039 MB
 [     1.000000] avail memory = 1978 MB
 [     1.000000] timecounter: Timecounters tick every 10.000 msec
 [     1.000000] Kernelized RAIDframe activated
 [     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz 
 quality 100
 [     1.000004] mainbus0 (root)
 [     1.000004] ACPI: RSDP 0x00000000000E5010 000014 (v00 INSYDE)
 [     1.000004] ACPI: RSDT 0x000000007F7FB2BB 000034 (v01 INSYDE 
 RSDT_000 00000100 ABCD 00010200)
 [     1.000004] ACPI: FACP 0x000000007F7FFB00 000074 (v01 INSYDE 
 FACP_000 00000100 0000 00010200)
 [     1.000004] ACPI: DSDT 0x000000007F7FB920 0041DE (v01 COMPAL DL7x 
   00000001 INTL 02002036)
 [     1.000004] ACPI: FACS 0x000000007F7FFFC0 000040
 [     1.000004] ACPI: APIC 0x000000007F7FFB90 000068 (v01 STUPID 
 MAPIC_00 30307830 ABCD 00010200)
 [     1.000004] ACPI: SSDT 0x000000007F7FB4C7 000277 (v01 PmRef  Cpu0Ist 
   00003000 INTL 20030522)
 [     1.000004] ACPI: SSDT 0x000000007F7FB2EF 0001D8 (v01 PmRef  Cpu0Cst 
   00003001 INTL 20030522)
 [     1.000004] ACPI: 3 ACPI AML tables successfully acquired and loaded
 [     1.000004] ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 0x20, 
 24 pins
 [     1.000004] cpu0 at mainbus0 apid 0
 [     1.000004] cpu0: Use lfence to serialize rdtsc
 [     1.000004] cpu0: Intel(R) Pentium(R) M processor 1.86GHz, id 0x6d8
 [     1.000004] cpu0: node 0, package 0, core 0, smt 0
 [     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
 [     1.000004] acpi0: X/RSDT: OemId <INSYDE,RSDT_000,00000100>, AslId 
 <ABCD,00010200>
 [     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.028342] acpiec0 at acpi0 (EC0, PNP0C09): io 0x62,0x66
 [     1.028342] acpilid0 at acpi0 (LID0, PNP0C0D): ACPI Lid Switch
 [     1.028342] acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [     1.028342] acpibut1 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 [     1.028342] acpivga0 at acpi0 (GFX0): ACPI Display Adapter
 [     1.028342] acpiout0 at acpivga0 (LCD, 0x0400): ACPI Display Output 
 Device
 [     1.028342] acpiout1 at acpivga0 (CRT1, 0x0100): ACPI Display Output 
 Device
 [     1.028342] acpiout2 at acpivga0 (DTV1, 0x0200): ACPI Display Output 
 Device
 [     1.028342] acpivga0: connected output devices:
 [     1.028342] acpivga0:   0x0100 (acpiout1): Ext. Monitor, head 0, 
 bios detect
 [     1.028342] acpivga0:   0x0400 (acpiout0): Unknown Output Device, 
 head 0, bios detect
 [     1.028342] acpivga0:   0x0200 (acpiout2): TV, head 0, bios detect
 [     1.028342] FWHD (INT0800) at acpi0 not configured
 [     1.028342] MATH (PNP0C04) at acpi0 not configured
 [     1.028342] attimer1 at acpi0 (TIMR, PNP0100): io 
 0x40-0x43,0x50-0x53 irq 0
 [     1.028342] acpiacad0 at acpi0 (ACAD, ACPI0003): ACPI AC Adapter
 [     1.028342] acpibat0 at acpi0 (BAT1, PNP0C0A-1): ACPI Battery
 [     1.028342] pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 
 irq 1
 [     1.028342] pckbc2 at acpi0 (PS2M, PNP0F13) (aux port): irq 12
 [     1.028342] apm0 at acpi0: Power Management spec V1.2
 [     1.028342] ACPI: Enabled 4 GPEs in block 00 to 1F
 [     1.028342] pckbd0 at pckbc1 (kbd slot)
 [     1.028342] pckbc1: using irq 1 for kbd slot
 [     1.028342] wskbd0 at pckbd0: console keyboard
 [     1.028342] autoconfiguration error: pckbc: aux echo error 1
 [     1.028342] autoconfiguration error: pckbc: cmd word write error
 [     1.028342] pci0 at mainbus0 bus 0: configuration mode 1
 [     1.028342] pci0: i/o space, memory space enabled, rd/line, rd/mult, 
 wr/inv ok
 [     1.028342] pchb0 at pci0 dev 0 function 0: Intel 
 82915PM/GM/GMS,82910GML Host Bridge (rev. 0x04)
 [     1.028342] agp0 at pchb0: i915-family chipset
 [     1.028342] agp0: detected 7932k stolen memory
 [     1.028342] agp0: aperture at 0xa0000000, size 0x10000000
 [     1.028342] i915drmkms0 at pci0 dev 2 function 0: Intel 
 82915GM/GMS,82910GML Integrated Graphics Device (rev. 0x04)
 [     1.028342] Intel 82915GM/GMS IGD Companion (miscellaneous display, 
 revision 0x04) at pci0 dev 2 function 1 not configured
 [     1.028342] uhci0 at pci0 dev 29 function 0: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.028342] uhci0: interrupting at ioapic0 pin 23
 [     1.028342] usb0 at uhci0: USB revision 1.0
 [     1.028342] uhci1 at pci0 dev 29 function 1: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.028342] uhci1: interrupting at ioapic0 pin 19
 [     1.028342] usb1 at uhci1: USB revision 1.0
 [     1.028342] uhci2 at pci0 dev 29 function 2: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.028342] uhci2: interrupting at ioapic0 pin 18
 [     1.028342] usb2 at uhci2: USB revision 1.0
 [     1.028342] uhci3 at pci0 dev 29 function 3: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.028342] uhci3: interrupting at ioapic0 pin 16
 [     1.028342] usb3 at uhci3: USB revision 1.0
 [     1.028342] ehci0 at pci0 dev 29 function 7: Intel 82801FB/FR USB 
 EHCI Controller (rev. 0x04)
 [     1.028342] ehci0: 64-bit DMA - limited
 [     1.028342] ehci0: interrupting at ioapic0 pin 23
 [     1.028342] ehci0: EHCI version 0.0
 [     1.028342] ehci0: wrong number of companions (0 != 4)
 [     1.028342] ehci0: Using DMA subregion for control data structures
 [     1.028342] ehci0: autoconfiguration error: reset timeout
 [     1.028342] ehci0: autoconfiguration error: init failed, error=5
 [     1.028342] ppb0 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI 
 Bridge (rev. 0xd4)
 [     1.028342] pci1 at ppb0 bus 1
 [     1.028342] pci1: i/o space, memory space enabled
 [     1.028342] fwohci0 at pci1 dev 0 function 0: VIA Technologies 
 VT6306 IEEE 1394 Host Controller (rev. 0x80)
 [     1.028342] fwohci0: interrupting at ioapic0 pin 20
 [     1.028342] fwohci0: OHCI version 1.0 (ROM=1)
 [     1.028342] fwohci0: No. of Isochronous channels is 4.
 [     1.028342] fwohci0: EUI64 00:02:3f:59:88:40:01:0f
 [     1.028342] fwohci0: Phy 1394a available S400, 2 ports.
 [     1.028342] fwohci0: Link S400, max_rec 512 bytes.
 [     1.028342] fwohci0: max_rec 512 -> 2048
 [     1.028342] ieee1394if0 at fwohci0: IEEE1394 bus
 [     1.028342] fwip0 at ieee1394if0: IP over IEEE1394
 [     1.028342] fwohci0: Initiate bus reset
 [     1.028342] re0 at pci1 dev 1 function 0: RealTek 8169/8110 Gigabit 
 Ethernet (rev. 0x10)
 [     1.028342] re0: interrupting at ioapic0 pin 21
 [     1.028342] re0: RTL8169/8110SB (0x1000)
 [     1.028342] re0: Ethernet address 00:0f:b0:93:6f:e1
 [     1.028342] re0: using 256 tx descriptors
 [     1.028342] rgephy0 at re0 phy 7: RTL8211B 1000BASE-T media interface
 [     1.028342] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 
 1000baseT, 1000baseT-FDX, auto
 [     1.028342] iwi0 at pci1 dev 2 function 0: Intel PRO/Wireless LAN 
 2200BG Mini-PCI Adapter (rev. 0x05)
 [     1.028342] iwi0: interrupting at ioapic0 pin 22
 [     1.028342] iwi0: 802.11 address 00:13:ce:6b:7d:01
 [     1.028342] cbb0 at pci1 dev 4 function 0: ENE Technology CB710 
 CardBus Controller (rev. 0x00)
 [     1.028342] ENE Technology product 0530 (flash memory) at pci1 dev 4 
 function 1 not configured
 [     1.028342] sdhc0 at pci1 dev 4 function 2: ENE Technology 
 CB712/714/810 PCI SD Card Reader Controller (rev. 0x00)
 [     1.028342] sdhc0: interrupting at ioapic0 pin 17
 [     1.028342] sdhc0: SDHC 1.0, rev 0, caps <01e021a1/00000000>, SDMA, 
 33000 kHz, HS 3.3V, 512 byte blocks
 [     1.028342] sdmmc0 at sdhc0 slot 0
 [     1.028342] cbb0: cacheline 0x8 lattimer 0x40
 [     1.028342] cbb0: bhlc 0x824008
 [     1.028342] cbb0: autoconfiguration error: secondary bus number 
 uninitialized; try PCI_BUS_FIXUP
 [     1.028342] cbb0: interrupting at ioapic0 pin 16
 [     1.028342] cardslot0 at cbb0
 [     1.028342] pcmcia0 at cardslot0
 [     1.028342] auich0 at pci0 dev 30 function 2: i82801FB (ICH6) AC-97 
 Audio
 [     1.028342] auich0: interrupting at ioapic0 pin 17
 [     1.028342] auich0: ac97: Avance Logic unknown (0x414c4752) codec; 
 headphone, 20 bit DAC, 18 bit ADC, no 3D stereo
 [     1.028342] auich0: ac97: ext id 0xa07<AC97_23,AMAP,SPDIF,DRA,VRA>
 [     1.028342] Intel 82801FB/FR AC'97 Modem Controller (modem 
 communications, revision 0x04) at pci0 dev 30 function 3 not configured
 [     1.028342] ichlpcib0 at pci0 dev 31 function 0: Intel 82801FBM 
 ICH6M LPC Interface Bridge (rev. 0x04)
 [     1.028342] timecounter: Timecounter "ichlpcib0" frequency 3579545 
 Hz quality 1000
 [     1.028342] ichlpcib0: 24-bit timer
 [     1.028342] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [     1.028342] tco0: Min/Max interval 1/367 seconds
 [     1.028342] piixide0 at pci0 dev 31 function 1: Intel 82801FB IDE 
 Controller (ICH6) (rev. 0x04)
 [     1.028342] piixide0: bus-master DMA support present
 [     1.028342] piixide0: primary channel configured to compatibility mode
 [     1.028342] piixide0: primary channel interrupting at ioapic0 pin 14
 [     1.028342] atabus0 at piixide0 channel 0
 [     1.028342] piixide0: secondary channel configured to compatibility mode
 [     1.028342] piixide0: secondary channel interrupting at ioapic0 pin 15
 [     1.028342] atabus1 at piixide0 channel 1
 [     1.028342] ichsmb0 at pci0 dev 31 function 3: Intel 82801FB/FR 
 SMBus Controller (rev. 0x04)
 [     1.028342] ichsmb0: interrupting at ioapic0 pin 19
 [     1.028342] iic0 at ichsmb0: I2C bus
 [     1.028342] isa0 at ichlpcib0
 [     1.028342] pcppi0 at isa0 port 0x61
 [     1.028342] midi0 at pcppi0: PC speaker
 [     1.028342] sysbeep0 at pcppi0
 [     1.028342] attimer1: attached to pcppi0
 [     1.028342] acpicpu0 at cpu0: ACPI CPU
 [     1.028342] acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 [     1.028342] acpicpu0: C2: I/O, lat   1 us, pow     0 mW
 [     1.028342] acpicpu0: C3: I/O, lat  85 us, pow     0 mW
 [     1.028342] acpicpu0: P0: I/O, lat 110 us, pow 27000 mW, 1867 MHz
 [     1.028342] acpicpu0: P1: I/O, lat 110 us, pow 23000 mW, 1600 MHz
 [     1.028342] acpicpu0: P2: I/O, lat 110 us, pow 20000 mW, 1333 MHz
 [     1.028342] acpicpu0: P3: I/O, lat 110 us, pow 17000 mW, 1067 MHz
 [     1.028342] acpicpu0: P4: I/O, lat 110 us, pow 13000 mW,  800 MHz
 [     1.028342] acpicpu0: T0: I/O, lat   1 us, pow     0 mW, 100 %
 [     1.028342] acpicpu0: T1: I/O, lat   1 us, pow     0 mW,  88 %
 [     1.028342] acpicpu0: T2: I/O, lat   1 us, pow     0 mW,  76 %
 [     1.028342] acpicpu0: T3: I/O, lat   1 us, pow     0 mW,  64 %
 [     1.028342] acpicpu0: T4: I/O, lat   1 us, pow     0 mW,  52 %
 [     1.028342] acpicpu0: T5: I/O, lat   1 us, pow     0 mW,  40 %
 [     1.028342] acpicpu0: T6: I/O, lat   1 us, pow     0 mW,  28 %
 [     1.028342] acpicpu0: T7: I/O, lat   1 us, pow     0 mW,  16 %
 [     1.028342] fwohci0: BUS reset
 [     1.028342] fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode
 [     1.028342] ieee1394if0: 1 nodes, maxhop <= 0 cable IRM irm(0) (me)
 [     1.028342] ieee1394if0: bus manager 0
 [     1.028342] WARNING: system needs entropy for security; see entropy(7)
 [     1.028342] timecounter: Timecounter "clockinterrupt" frequency 100 
 Hz quality 0
 [     1.927199] auich0: measured ac97 link rate at 48000 Hz
 [     1.927452] audio0 at auich0: playback, capture, full duplex, 
 independent
 [     1.928405] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for playback
 [     1.928567] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for recording
 [     1.929133] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.929556] uhub0 at usb2: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.929778] uhub0: 2 ports with 2 removable, self powered
 [     1.929975] uhub1 at usb3: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.930228] uhub1: 2 ports with 2 removable, self powered
 [     1.930395] uhub2 at usb0: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.930648] uhub2: 2 ports with 2 removable, self powered
 [     1.930816] uhub3 at usb1: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.931080] uhub3: 2 ports with 2 removable, self powered
 [     1.931658] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.931912] acpiacad0: AC adapter online.
 [     1.932330] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.933258] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.933677] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.934434] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.935025] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.935698] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.936370] atapibus0 at atabus0: 2 targets
 [     1.937378] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.937884] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.938388] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.938810] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.939229] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.939566] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.939902] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.940239] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.940660] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.940996] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.941333] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.941753] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1600 (err 35)
 [     1.942090] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.942511] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.942847] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.943269] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.943604] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.943941] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.944447] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.944782] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.946549] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.946886] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1333 (err 35)
 [     1.947306] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.947643] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.947979] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.948316] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.948739] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.949073] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.949412] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.949831] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.950167] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.950504] acpicpu0: autoconfiguration error: failed to set 
 frequency to 1067 (err 35)
 [     1.950924] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.951261] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.951597] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.952019] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.952439] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.952776] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.953112] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.953532] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.953869] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.954206] acpicpu0: autoconfiguration error: failed to set 
 frequency to 800 (err 35)
 [     1.955637] IPsec: Initialized Security Association Processing.
 [     1.996357] uhidev0 at uhub0 port 1 configuration 1 interface 0
 [     1.996611] uhidev0: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     2.008475] ukbd0 at uhidev0
 [     2.008641] wskbd1 at ukbd0 mux 1
 [     2.008980] uhidev1 at uhub0 port 1 configuration 1 interface 1
 [     2.009160] uhidev1: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     2.014449] umass0 at uhub2 port 1 configuration 1 interface 0
 [     2.014620] umass0: vendor 13fe (0x13fe) USB DISK Pro (0x1f20), rev 
 2.00/1.10, addr 2
 [     2.014785] umass0: using SCSI over Bulk-Only
 [     2.019919] scsibus0 at umass0: 2 targets, 2 luns per target
 [     2.024712] autoconfiguration error: piixide0:0:1: lost interrupt
 [     2.024712] 	type: ata tc_bcount: 512 tc_skip: 0
 [     2.024879] wd0 at atabus0 drive 0
 [     2.030265] uhidev1: 3 report ids
 [     2.030517] ums0 at uhidev1 reportid 1: 5 buttons and Z dir
 [     2.030769] wsmouse0 at ums0 mux 0
 [     2.031024] uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0
 [     2.031360] uhid1 at uhidev1 reportid 3: input=2, output=0, feature=0
 [     2.031778] sd0 at scsibus0 target 0 lun 0: <, USB DISK Pro, PMAP> 
 disk removable
 [     2.046337] sd0: 7646 MB, 30584 cyl, 16 head, 32 sec, 512 bytes/sect 
 x 15659008 sectors
 [     2.098498] wd0: <IC25N080ATMR04-0>
 [     2.098598] wd0: drive supports 16-sector PIO transfers, LBA48 
 addressing
 [     2.098598] wd0: 76319 MB, 155061 cyl, 16 head, 63 sec, 512 
 bytes/sect x 156301488 sectors
 [     2.121382] sd1 at scsibus0 target 0 lun 1: <, USB DISK Pro, PMAP> 
 disk removable
 [     2.143342] sd1: 1440 KB, 80 cyl, 2 head, 18 sec, 512 bytes/sect x 
 2880 sectors
 [     2.185073] piixide0:0:0: recal timed out
 [     2.185163] wd0d: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 
 sn 0), xfer f5c, retry 0
 [     2.477106] waiting for devices: atabus0 atabus1 wd0
 [     2.537349] wd0: soft error (corrected) xfer f5c
 [     2.584467] wd0: 32-bit data port
 [     2.584716] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA 
 mode 5 (Ultra/100)
 [     2.585473] wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 
 (Ultra/100) (using DMA)
 [     2.586736] swwdog0: software watchdog initialized
 [     2.958361] WARNING: 56 errors while detecting hardware; check 
 system log.
 [     2.958485] boot device: sd0
 [     2.958547] root on sd0a dumps on sd0b
 [     3.046367] root file system type: ffs
 [     3.066307] kern.module.path=/stand/i386/10.0/modules
 [     3.074638] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [     3.074760] [drm] Driver supports precise vblank timestamp query.
 [     3.075060] i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0)
 [     3.104588] [drm] Initialized overlay support.
 [     3.104757] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on 
 minor 0
 [     3.121499] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.123603] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.136055] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.141271] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.142281] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.143290] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.165756] intelfb0 at i915drmkms0
 [     3.165923] [drm] DRM_I915_DEBUG enabled
 [     3.166059] [drm] DRM_I915_DEBUG_GEM enabled
 [     3.166175] intelfb0: framebuffer at 0xa0009000, size 1280x800, 
 depth 32, stride 5120
 [     3.455601] acpibat0: workqueue busy: updates stopped
 [     3.863994] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 
 emulation), using wskbd0
 [     3.868690] wsmux1: connecting to wsdisplay0
 [     3.868710] wskbd1: connecting to wsdisplay0
 [     3.903117] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.914391] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.931386] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.947877] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     3.957217] warning: 
 /usr/src/sys/external/bsd/drm2/dist/drm/drm_vblank.c:1206: vblank wait 
 timed out on crtc 0
 [     4.833991] entropy: best effort




 ********************** DMESG WITH ACPI OFF ****************************


 [     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
 2003,
 [     1.000000]     2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
 2012, 2013,
 [     1.000000]     2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 
 2022, 2023,
 [     1.000000]     2024
 [     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
 [     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
 [     1.000000]     The Regents of the University of California.  All 
 rights reserved.

 [     1.000000] NetBSD 10.0_RC2 (GENERIC) #0: Mon Jan  1 14:04:52 UTC 2024
 [     1.000000] 
 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/i386/compile/GENERIC
 [     1.000000] total memory = 2039 MB
 [     1.000000] avail memory = 1978 MB
 [     1.000000] timecounter: Timecounters tick every 10.000 msec
 [     1.000000] Kernelized RAIDframe activated
 [     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz 
 quality 100
 [     1.000004] mainbus0 (root)
 [     1.000004] cpu0 at mainbus0
 [     1.000004] ACPI Error: AE_BAD_PARAMETER, Thread 3242924096 could 
 not acquire Mutex [ACPI_MTX_Tables] (0x2) (20221020/utmutex-326)
 [     1.000004] cpu0: Use lfence to serialize rdtsc
 [     1.000004] cpu0: Intel(R) Pentium(R) M processor 1.86GHz, id 0x6d8
 [     1.000004] cpu0: node 0, package 0, core 0, smt 0
 [     1.000004] pci0 at mainbus0 bus 0: configuration mode 1
 [     1.000004] pci0: i/o space, memory space enabled, rd/line, rd/mult, 
 wr/inv ok
 [     1.000004] pchb0 at pci0 dev 0 function 0: Intel 
 82915PM/GM/GMS,82910GML Host Bridge (rev. 0x04)
 [     1.000004] agp0 at pchb0: i915-family chipset
 [     1.000004] agp0: detected 7932k stolen memory
 [     1.000004] agp0: aperture at 0xa0000000, size 0x10000000
 [     1.000004] i915drmkms0 at pci0 dev 2 function 0: Intel 
 82915GM/GMS,82910GML Integrated Graphics Device (rev. 0x04)
 [     1.000004] Intel 82915GM/GMS IGD Companion (miscellaneous display, 
 revision 0x04) at pci0 dev 2 function 1 not configured
 [     1.000004] uhci0 at pci0 dev 29 function 0: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.000004] uhci0: interrupting at irq 7
 [     1.000004] usb0 at uhci0: USB revision 1.0
 [     1.000004] uhci1 at pci0 dev 29 function 1: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.000004] uhci1: interrupting at irq 3
 [     1.000004] usb1 at uhci1: USB revision 1.0
 [     1.000004] uhci2 at pci0 dev 29 function 2: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.000004] uhci2: interrupting at irq 11
 [     1.000004] usb2 at uhci2: USB revision 1.0
 [     1.000004] uhci3 at pci0 dev 29 function 3: Intel 82801FB/FR USB 
 UHCI Controller (rev. 0x04)
 [     1.000004] uhci3: interrupting at irq 11
 [     1.000004] usb3 at uhci3: USB revision 1.0
 [     1.000004] ehci0 at pci0 dev 29 function 7: Intel 82801FB/FR USB 
 EHCI Controller (rev. 0x04)
 [     1.000004] ehci0: 64-bit DMA - limited
 [     1.000004] ehci0: interrupting at irq 7
 [     1.000004] ehci0: EHCI version 1.0
 [     1.000004] ehci0: 4 companion controllers, 2 ports each: uhci0 
 uhci1 uhci2 uhci3
 [     1.000004] ehci0: Using DMA subregion for control data structures
 [     1.000004] usb4 at ehci0: USB revision 2.0
 [     1.000004] ppb0 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI 
 Bridge (rev. 0xd4)
 [     1.000004] pci1 at ppb0 bus 1
 [     1.000004] pci1: i/o space, memory space enabled
 [     1.000004] fwohci0 at pci1 dev 0 function 0: VIA Technologies 
 VT6306 IEEE 1394 Host Controller (rev. 0x80)
 [     1.000004] fwohci0: interrupting at irq 10
 [     1.000004] fwohci0: OHCI version 1.0 (ROM=1)
 [     1.000004] fwohci0: No. of Isochronous channels is 4.
 [     1.000004] fwohci0: EUI64 00:02:3f:59:88:40:01:0f
 [     1.000004] fwohci0: Phy 1394a available S400, 2 ports.
 [     1.000004] fwohci0: Link S400, max_rec 512 bytes.
 [     1.000004] fwohci0: max_rec 512 -> 2048
 [     1.000004] ieee1394if0 at fwohci0: IEEE1394 bus
 [     1.000004] fwip0 at ieee1394if0: IP over IEEE1394
 [     1.000004] fwohci0: Initiate bus reset
 [     1.000004] re0 at pci1 dev 1 function 0: RealTek 8169/8110 Gigabit 
 Ethernet (rev. 0x10)
 [     1.000004] re0: interrupting at irq 11
 [     1.000004] re0: RTL8169/8110SB (0x1000)
 [     1.000004] re0: Ethernet address 00:0f:b0:93:6f:e1
 [     1.000004] re0: using 256 tx descriptors
 [     1.000004] rgephy0 at re0 phy 7: RTL8211B 1000BASE-T media interface
 [     1.000004] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 
 1000baseT, 1000baseT-FDX, auto
 [     1.000004] iwi0 at pci1 dev 2 function 0: Intel PRO/Wireless LAN 
 2200BG Mini-PCI Adapter (rev. 0x05)
 [     1.000004] iwi0: interrupting at irq 11
 [     1.000004] iwi0: 802.11 address 00:13:ce:6b:7d:01
 [     1.000004] cbb0 at pci1 dev 4 function 0: ENE Technology CB710 
 CardBus Controller (rev. 0x00)
 [     1.000004] ENE Technology product 0530 (flash memory) at pci1 dev 4 
 function 1 not configured
 [     1.000004] sdhc0 at pci1 dev 4 function 2: ENE Technology 
 CB712/714/810 PCI SD Card Reader Controller (rev. 0x00)
 [     1.000004] sdhc0: interrupting at irq 5
 [     1.000004] sdhc0: SDHC 1.0, rev 0, caps <01e021a1/00000000>, SDMA, 
 33000 kHz, HS 3.3V, 512 byte blocks
 [     1.000004] sdmmc0 at sdhc0 slot 0
 [     1.000004] cbb0: cacheline 0x8 lattimer 0x40
 [     1.000004] cbb0: bhlc 0x824008
 [     1.000004] cbb0: autoconfiguration error: secondary bus number 
 uninitialized; try PCI_BUS_FIXUP
 [     1.000004] pci_intr_map: no mapping for pin A (line=ff)
 [     1.000004] cbb0: autoconfiguration error: couldn't map interrupt
 [     1.000004] cardslot0 at cbb0
 [     1.000004] pcmcia0 at cardslot0
 [     1.000004] auich0 at pci0 dev 30 function 2: i82801FB (ICH6) AC-97 
 Audio
 [     1.000004] auich0: interrupting at irq 5
 [     1.000004] auich0: ac97: Avance Logic unknown (0x414c4752) codec; 
 headphone, 20 bit DAC, 18 bit ADC, no 3D stereo
 [     1.000004] auich0: ac97: ext id 0xa07<AC97_23,AMAP,SPDIF,DRA,VRA>
 [     1.000004] Intel 82801FB/FR AC'97 Modem Controller (modem 
 communications, revision 0x04) at pci0 dev 30 function 3 not configured
 [     1.000004] ichlpcib0 at pci0 dev 31 function 0: Intel 82801FBM 
 ICH6M LPC Interface Bridge (rev. 0x04)
 [     1.000004] timecounter: Timecounter "ichlpcib0" frequency 3579545 
 Hz quality 1000
 [     1.005016] ichlpcib0: 24-bit timer
 [     1.005016] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [     1.005016] tco0: Min/Max interval 1/367 seconds
 [     1.005016] piixide0 at pci0 dev 31 function 1: Intel 82801FB IDE 
 Controller (ICH6) (rev. 0x04)
 [     1.005016] piixide0: bus-master DMA support present
 [     1.005016] piixide0: primary channel configured to compatibility mode
 [     1.005016] piixide0: primary channel interrupting at irq 14
 [     1.005016] atabus0 at piixide0 channel 0
 [     1.005016] piixide0: secondary channel configured to compatibility mode
 [     1.005016] piixide0: secondary channel interrupting at irq 15
 [     1.005016] atabus1 at piixide0 channel 1
 [     1.005016] ichsmb0 at pci0 dev 31 function 3: Intel 82801FB/FR 
 SMBus Controller (rev. 0x04)
 [     1.005016] ichsmb0: interrupting at irq 3
 [     1.005016] iic0 at ichsmb0: I2C bus
 [     1.005016] isa0 at ichlpcib0
 [     1.005016] pckbc0 at isa0 port 0x60-0x64
 [     1.005016] pckbd0 at pckbc0 (kbd slot)
 [     1.005016] pckbc0: using irq 1 for kbd slot
 [     1.005016] wskbd0 at pckbd0: console keyboard
 [     1.005016] pms0 at pckbc0 (aux slot)
 [     1.005016] pms0: ALPS PS/2 V2 pointing device
 [     1.005016] pckbc0: using irq 12 for aux slot
 [     1.005016] wsmouse0 at pms0 mux 0
 [     1.005016] attimer0 at isa0 port 0x40-0x43
 [     1.005016] pcppi0 at isa0 port 0x61
 [     1.005016] midi0 at pcppi0: PC speaker
 [     1.005016] sysbeep0 at pcppi0
 [     1.005016] attimer0: attached to pcppi0
 [     1.005016] est0 at cpu0: Enhanced SpeedStep
 [     1.005016] fwohci0: BUS reset
 [     1.005016] fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode
 [     1.005016] ieee1394if0: 1 nodes, maxhop <= 0 cable IRM irm(0) (me)
 [     1.005016] ieee1394if0: bus manager 0
 [     1.005016] WARNING: system needs entropy for security; see entropy(7)
 [     1.240990] timecounter: Timecounter "clockinterrupt" frequency 100 
 Hz quality 0
 [     1.573960] auich0: measured ac97 link rate at 48000 Hz
 [     1.573960] audio0 at auich0: playback, capture, full duplex, 
 independent
 [     1.573960] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for playback
 [     1.573960] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) 
 for recording
 [     1.573960] uhub0 at usb0: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.573960] uhub0: 2 ports with 2 removable, self powered
 [     1.573960] uhub1 at usb1: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.573960] uhub1: 2 ports with 2 removable, self powered
 [     1.573960] uhub2 at usb2: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.573960] uhub2: 2 ports with 2 removable, self powered
 [     1.573960] uhub3 at usb3: NetBSD (0x0000) UHCI root hub (0x0000), 
 class 9/0, rev 1.00/1.00, addr 1
 [     1.573960] uhub3: 2 ports with 2 removable, self powered
 [     1.573960] uhub4 at usb4: NetBSD (0x0000) EHCI root hub (0x0000), 
 class 9/0, rev 2.00/1.00, addr 1
 [     1.573960] uhub4: 8 ports with 8 removable, self powered
 [     1.583961] IPsec: Initialized Security Association Processing.
 [     1.593961] atapibus0 at atabus0: 2 targets
 [     1.673961] cd0 at atapibus0 drive 1: <TSSTcorpCD/DVDW TS-L632B, 
 95WK401090, TI33> cdrom removable
 [     1.683963] cd0: 32-bit data port
 [     1.683963] cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA 
 mode 2 (Ultra/33)
 [     1.683963] wd0 at atabus0 drive 0
 [     1.693963] wd0: <IC25N080ATMR04-0>
 [     1.693963] wd0: drive supports 16-sector PIO transfers, LBA48 
 addressing
 [     1.693963] wd0: 76319 MB, 155061 cyl, 16 head, 63 sec, 512 
 bytes/sect x 156301488 sectors
 [     2.123969] wd0: 32-bit data port
 [     2.123969] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA 
 mode 5 (Ultra/100)
 [     2.123969] wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 
 (Ultra/100) (using DMA)
 [     2.123969] cd0(piixide0:0:1): using PIO mode 4, Ultra-DMA mode 2 
 (Ultra/33) (using DMA)
 [     2.643977] umass0 at uhub4 port 1 configuration 1 interface 0
 [     2.643977] umass0: vendor 13fe (0x13fe) USB DISK Pro (0x1f20), rev 
 2.00/1.10, addr 2
 [     2.643977] umass0: using SCSI over Bulk-Only
 [     2.643977] scsibus0 at umass0: 2 targets, 2 luns per target
 [     2.643977] sd0 at scsibus0 target 0 lun 0: <, USB DISK Pro, PMAP> 
 disk removable
 [     2.653977] sd0: 7646 MB, 30584 cyl, 16 head, 32 sec, 512 bytes/sect 
 x 15659008 sectors
 [     2.663977] sd1 at scsibus0 target 0 lun 1: <, USB DISK Pro, PMAP> 
 disk removable
 [     2.663977] sd1: 1440 KB, 80 cyl, 2 head, 18 sec, 512 bytes/sect x 
 2880 sectors
 [     3.293986] swwdog0: software watchdog initialized
 [     4.164000] WARNING: 2 errors while detecting hardware; check system 
 log.
 [     4.164000] boot device: sd0
 [     4.164000] root on sd0a dumps on sd0b
 [     4.174000] root file system type: ffs
 [     4.174000] kern.module.path=/stand/i386/10.0/modules
 [     4.174000] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [     4.174000] [drm] Driver supports precise vblank timestamp query.
 [     4.174000] i915drmkms0: interrupting at irq 11 (i915drmkms0)
 [     4.204001] [drm] Initialized overlay support.
 [     4.204001] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on 
 minor 0
 [     4.354011] intelfb0 at i915drmkms0
 [     4.354011] [drm] DRM_I915_DEBUG enabled
 [     4.354011] [drm] DRM_I915_DEBUG_GEM enabled
 [     4.354011] intelfb0: framebuffer at 0xa0009000, size 1280x800, 
 depth 32, stride 5120
 [     4.934013] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 
 emulation), using wskbd0
 [     4.934013] wsmux1: connecting to wsdisplay0
 [     5.094015] entropy: best effort
 [     5.114018] uhidev0 at uhub2 port 1 configuration 1 interface 0
 [     5.114018] uhidev0: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     5.124015] ukbd0 at uhidev0
 [     5.124015] wskbd1 at ukbd0 mux 1
 [     5.124015] wskbd1: connecting to wsdisplay0
 [     5.134018] uhidev1 at uhub2 port 1 configuration 1 interface 1
 [     5.134018] uhidev1: vendor 1997 (0x1997) mini keyboard (0x2433), 
 rev 1.10/1.10, addr 2, iclass 3/1
 [     5.144019] uhidev1: 3 report ids
 [     5.144019] ums0 at uhidev1 reportid 1: 5 buttons and Z dir
 [     5.144019] wsmouse1 at ums0 mux 0
 [     5.144019] uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0
 [     5.144019] uhid1 at uhidev1 reportid 3: input=2, output=0, feature=0



 ************************** KERNEL VARS ACPI ON***************

 netbsd-nuc# cat kernvars_ACPI_ON | grep timecount
 kern.timecounter.choice = TSC(q=-100, f=15668420 Hz) clockinterrupt(q=0, 
 f=100 Hz) lapic(q=-100, f=1119000 Hz) ichlpcib0(q=1000, f=3579545 Hz) 
 ACPI-Fast(q=1000, f=3579545 Hz) i8254(q=100, f=1193182 Hz) 
 dummy(q=-1000000, f=1000000 Hz)
 kern.timecounter.hardware = ACPI-Fast
 kern.timecounter.timestepwarnings = 0


 ************************** KERNEL VARS ACPI OFF***************

 netbsd-nuc# cat kernvars_ACPI_OFF | grep timecount
 kern.timecounter.choice = TSC(q=-100, f=1895447880 Hz) 
 clockinterrupt(q=0, f=100 Hz) ichlpcib0(q=1000, f=3579545 Hz) 
 i8254(q=100, f=1193182 Hz) dummy(q=-1000000, f=1000000 Hz)
 kern.timecounter.hardware = ichlpcib0
 kern.timecounter.timestepwarnings = 0

 Regards.
 Ramiro.




 > 
 > You can, of course do both 1. and 2. together; but, try separately first.
 > 
 > -RVP





From: RVP <rvp@SDF.ORG>
To: Ramiro Aceves <ea1abz@gmail.com>
Cc: gnats-bugs@netbsd.org, martin@netbsd.org
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer keyboard
 does not work
Date: Tue, 9 Jan 2024 11:58:52 +0000 (UTC)

 On Tue, 9 Jan 2024, Ramiro Aceves wrote:

 > ************************** KERNEL VARS ACPI ON***************
 >
 > netbsd-nuc# cat kernvars_ACPI_ON | grep timecount
 > kern.timecounter.choice = TSC(q=-100, f=15668420 Hz) clockinterrupt(q=0, 
 > f=100 Hz) lapic(q=-100, f=1119000 Hz) ichlpcib0(q=1000, f=3579545 Hz) 
 > ACPI-Fast(q=1000, f=3579545 Hz) i8254(q=100, f=1193182 Hz) dummy(q=-1000000, 
 > f=1000000 Hz)
 > kern.timecounter.hardware = ACPI-Fast
 > kern.timecounter.timestepwarnings = 0
 >
 >
 > ************************** KERNEL VARS ACPI OFF***************
 >
 > netbsd-nuc# cat kernvars_ACPI_OFF | grep timecount
 > kern.timecounter.choice = TSC(q=-100, f=1895447880 Hz) clockinterrupt(q=0, 
 > f=100 Hz) ichlpcib0(q=1000, f=3579545 Hz) i8254(q=100, f=1193182 Hz) 
 > dummy(q=-1000000, f=1000000 Hz)
 > kern.timecounter.hardware = ichlpcib0
 > kern.timecounter.timestepwarnings = 0
 >


 Hmm. Can you patch `/etc/rc' on the USB-installer as before so that it does:

 sysctl -w kern.timecounter.hardware=ichlpcib0	# try, i8254 next

 before the installer starts.

 If it neither `ichlpcib0' nor `i8254' complete a NETBSD installation without
 errors, then go with `boot -2'. That looks like it does the trick with this
 screwy laptop of yours. :)

 -RVP

From: Ramiro Aceves <ea1abz@gmail.com>
To: RVP <rvp@SDF.ORG>
Cc: gnats-bugs@netbsd.org, martin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer
 keyboard does not work
Date: Tue, 9 Jan 2024 13:24:03 +0100

 El 9/1/24 a las 12:58, RVP escribió:
 > On Tue, 9 Jan 2024, Ramiro Aceves wrote:
 > 
 >> ************************** KERNEL VARS ACPI ON***************
 >>
 >> netbsd-nuc# cat kernvars_ACPI_ON | grep timecount
 >> kern.timecounter.choice = TSC(q=-100, f=15668420 Hz) 
 >> clockinterrupt(q=0, f=100 Hz) lapic(q=-100, f=1119000 Hz) 
 >> ichlpcib0(q=1000, f=3579545 Hz) ACPI-Fast(q=1000, f=3579545 Hz) 
 >> i8254(q=100, f=1193182 Hz) dummy(q=-1000000, f=1000000 Hz)
 >> kern.timecounter.hardware = ACPI-Fast
 >> kern.timecounter.timestepwarnings = 0
 >>
 >>
 >> ************************** KERNEL VARS ACPI OFF***************
 >>
 >> netbsd-nuc# cat kernvars_ACPI_OFF | grep timecount
 >> kern.timecounter.choice = TSC(q=-100, f=1895447880 Hz) 
 >> clockinterrupt(q=0, f=100 Hz) ichlpcib0(q=1000, f=3579545 Hz) 
 >> i8254(q=100, f=1193182 Hz) dummy(q=-1000000, f=1000000 Hz)
 >> kern.timecounter.hardware = ichlpcib0
 >> kern.timecounter.timestepwarnings = 0
 >>
 > 
 > 
 > Hmm. Can you patch `/etc/rc' on the USB-installer as before so that it 
 > does:
 > 
 > sysctl -w kern.timecounter.hardware=ichlpcib0    # try, i8254 next


 Hello:

 I modified /etc/rc like this:




 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 # <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>

 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH

 mount -u /
 mount -t tmpfs tmpfs /tmp
 #sysctl -w kern.timecounter.hardware=ichlpcib0
 sysctl -w kern.timecounter.hardware=i8254


 # create a gettytab to autologin and run sysinst
 echo "# Autostart sysinst" > /tmp/gettytab



 I have tried both entering in the installer normaly, without boot -2 
 (ACPI ON)

 with ichlpcib0 I see no errors but internal keyboard does not work. 
 Repetitions on the external keyboard. Same as at the beginning.

 i8254 plenty of errors.

 Thanks.


 > 
 > before the installer starts.
 > 
 > If it neither `ichlpcib0' nor `i8254' complete a NETBSD installation 
 > without
 > errors, then go with `boot -2'. That looks like it does the trick with this
 > screwy laptop of yours. :)
 > 
 > -RVP

From: Ramiro Aceves <ea1abz@gmail.com>
To: RVP <rvp@SDF.ORG>
Cc: gnats-bugs@netbsd.org, martin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer
 keyboard does not work
Date: Tue, 9 Jan 2024 16:15:46 +0100

 El 9/1/24 a las 12:58, RVP escribió:
 > On Tue, 9 Jan 2024, Ramiro Aceves wrote:
 > 
 >> ************************** KERNEL VARS ACPI ON***************
 >>
 >> netbsd-nuc# cat kernvars_ACPI_ON | grep timecount
 >> kern.timecounter.choice = TSC(q=-100, f=15668420 Hz) 
 >> clockinterrupt(q=0, f=100 Hz) lapic(q=-100, f=1119000 Hz) 
 >> ichlpcib0(q=1000, f=3579545 Hz) ACPI-Fast(q=1000, f=3579545 Hz) 
 >> i8254(q=100, f=1193182 Hz) dummy(q=-1000000, f=1000000 Hz)
 >> kern.timecounter.hardware = ACPI-Fast
 >> kern.timecounter.timestepwarnings = 0
 >>
 >>
 >> ************************** KERNEL VARS ACPI OFF***************
 >>
 >> netbsd-nuc# cat kernvars_ACPI_OFF | grep timecount
 >> kern.timecounter.choice = TSC(q=-100, f=1895447880 Hz) 
 >> clockinterrupt(q=0, f=100 Hz) ichlpcib0(q=1000, f=3579545 Hz) 
 >> i8254(q=100, f=1193182 Hz) dummy(q=-1000000, f=1000000 Hz)
 >> kern.timecounter.hardware = ichlpcib0
 >> kern.timecounter.timestepwarnings = 0
 >>
 > 
 > 
 > Hmm. Can you patch `/etc/rc' on the USB-installer as before so that it 
 > does:
 > 
 > sysctl -w kern.timecounter.hardware=ichlpcib0    # try, i8254 next
 > 
 > before the installer starts.
 > 
 > If it neither `ichlpcib0' nor `i8254' complete a NETBSD installation 
 > without
 > errors, then go with `boot -2'. That looks like it does the trick with this
 > screwy laptop of yours. :)
 > 
 > -RVP

 Installed NetBSD succesfully with boot -2
 Wireless working. Ssh working. Everyting seems smooth now.

 Added boot -2 at /boot.cfg menu (if not, ACPI on again leads to plenty 
 of errors)

 netbsd-compal# cat /boot.cfg
 menu=Boot normally:rndseed /var/db/entropy-file;boot -2
 menu=Boot single user:rndseed /var/db/entropy-file;boot -s2
 menu=Drop to boot prompt:prompt
 default=1
 timeout=5
 clear=1

 Thanks.
 Regards.

NetBSD Home
NetBSD PR Database Search

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