virtio drivers not being found on RELENG_14 from Apr 7th ?

From: mike tancsa <mike_at_sentex.net>
Date: Tue, 08 Apr 2025 16:24:20 UTC
I updated one of my build VMs to today's kernel and the VM no longer 
sees the virtio drivers.  The previous kernel was from late March. I am 
going to try and narrow it down. But anyone have any ideas what it might 
be ?

diff between boot verbose below.


--- good.txt    2025-04-08 12:19:49.666832308 -0400
+++ bad.txt    2025-04-08 12:19:12.106697473 -0400
@@ -1,35 +1,77 @@
  Loading /boot/loader.conf.local
  Loading kernel...
-/boot/kernel.good/kernel text=0x17dfb0 text=0xd7fa48 text=0x432bad 
data=0x180+0xe80 data=0x187590+0x478a70 0x8+0x18d458+0x8+0x1b1269
+/boot/kernel/kernel text=0x17e3a0 text=0xd83658 text=0x43332d 
data=0x180+0xe80 data=0x187590+0x478a70 0x8+0x18d878+0x8+0x1b197a
  Loading configured modules...
  /etc/hostid size=0x25
-/boot/kernel.good/pflog.ko size 0x3c58 at 0x213f000
+/boot/kernel/pflog.ko size 0x3c58 at 0x2140000
  loading required module 'pf'
-/boot/kernel.good/pf.ko size 0x8f098 at 0x2143000
-/boot/kernel.good/zfs.ko size 0x5e9340 at 0x21d3000
-/boot/kernel.good/cryptodev.ko size 0x7808 at 0x27bd000
+/boot/kernel/pf.ko size 0x8f098 at 0x2144000
  /boot/entropy size=0x1000
+/boot/kernel/zfs.ko size 0x5e9340 at 0x21d5000
+/boot/kernel/cryptodev.ko size 0x7808 at 0x27bf000
  ---<<BOOT>>---
+Copyright (c) 1992-2023 The FreeBSD Project.
+Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
+        The Regents of the University of California. All rights reserved.
+FreeBSD is a registered trademark of The FreeBSD Foundation.
+FreeBSD 14.2-STABLE stable/14-0c3357dfa18f GENERIC amd64
+FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git 
llvmorg-19.1.7-0-gcd708029e0b2)
+VT(vga): text 80x25
+CPU: Intel(R) Xeon(R) CPU E5-2690 v4 @ 2.60GHz (2600.04-MHz K8-class CPU)
+  Origin="GenuineIntel"  Id=0x406f1  Family=0x6  Model=0x4f Stepping=1
+ 
Features=0xf83fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE,SSE2,SS>
+ 
Features2=0xfffab223<SSE3,PCLMULQDQ,VMX,SSSE3,FMA,CX16,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND,HV>
+  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
+  AMD Features2=0x121<LAHF,ABM,Prefetch>
+  Structured Extended 
Features=0x1c0fbb<FSGSBASE,TSCADJ,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP>
+  Structured Extended Features2=0x4<UMIP>
+  Structured Extended 
Features3=0xac000400<MD_CLEAR,IBPB,STIBP,ARCH_CAP,SSBD>
+  XSAVE Features=0x1<XSAVEOPT>
+  IA32_ARCH_CAPS=0x48<SKIP_L1DFL_VME>
+  AMD Extended Feature Extensions ID EBX=0x100d000<IBPB,IBRS,STIBP,SSBD>
+  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
+Hypervisor: Origin = "KVMKVMKVM"
+real memory  = 17179869184 (16384 MB)
+avail memory = 16587747328 (15819 MB)
+Event timer "LAPIC" quality 600
+ACPI APIC Table: <BOCHS  BXPC    >
+FreeBSD/SMP: Multiprocessor System Detected: 12 CPUs
+FreeBSD/SMP: 12 package(s) x 1 core(s)
+random: registering fast source Intel Secure Key RNG
+random: fast provider: "Intel Secure Key RNG"
+random: unblocking device.
+Loading /boot/loader.conf.local
+Loading kernel...
+/boot/kernel/kernel text=0x17e3a0 text=0xd83658 text=0x43332d 
data=0x180+0xe80 data=0x187590+0x478a70 0x8+0x18d878+0x8+0x1b197a
+Loading configured modules...
+/boot/kernel/cryptodev.ko size 0x7808 at 0x2140000
+/boot/kernel/pflog.ko size 0x3c58 at 0x2148000
+loading required module 'pf'
+/boot/kernel/pf.ko size 0x8f098 at 0x214c000
+/etc/hostid size=0x25
+/boot/kernel/zfs.ko size 0x5e9340 at 0x21dc000
+/boot/entropy size=0x1000
+---<<BOOT>>---
  APIC: Using the MADT enumerator.
  Copyright (c) 1992-2023 The FreeBSD Project.
  Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
          The Regents of the University of California. All rights reserved.
  FreeBSD is a registered trademark of The FreeBSD Foundation.
-FreeBSD 14.2-STABLE stable/14-4a328b804996 GENERIC amd64
+FreeBSD 14.2-STABLE stable/14-0c3357dfa18f GENERIC amd64
  FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git 
llvmorg-19.1.7-0-gcd708029e0b2)
  PPIM 0: PA=0xb8000, VA=0xffffffff83010000, size=0x8000, mode=0
  pmap: large map 8 PML4 slots (4096 GB)
  VT(vga): text 80x25
-Preloaded elf kernel "/boot/kernel.good/kernel" at 0xffffffff82891000.
-Preloaded hostuuid "/etc/hostid" at 0xffffffff8289a240.
-Preloaded elf obj module "/boot/kernel.good/pflog.ko" at 
0xffffffff8289a290.
-Preloaded elf obj module "/boot/kernel.good/pf.ko" at 0xffffffff8289a900.
-Preloaded elf obj module "/boot/kernel.good/zfs.ko" at 0xffffffff8289b1a8.
-Preloaded elf obj module "/boot/kernel.good/cryptodev.ko" at 
0xffffffff8289ba18.
-Preloaded boot_entropy_cache "/boot/entropy" at 0xffffffff8289c208.
-Preloaded TSLOG data "TSLOG" at 0xffffffff8289c260.
-Early TSC frequency 2600111950Hz calibrated from 8254 PIT
-CPU: Intel(R) Xeon(R) CPU E5-2690 v4 @ 2.60GHz (2600.11-MHz K8-class CPU)
+Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff82889000.
+Preloaded elf obj module "/boot/kernel/cryptodev.ko" at 0xffffffff82892238.
+Preloaded elf obj module "/boot/kernel/pflog.ko" at 0xffffffff82892a28.
+Preloaded elf obj module "/boot/kernel/pf.ko" at 0xffffffff82893090.
+Preloaded hostuuid "/etc/hostid" at 0xffffffff82893938.
+Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff82893988.
+Preloaded boot_entropy_cache "/boot/entropy" at 0xffffffff828941f0.
+Preloaded TSLOG data "TSLOG" at 0xffffffff82894248.
+Early TSC frequency 2600093840Hz calibrated from 8254 PIT
+CPU: Intel(R) Xeon(R) CPU E5-2690 v4 @ 2.60GHz (2600.09-MHz K8-class CPU)
    Origin="GenuineIntel"  Id=0x406f1  Family=0x6  Model=0x4f Stepping=1
Features=0xf83fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE,SSE2,SS>
Features2=0xfffab223<SSE3,PCLMULQDQ,VMX,SSSE3,FMA,CX16,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND,HV>
@@ -62,7 +104,7 @@
  0x0000000002c01000 - 0x000000007ffd7fff, 2101178368 bytes (512983 pages)
  0x0000000100001000 - 0x0000000462897fff, 14538076160 bytes (3549335 pages)
  0x000000047fe00000 - 0x000000047ff67fff, 1474560 bytes (360 pages)
-avail memory = 16587747328 (15819 MB)
+avail memory = 16587751424 (15819 MB)
  MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
  SMP: Added CPU 0 (AP)
  MADT: Found CPU APIC ID 1 ACPI ID 1: enabled
@@ -196,36 +238,21 @@
       ID: 0x00000000   VER: 0x00050014 LDR: 0x00000001 DFR: 0x00000000 
x2APIC: 1
    lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
    timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
-SMP: AP CPU #7 Launched!
-cpu7 AP:
-     ID: 0x00000007   VER: 0x00050014 LDR: 0x00000080 DFR: 0x00000000 
x2APIC: 1
-  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
-  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
-SMP: AP CPU #11 Launched!
-cpu11 AP:
-     ID: 0x0000000b   VER: 0x00050014 LDR: 0x00000800 DFR: 0x00000000 
x2APIC: 1
-  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
-  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
-SMP: AP CPU #5 Launched!
-cpu5 AP:
-     ID: 0x00000005   VER: 0x00050014 LDR: 0x00000020 DFR: 0x00000000 
x2APIC: 1
-  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
-  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
-SMP: AP CPU #9 Launched!
-cpu9 AP:
-     ID: 0x00000009   VER: 0x00050014 LDR: 0x00000200 DFR: 0x00000000 
x2APIC: 1
-  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
-  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
  SMP: AP CPU #10 Launched!
  cpu10 AP:
       ID: 0x0000000a   VER: 0x00050014 LDR: 0x00000400 DFR: 0x00000000 
x2APIC: 1
    lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
    timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
-SMP: AP CPU #1 Launched!
-cpu1 AP:
-     ID: 0x00000001   VER: 0x00050014 LDR: 0x00000002 DFR: 0x00000000 
x2APIC: 1
+SMP: AP CPU #2 Launched!
+cpu2 AP:
+     ID: 0x00000002   VER: 0x00050014 LDR: 0x00000004 DFR: 0x00000000 
x2APIC: 1
    lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
    timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
+SMP: AP CPU #6 Launched!
+cpu6 AP:
+     ID: 0x00000006   VER: 0x00050014 LDR: 0x00000040 DFR: 0x00000000 
x2APIC: 1
+  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
+  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
  SMP: AP CPU #3 Launched!
  cpu3 AP:
       ID: 0x00000003   VER: 0x00050014 LDR: 0x00000008 DFR: 0x00000000 
x2APIC: 1
@@ -236,21 +263,36 @@
       ID: 0x00000004   VER: 0x00050014 LDR: 0x00000010 DFR: 0x00000000 
x2APIC: 1
    lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
    timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
-SMP: AP CPU #2 Launched!
-cpu2 AP:
-     ID: 0x00000002   VER: 0x00050014 LDR: 0x00000004 DFR: 0x00000000 
x2APIC: 1
+SMP: AP CPU #9 Launched!
+cpu9 AP:
+     ID: 0x00000009   VER: 0x00050014 LDR: 0x00000200 DFR: 0x00000000 
x2APIC: 1
    lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
    timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
-SMP: AP CPU #6 Launched!
-cpu6 AP:
-     ID: 0x00000006   VER: 0x00050014 LDR: 0x00000040 DFR: 0x00000000 
x2APIC: 1
-  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
-  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
  SMP: AP CPU #8 Launched!
  cpu8 AP:
       ID: 0x00000008   VER: 0x00050014 LDR: 0x00000100 DFR: 0x00000000 
x2APIC: 1
    lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
    timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
+SMP: AP CPU #7 Launched!
+cpu7 AP:
+     ID: 0x00000007   VER: 0x00050014 LDR: 0x00000080 DFR: 0x00000000 
x2APIC: 1
+  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
+  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
+SMP: AP CPU #1 Launched!
+cpu1 AP:
+     ID: 0x00000001   VER: 0x00050014 LDR: 0x00000002 DFR: 0x00000000 
x2APIC: 1
+  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
+  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
+SMP: AP CPU #11 Launched!
+cpu11 AP:
+     ID: 0x0000000b   VER: 0x00050014 LDR: 0x00000800 DFR: 0x00000000 
x2APIC: 1
+  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
+  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
+SMP: AP CPU #5 Launched!
+cpu5 AP:
+     ID: 0x00000005   VER: 0x00050014 LDR: 0x00000020 DFR: 0x00000000 
x2APIC: 1
+  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
+  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
  No TSX change made
  TSC timecounter disables C2 and C3.
  TSC timecounter discards lower 1 bit(s)
@@ -271,7 +313,8 @@
  Timecounter "kvmclock" frequency 1000000000 Hz quality 975
  kvmclock0: registered as a time-of-day clock, resolution 0.000001s
  smbios0: <System Management BIOS> at iomem 0xf5a70-0xf5a8e
-smbios0: Version: 2.8, BCD Revision: 2.8
+smbios0: Entry point: v2.1 (32-bit), Version: 2.8, BCD Revision: 2.8
+smbios0: Entry Point Revision: 0
  crypto: assign cryptosoft0 driver id 0, flags 0x6000000
  aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
  crypto: assign aesni0 driver id 1, flags 0xe000000
@@ -534,176 +577,87 @@
  vgapci0: <VGA-compatible display> port 0xc040-0xc05f mem 
0xf4000000-0xf7ffffff,0xf8000000-0xfbffffff,0xfca10000-0xfca11fff irq 21 
at device 1.0 on pci0
  vgapci0: Boot video device
  pcib1: <ACPI PCI-PCI bridge> mem 0xfca12000-0xfca12fff irq 22 at 
device 2.0 on pci0
-pcib1: Unable to activate hot plug feature.
  pcib0: allocated type 3 (0xfc800000-0xfc9fffff) for rid 20 of pcib1
  pcib0: allocated type 3 (0xfea00000-0xfebfffff) for rid 24 of pcib1
+pcib1: attempting to allocate 1 MSI-X vectors (1 supported)
+msi: routing MSI-X IRQ 24 to local APIC 2 vector 48
+pcib1: using IRQ 24 for MSI-X
+pcib1: HotPlug command: 01c0 -> 17fb
  pcib1:   domain            0
  pcib1:   secondary bus     1
  pcib1:   subordinate bus   1
  pcib1:   memory decode     0xfc800000-0xfc9fffff
  pcib1:   prefetched decode 0xfea00000-0xfebfffff
  pcib1: could not get PCI interrupt routing table for \_SB_.PCI0.S10_ - 
AE_NOT_FOUND
-pci1: <ACPI PCI bus> on pcib1
-pcib1: allocated bus range (1-1) for rid 0 of pci1
-pci1: domain=0, physical bus=1
-found-> vendor=0x1af4, dev=0x1041, revid=0x01
-        domain=0, bus=1, slot=0, func=0
-        class=02-00-00, hdrtype=0x00, mfdev=0
-        cmdreg=0x0103, statreg=0x0010, cachelnsz=0 (dwords)
-        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
-        intpin=a, irq=11
-        powerspec 3  supports D0 D3  current D0
-        MSI-X supports 4 messages in map 0x14
-        map[14]: type Memory, range 32, base 0xfc880000, size 12, enabled
-pcib1: allocated memory range (0xfc880000-0xfc880fff) for rid 14 of 
pci0:1:0:0
-        map[20]: type Prefetchable Memory, range 64, base 0xfea00000, 
size 14, enabled
-pcib1: allocated prefetch range (0xfea00000-0xfea03fff) for rid 20 of 
pci0:1:0:0
-pcib0: matched entry for 0.2.INTA (src \_SB_.GSIG:0)
-pcib0: slot 2 INTA routed to irq 22 via \_SB_.GSIG
-pcib1: slot 0 INTA is routed to irq 22
-virtio_pci0: <VirtIO PCI (modern) Network adapter> mem 
0xfc880000-0xfc880fff,0xfea00000-0xfea03fff irq 22 at device 0.0 on pci1
-vtnet0: <VirtIO Networking Adapter> on virtio_pci0
-virtio_pci0: host features: 0x130bfffa7 
<Version1,RingEventIdx,RingIndirectDesc,CtrlMacAddr,GuestAnnounce,CtrlRxModeExtra,CtrlVLANFilter,CtrlRxMode,CtrlVq,Status,MrgRxBuf,TxUFO,TxTSOECN,TxTSOv6,TxTSOv4,RxUFO,RxLROECN,RxLROv6,RxLROv4,MAC,CtrlRxOffloads,RxChecksum,TxChecksum>
-virtio_pci0: negotiated features: 0x1308fbba7 
<Version1,RingEventIdx,RingIndirectDesc,CtrlMacAddr,CtrlVLANFilter,CtrlRxMode,CtrlVq,Status,MrgRxBuf,TxTSOECN,TxTSOv6,TxTSOv4,RxLROECN,RxLROv6,RxLROv4,MAC,CtrlRxOffloads,RxChecksum,TxChecksum>
-vtnet0: bpf attached
-vtnet0: Ethernet address: 52:54:00:a4:fb:0f
-virtio_pci0: attempting to allocate 3 MSI-X vectors (4 supported)
-msi: routing MSI-X IRQ 24 to local APIC 2 vector 48
-msi: routing MSI-X IRQ 25 to local APIC 3 vector 48
-msi: routing MSI-X IRQ 26 to local APIC 4 vector 48
-virtio_pci0: using IRQs 24-26 for MSI-X
-virtio_pci0: using per VQ MSIX interrupts
-vtnet0: netmap queues/slots: TX 1/256, RX 1/128
-000.000074 [ 452] vtnet_netmap_attach       vtnet attached txq=1, 
txd=256 rxq=1, rxd=128
  pcib2: <ACPI PCI-PCI bridge> mem 0xfca13000-0xfca13fff irq 22 at 
device 2.1 on pci0
-pcib2: Unable to activate hot plug feature.
  pcib0: allocated type 3 (0xfc600000-0xfc7fffff) for rid 20 of pcib2
  pcib0: allocated type 3 (0xfe800000-0xfe9fffff) for rid 24 of pcib2
+pcib2: attempting to allocate 1 MSI-X vectors (1 supported)
+msi: routing MSI-X IRQ 25 to local APIC 3 vector 48
+pcib2: using IRQ 25 for MSI-X
+pcib2: HotPlug command: 01c0 -> 17fb
  pcib2:   domain            0
  pcib2:   secondary bus     2
  pcib2:   subordinate bus   2
  pcib2:   memory decode     0xfc600000-0xfc7fffff
  pcib2:   prefetched decode 0xfe800000-0xfe9fffff
  pcib2: could not get PCI interrupt routing table for \_SB_.PCI0.S11_ - 
AE_NOT_FOUND
-pci2: <ACPI PCI bus> on pcib2
-pcib2: allocated bus range (2-2) for rid 0 of pci2
-pci2: domain=0, physical bus=2
-found-> vendor=0x1af4, dev=0x1043, revid=0x01
-        domain=0, bus=2, slot=0, func=0
-        class=07-80-00, hdrtype=0x00, mfdev=0
-        cmdreg=0x0103, statreg=0x0010, cachelnsz=0 (dwords)
-        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
-        intpin=a, irq=11
-        powerspec 3  supports D0 D3  current D0
-        MSI-X supports 2 messages in map 0x14
-        map[14]: type Memory, range 32, base 0xfc600000, size 12, enabled
-pcib2: allocated memory range (0xfc600000-0xfc600fff) for rid 14 of 
pci0:2:0:0
-        map[20]: type Prefetchable Memory, range 64, base 0xfe800000, 
size 14, enabled
-pcib2: allocated prefetch range (0xfe800000-0xfe803fff) for rid 20 of 
pci0:2:0:0
-pcib0: matched entry for 0.2.INTA (src \_SB_.GSIG:0)
-pcib0: slot 2 INTA routed to irq 22 via \_SB_.GSIG
-pcib2: slot 0 INTA is routed to irq 22
-virtio_pci1: <VirtIO PCI (modern) Console adapter> mem 
0xfc600000-0xfc600fff,0xfe800000-0xfe803fff irq 22 at device 0.0 on pci2
  pcib3: <ACPI PCI-PCI bridge> mem 0xfca14000-0xfca14fff irq 22 at 
device 2.2 on pci0
-pcib3: Unable to activate hot plug feature.
  pcib0: allocated type 3 (0xfc400000-0xfc5fffff) for rid 20 of pcib3
  pcib0: allocated type 3 (0xfe600000-0xfe7fffff) for rid 24 of pcib3
+pcib3: attempting to allocate 1 MSI-X vectors (1 supported)
+msi: routing MSI-X IRQ 26 to local APIC 4 vector 48
+pcib3: using IRQ 26 for MSI-X
+pcib3: HotPlug command: 01c0 -> 17fb
  pcib3:   domain            0
  pcib3:   secondary bus     3
  pcib3:   subordinate bus   3
  pcib3:   memory decode     0xfc400000-0xfc5fffff
  pcib3:   prefetched decode 0xfe600000-0xfe7fffff
  pcib3: could not get PCI interrupt routing table for \_SB_.PCI0.S12_ - 
AE_NOT_FOUND
-pci3: <ACPI PCI bus> on pcib3
-pcib3: allocated bus range (3-3) for rid 0 of pci3
-pci3: domain=0, physical bus=3
-found-> vendor=0x1af4, dev=0x1042, revid=0x01
-        domain=0, bus=3, slot=0, func=0
-        class=01-00-00, hdrtype=0x00, mfdev=0
-        cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords)
-        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
-        intpin=a, irq=11
-        powerspec 3  supports D0 D3  current D0
-        MSI-X supports 13 messages in map 0x14
-        map[14]: type Memory, range 32, base 0xfc400000, size 12, enabled
-pcib3: allocated memory range (0xfc400000-0xfc400fff) for rid 14 of 
pci0:3:0:0
-        map[20]: type Prefetchable Memory, range 64, base 0xfe600000, 
size 14, enabled
-pcib3: allocated prefetch range (0xfe600000-0xfe603fff) for rid 20 of 
pci0:3:0:0
-pcib0: matched entry for 0.2.INTA (src \_SB_.GSIG:0)
-pcib0: slot 2 INTA routed to irq 22 via \_SB_.GSIG
-pcib3: slot 0 INTA is routed to irq 22
-virtio_pci2: <VirtIO PCI (modern) Block adapter> mem 
0xfc400000-0xfc400fff,0xfe600000-0xfe603fff irq 22 at device 0.0 on pci3
-vtblk0: <VirtIO Block Adapter> on virtio_pci2
-virtio_pci2: host features: 0x130007e54 
<Version1,RingEventIdx,RingIndirectDesc,WriteZeros,Discard,Multiqueue,ConfigWCE,Topology,FlushCmd,BlockSize,DiskGeometry,MaxNumSegs>
-virtio_pci2: negotiated features: 0x110002e54 
<Version1,RingIndirectDesc,Discard,ConfigWCE,Topology,FlushCmd,BlockSize,DiskGeometry,MaxNumSegs>
-virtio_pci2: attempting to allocate 2 MSI-X vectors (13 supported)
-msi: routing MSI-X IRQ 27 to local APIC 5 vector 48
-msi: routing MSI-X IRQ 28 to local APIC 6 vector 48
-virtio_pci2: using IRQs 27-28 for MSI-X
-virtio_pci2: using per VQ MSIX interrupts
-vtblk0: 21536MB (44107189 512 byte sectors)
-GEOM: new disk vtbd0
  pcib4: <ACPI PCI-PCI bridge> mem 0xfca15000-0xfca15fff irq 22 at 
device 2.3 on pci0
-pcib4: Unable to activate hot plug feature.
  pcib0: allocated type 3 (0xfc200000-0xfc3fffff) for rid 20 of pcib4
  pcib0: allocated type 3 (0xfe400000-0xfe5fffff) for rid 24 of pcib4
+pcib4: attempting to allocate 1 MSI-X vectors (1 supported)
+msi: routing MSI-X IRQ 27 to local APIC 5 vector 48
+pcib4: using IRQ 27 for MSI-X
+pcib4: HotPlug command: 01c0 -> 17fb
  pcib4:   domain            0
  pcib4:   secondary bus     4
  pcib4:   subordinate bus   4
  pcib4:   memory decode     0xfc200000-0xfc3fffff
  pcib4:   prefetched decode 0xfe400000-0xfe5fffff
  pcib4: could not get PCI interrupt routing table for \_SB_.PCI0.S13_ - 
AE_NOT_FOUND
-pci4: <ACPI PCI bus> on pcib4
-pcib4: allocated bus range (4-4) for rid 0 of pci4
-pci4: domain=0, physical bus=4
-found-> vendor=0x1af4, dev=0x1045, revid=0x01
-        domain=0, bus=4, slot=0, func=0
-        class=00-ff-00, hdrtype=0x00, mfdev=0
-        cmdreg=0x0103, statreg=0x0010, cachelnsz=0 (dwords)
-        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
-        intpin=a, irq=11
-        powerspec 3  supports D0 D3  current D0
-        map[20]: type Prefetchable Memory, range 64, base 0xfe400000, 
size 14, enabled
-pcib4: allocated prefetch range (0xfe400000-0xfe403fff) for rid 20 of 
pci0:4:0:0
-pcib0: matched entry for 0.2.INTA (src \_SB_.GSIG:0)
-pcib0: slot 2 INTA routed to irq 22 via \_SB_.GSIG
-pcib4: slot 0 INTA is routed to irq 22
-virtio_pci3: <VirtIO PCI (modern) Balloon adapter> mem 
0xfe400000-0xfe403fff irq 22 at device 0.0 on pci4
-vtballoon0: <VirtIO Balloon Adapter> on virtio_pci3
-virtio_pci3: host features: 0x130000012 
<Version1,RingEventIdx,RingIndirectDesc,0x10,StatsVq>
-virtio_pci3: negotiated features: 0x100000000 <Version1>
-ioapic0: routing intpin 22 (PCI IRQ 22) to lapic 7 vector 48
-virtio_pci3: using legacy interrupt
  pcib5: <ACPI PCI-PCI bridge> mem 0xfca16000-0xfca16fff irq 22 at 
device 2.4 on pci0
-pcib5: Unable to activate hot plug feature.
  pcib0: allocated type 3 (0xfc000000-0xfc1fffff) for rid 20 of pcib5
  pcib0: allocated type 3 (0xfe200000-0xfe3fffff) for rid 24 of pcib5
+pcib5: attempting to allocate 1 MSI-X vectors (1 supported)
+msi: routing MSI-X IRQ 28 to local APIC 6 vector 48
+pcib5: using IRQ 28 for MSI-X
+pcib5: HotPlug command: 07c0 -> 17fb
  pcib5:   domain            0
  pcib5:   secondary bus     5
  pcib5:   subordinate bus   5
  pcib5:   memory decode     0xfc000000-0xfc1fffff
  pcib5:   prefetched decode 0xfe200000-0xfe3fffff
  pcib5: could not get PCI interrupt routing table for \_SB_.PCI0.S14_ - 
AE_NOT_FOUND
-pci5: <ACPI PCI bus> on pcib5
-pcib5: allocated bus range (5-5) for rid 0 of pci5
-pci5: domain=0, physical bus=5
  uhci0: <Intel 82801I (ICH9) USB controller> port 0xc060-0xc07f irq 16 
at device 29.0 on pci0
-ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 8 vector 48
+ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 7 vector 48
  usbus0 on uhci0
  uhci0: usbpf: Attached
  usbus0: 12Mbps Full Speed USB v1.0
  uhci1: <Intel 82801I (ICH9) USB controller> port 0xc080-0xc09f irq 17 
at device 29.1 on pci0
-ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 9 vector 48
+ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 8 vector 48
  usbus1 on uhci1
  uhci1: usbpf: Attached
  usbus1: 12Mbps Full Speed USB v1.0
  uhci2: <Intel 82801I (ICH9) USB controller> port 0xc0a0-0xc0bf irq 18 
at device 29.2 on pci0
-ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 10 vector 48
+ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 9 vector 48
  usbus2 on uhci2
  uhci2: usbpf: Attached
  usbus2: 12Mbps Full Speed USB v1.0
  ehci0: <Intel 82801I (ICH9) USB 2.0 controller> mem 
0xfca17000-0xfca17fff irq 19 at device 29.7 on pci0
-ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 11 vector 48
+ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 10 vector 48
  usbus3: EHCI version 1.0
  usbus3 on ehci0
  ehci0: usbpf: Attached
@@ -712,7 +666,7 @@
  isa0: <ISA bus> on isab0
  ahci0: <Intel ICH9 AHCI SATA controller> port 0xc0c0-0xc0df mem 
0xfca18000-0xfca18fff irq 16 at device 31.2 on pci0
  ahci0: attempting to allocate 1 MSI vectors (1 supported)
-msi: routing MSI IRQ 29 to local APIC 0 vector 50
+msi: routing MSI IRQ 29 to local APIC 11 vector 48
  ahci0: using IRQ 29 for MSI
  ahci0: AHCI v1.00 with 6 1.5Gbps ports, Port Multiplier not supported
  ahci0: Caps: 64bit NCQ 1.5Gbps 32cmd 6ports
@@ -735,7 +689,7 @@
  acpi_syscontainer3: <System Container> port 0xcc0-0xcd7 on acpi0
  uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
  uart0: console (115200,n,8,1)
-ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 1 vector 48
+ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 50
  uart0: fast interrupt
  uart0: PPS capture mode: DCD
  atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
@@ -746,7 +700,7 @@
  kbdc: RESET_KBD status:00aa
  kbd0 at atkbd0
  kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x1d0000
-ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 2 vector 49
+ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48
  atkbd0: [GIANT-LOCKED]
  psm0: unable to allocate IRQ
  psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
@@ -765,7 +719,7 @@
  psm: data 08 00 00
  psm: status 00 02 64
  psm0: <PS/2 Mouse> irq 12 on atkbdc0
-ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 3 vector 49
+ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 2 vector 49
  psm0: [GIANT-LOCKED]
  WARNING: Device "psm" is Giant locked and may be deleted before 
FreeBSD 15.0.
  psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons
@@ -831,27 +785,27 @@
  attimer0: <AT timer> at port 0x40 on isa0
  pcib0: allocated type 4 (0x40-0x43) for rid 0 of attimer0
  Timecounter "i8254" frequency 1193182 Hz quality 0
-ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 4 vector 49
+ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 3 vector 49
  Event timer "i8254" frequency 1193182 Hz quality 100
  attimer0: non-PNP ISA device will be removed from GENERIC in FreeBSD 15.
  isa_probe_children: probing PnP devices
  Device configuration finished.
  procfs registered
-Statistical TSC calibration took 712 us and 7959 data points
-Timecounter "TSC-low" frequency 1299999077 Hz quality -100
-Statistical lapic calibration took 18733 us and 4929 data points
-lapic: Divisor 2, Frequency 500002768 Hz
+Statistical TSC calibration took 376 us and 3769 data points
+Timecounter "TSC-low" frequency 1300002460 Hz quality -100
+Statistical lapic calibration took 42568 us and 10801 data points
+lapic: Divisor 2, Frequency 500003201 Hz
  Timecounters tick every 10.000 msec
-ugen2.1: <Intel UHCI root HUB> at usbus2
-uhub0 on usbus2
  ugen3.1: <Intel EHCI root HUB> at usbus3
-uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
-ugen1.1: <Intel UHCI root HUB> at usbus1
  ugen0.1: <Intel UHCI root HUB> at usbus0
-uhub1 on usbus3
-uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
-uhub2 on usbus0
-uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
+ugen1.1: <Intel UHCI root HUB> at usbus1
+ugen2.1: <Intel UHCI root HUB> at usbus2
+uhub0 on usbus3
+uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
+uhub1 on usbus0
+uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
+uhub2 on usbus2
+uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
  uhub3 on usbus1
  uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
  ZFS filesystem version: 5
@@ -863,6 +817,9 @@
  tcp_init: net.inet.tcp.tcbhashsize auto tuned to 131072
  pflog0: bpf attached
  ahcich0: AHCI reset...
+ahcich0: SATA connect timeout time=10000us status=00000000
+ahcich0: AHCI reset: device not found
+ahcich1: AHCI reset...
  pci0: driver added
  found-> vendor=0x8086, dev=0x2930, revid=0x02
          domain=0, bus=0, slot=31, func=3
@@ -871,14 +828,6 @@
          lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
          intpin=a, irq=16
  pci0:0:31:3: reprobing on driver added
-ahcich0: SATA connect timeout time=10000us status=00000000
-ahcich0: AHCI reset: device not found
-ahcich1: AHCI reset...
-pci1: driver added
-pci2: driver added
-pci3: driver added
-pci4: driver added
-pci5: driver added
  Trying to mount root from zfs:zroot/ROOT/default []...
  ahcich1: SATA connect timeout time=10000us status=00000000
  ahcich1: AHCI reset: device not found
@@ -895,111 +844,24 @@
  ahcich5: SATA connect timeout time=10000us status=00000000
  ahcich5: AHCI reset: device not found
  uhub3: 2 ports with 2 removable, self powered
-uhub0: 2 ports with 2 removable, self powered
+uhub1: 2 ports with 2 removable, self powered
  uhub2: 2 ports with 2 removable, self powered
  Root mount waiting for: usbus3
  Root mount waiting for: usbus3
-uhub1: 6 ports with 6 removable, self powered
+uhub0: 6 ports with 6 removable, self powered
  Root mount waiting for: usbus3
  ugen3.2: <QEMU QEMU USB Tablet> at usbus3
-kvmclock0: providing initial system time
-Dual Console: Serial Primary, Video Secondary
-start_init: trying /sbin/init
-2025-04-08T16:16:43.938429+00:00 - init 20 - - can't directly exec 
/etc/rc: Permission denied
-Setting hostuuid: f7c6c4d8-c978-4b93-b5a9-c838d2454d2b.
-Setting hostid: 0xf187d89f.
-Starting file system checks:
-/dev/gpt/efiesp: FILESYSTEM CLEAN; SKIPPING CHECKS
-Mounting local filesystems:.
-Autoloading module: ichsmb
-Autoloading module: virtio_console
-pci0: driver added
-found-> vendor=0x8086, dev=0x2930, revid=0x02
-        domain=0, bus=0, slot=31, func=3
-        class=0c-05-00, hdrtype=0x00, mfdev=1
-        cmdreg=0x0103, statreg=0x0000, cachelnsz=0 (dwords)
-        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
-        intpin=a, irq=16
-pci0:0:31:3: reprobing on driver added
-ichsmb0: <Intel 82801I (ICH9) SMBus controller> port 0x700-0x73f irq 16 
at device 31.3 on pci0
-smbus0: <System Management Bus> on ichsmb0
-pci1: driver added
-pci2: driver added
-pci3: driver added
-pci4: driver added
-pci5: driver added
-vtcon0: <VirtIO Console Adapter> on virtio_pci1
-virtio_pci1: host features: 0x130000006 
<Version1,RingEventIdx,RingIndirectDesc,EmergencyWrite,MultiplePorts>
-virtio_pci1: negotiated features: 0x100000002 <Version1,MultiplePorts>
-virtio_pci1: attempting to allocate 2 MSI-X vectors (2 supported)
-msi: routing MSI-X IRQ 30 to local APIC 5 vector 49
-msi: routing MSI-X IRQ 31 to local APIC 6 vector 49
-virtio_pci1: using IRQs 30-31 for MSI-X
-virtio_pci1: using shared MSIX interrupts
-ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib 
/usr/local/lib/compat/pkg /usr/local/lib/compat/pkg /usr/local/lib/ipsec 
/usr/local/lib/perl5/5.36/mach/CORE
-32-bit compatibility ldconfig path: /usr/lib32
-Setting hostname: build14.sentex.ca.
-Setting up harvesting: 
PURE_RDRAND,[CALLOUT],[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,[NET_ETHER],NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED
-Feeding entropy: .
-lo0: link state changed to UP
-vtnet0: link state changed to UP
-Starting Network: lo0 vtnet0.
-lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 
16384
- options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
-        inet 127.0.0.1 netmask 0xff000000
-        inet6 ::1 prefixlen 128
-        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
-        groups: lo
-        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
-vtnet0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> 
metric 0 mtu 1500
- 
options=4c07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,LINKSTATE,TXCSUM_IPV6>
-        ether 52:54:00:a4:fb:0f
-        inet 199.212.135.106 netmask 0xfffffff0 broadcast 199.212.135.111
-        media: Ethernet autoselect (10Gbase-T <full-duplex>)
-        status: active
-        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
-Starting devd.
-Autoloading module: uhid
-Autoloading module: usbhid
-Autoloading module: wmt
-uhid0 on uhub1
-uhid0: <QEMU QEMU USB Tablet, class 0/0, rev 2.00/0.00, addr 2> on usbus3
-Starting pflog.
-pflog0: promiscuous mode enabled
-2025-04-08T16:16:45.741078+00:00 build14.sentex.ca pflogd 527 - - 
[priv]: msg PRIV_OPEN_LOG received
-add host 127.0.0.1: gateway lo0 fib 0: route already in table
-add net default: gateway 199.212.135.97
-Additional inet routing options: gateway=YES.
-add host ::1: gateway lo0 fib 0: route already in table
-add net fe80::: gateway ::1
-add net ff02::: gateway ::1
-add net ::ffff:0.0.0.0: gateway ::1
-add net ::0.0.0.0: gateway ::1
-Enabling pf.
-Clearing /tmp (X related).
-Creating and/or trimming log files.
-Updating motd:.
-Updating /var/run/os-release done.
-Starting syslogd.
-Mounting late filesystems:.
-Starting telegraf
-unknown key type dsa
-You already have a RSA host key in /usr/local/etc/ssh/ssh_host_rsa_key
-Skipping protocol version 2 RSA Key Generation
-You already have a Elliptic Curve DSA host key in 
/usr/local/etc/ssh/ssh_host_ecdsa_key
-Skipping protocol version 2 Elliptic Curve DSA Key Generation
-You already have a Elliptic Curve ED25519 host key in 
/usr/local/etc/ssh/ssh_host_ed25519_key
-Skipping protocol version 2 Elliptic Curve ED25519 Key Generation
-Performing sanity check on openssh configuration.
-Starting openssh.
-NFSv4 only server
-Starting mountd.
-Starting nfsd.
-Starting cron.
-sysctl: unknown oid 'net.inet.ipsec.filtertunnel' at line 12
-Starting background file system checks in 60 seconds.
-
-Tue Apr  8 16:16:46 UTC 2025
-
-FreeBSD/amd64 (build14.sentex.ca) (ttyu0)
-
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Mounting from zfs:zroot/ROOT/default failed with error 5; retrying for 
3 more seconds
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Solaris: NOTICE: Cannot find the pool label for 'zroot'
+Mounting from zfs:zroot/ROOT/default failed with error 5; retrying for 
2 more seconds
+Solaris: NOTICE: Cannot find the pool label for 'zroot'