Re: openbsd 7.8 is out and RPi5 support is official [the U-boot installed does not handle usb booting, but EDK2 draft's DeviceTree mode worked for that]

From: Mark Millard <marklmi_at_yahoo.com>
Date: Wed, 22 Oct 2025 17:23:18 UTC
On Oct 22, 2025, at 07:43, Mark Millard <marklmi@yahoo.com> wrote:

> On Oct 22, 2025, at 07:16, void <void@f-m.fm> wrote:
> 
>> On Tue, Oct 21, 2025 at 10:34:48PM -0700, Mark Millard wrote:
>>> On Oct 21, 2025, at 22:16, Mark Millard <marklmi@yahoo.com> wrote:
>> 
>>>> The rpone driver supports the Raspberry Pi RP1 peripheral controller that is used in the
>>>> Raspberry Pi 5. The driver acts as a bridge between the PCIe bus and the peripherals
>>>> and maps peripheral interrupts onto MSI-X interrupts. The peripherals themselves are
>>>> supported by separate drivers.
>> 
>> Do you know if this implies support for the ethernet interface?
> 
> Quoting from https://www.openbsd.org/78.html :
> 
>    • Added support for Raspberry Pi 5 (with console on serial port).
> . . .
>    • Make the cad(4) Ethernet interface on the Raspberry Pi 5 work by configuring the delays for RGMII PHYs correctly.
> 
> Also, quoting https://man.openbsd.org/bcmstbpinctrl.4 :
> 
> "The bcmstbpinctrl driver uses pin control data from the device tree to select one of multiple possible roles available for pins on Broadcom Set-top Box SoCs. This includes the Broadcom BCM2712 SoC that is used in the Raspberry Pi 5. It does not provide direct device driver entry points but makes its functions available to other drivers."
> 
> So: Device Tree, not ACPI, for that.
> 
> There are no special instructions about using UEFI/ACPI . I expect it is
> U-Boot based by default and works with their miniroot78.img without
> substitutions for such.

On a D0 (modern) vintage RPi5, I installed OpenBSD 7.8 .

After that . . . booting and using the built-in Ethernet
and the EDK2 draft for the D0 vintage RPi5's (used in
DeviceTree mode), using a USB3 media for openbsd and the
EDK2 draft on a microsd card:

# uname -ap
OpenBSD RPi64bOpenBSD.my.domain 7.8 GENERIC.MP#38 arm64 aarch64

# df
Filesystem  512-blocks      Used     Avail Capacity  Mounted on
/dev/sd1a      2018844    244740   1673164    13%    /
/dev/sd1l    243602060         4 231421956     1%    /home
/dev/sd1d      8114908        12   7709152     1%    /tmp
/dev/sd1f     46092380   2446128  41341636     6%    /usr
/dev/sd1g      2018844         4   1917900     1%    /usr/X11R6
/dev/sd1h     40614428       288  38583420     1%    /usr/local
/dev/sd1k     12179004         4  11570052     1%    /usr/obj
/dev/sd1j     10146972         4   9639620     1%    /usr/src
/dev/sd1e     56214104     11336  53392064     1%    /var

Note: I did not install games or X11 materials.

# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=0.707 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.705 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.650 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.722 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.725 ms
64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=0.694 ms
^C
--- 192.168.1.1 ping statistics ---
6 packets transmitted, 6 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.650/0.701/0.725/0.025 ms

ssh login over Ethernet is working.

# ifconfig | grep "^[^i    ]"
lo0: flags=2008049<UP,LOOPBACK,RUNNING,MULTICAST,LRO> mtu 32768
cad0: flags=a48843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,AUTOCONF6TEMP,AUTOCONF6,AUTOCONF4> mtu 1500
enc0: flags=0<>
bwfm0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136

# dmesg -s
Automatic boot in progress: starting file system checks.
/dev/sd1a (455e297ed8d3ccce.a): file system is clean; not checking
/dev/sd1l (455e297ed8d3ccce.l): file system is clean; not checking
/dev/sd1d (455e297ed8d3ccce.d): file system is clean; not checking
/dev/sd1f (455e297ed8d3ccce.f): file system is clean; not checking
/dev/sd1g (455e297ed8d3ccce.g): file system is clean; not checking
/dev/sd1h (455e297ed8d3ccce.h): file system is clean; not checking
/dev/sd1k (455e297ed8d3ccce.k): file system is clean; not checking
/dev/sd1j (455e297ed8d3ccce.j): file system is clean; not checking
/dev/sd1e (455e297ed8d3ccce.e): file system is clean; not checking
pf enabled
starting network
reordering: ld.so libc libcrypto sshd sshd-session sshd-auth ssh-agent.
openssl: generating isakmpd RSA keys... done.
openssl: generating iked ECDSA keys... done.
ssh-keygen: generating new host keys: RSA ECDSA ED25519 
sshd: (ED25519) SHA256:aiv3N0kkdUYkVqXiaB18+445D1BjhqiF45DYVc4ZbGI
starting early daemons: syslogd pflogd ntpd.
starting RPC daemons:.
savecore: no core dump
checking quotas: done.
clearing /tmp
kern.securelevel: 0 -> 1
creating runtime link editor directory cache.
preserving editor files.
starting network daemons: sshd smtpd sndiod.
running rc.firsttime
fw_update: add bwfm; update none
Checking for available binary patches...
starting local daemons: cron.
Wed Oct 22 09:03:58 PDT 2025


Note: Booting did not work for the EDK2's ACPI mode.


I expect that the USB3 media's msdosfs content to be
adjusted to be based on the EDK2 draft.


But I prefer to be able to move the USB3 media between
the D0 RPi5 and the pre-D0 RPI5 without switching
EDK2 involved on the USB3 media: separate microsd cards
for separate RPI5's that need distinct EDK2 drafts as
stands. That is, if that was working as I'd hoped.

When I moved the USB3 media to the old, original vintage
RPi5, OpenBSD choose its "sd0" instead of its "sd1".
"sd0" is the microsd card with the EDK2 on it and the
USB3 media is "sd1".

But I seem to remember that openbsd kernel security
actually does not support moving boot media between
systems and then simply using it --and that more than
that might be involved. (I've not used OpenBSD much
--and it has been a long time since I last did.) FYI,
the /etc/fstab that the install set up:

# cat /etc/fstab
455e297ed8d3ccce.b none swap sw
455e297ed8d3ccce.a / ffs rw 1 1
455e297ed8d3ccce.l /home ffs rw,nodev,nosuid 1 2
455e297ed8d3ccce.d /tmp ffs rw,nodev,nosuid 1 2
455e297ed8d3ccce.f /usr ffs rw,nodev 1 2
455e297ed8d3ccce.g /usr/X11R6 ffs rw,nodev 1 2
455e297ed8d3ccce.h /usr/local ffs rw,wxallowed,nodev 1 2
455e297ed8d3ccce.k /usr/obj ffs rw,nodev,nosuid 1 2
455e297ed8d3ccce.j /usr/src ffs rw,nodev,nosuid 1 2
455e297ed8d3ccce.e /var ffs rw,nodev,nosuid 1 2


Side note:
Too bad FreeBSD requires ACPI and OpenBSD requires
DeviceTree for the EDK2 drafts.


For reference, from var/log/messages :

Oct 22 09:22:16 RPi64bOpenBSD syslogd[55318]: start
Oct 22 09:22:16 RPi64bOpenBSD /bsd: OpenBSD 7.8 (GENERIC.MP) #38: Sun Oct 12 18:23:44 MDT 2025
Oct 22 09:22:16 RPi64bOpenBSD /bsd:     deraadt@arm64.openbsd.org:/usr/src/sys/arch/arm64/compile/GENERIC.MP
Oct 22 09:22:16 RPi64bOpenBSD /bsd: real mem  = 17164726272 (16369MB)
Oct 22 09:22:16 RPi64bOpenBSD /bsd: avail mem = 16498663424 (15734MB)
Oct 22 09:22:16 RPi64bOpenBSD /bsd: random: good seed from bootblocks
Oct 22 09:22:16 RPi64bOpenBSD /bsd: mainbus0 at root: Raspberry Pi 5 Model B Rev 1.1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: psci0 at mainbus0: PSCI 1.1, SMCCC 1.5
Oct 22 09:22:16 RPi64bOpenBSD /bsd: efi0 at mainbus0: UEFI 2.7
Oct 22 09:22:16 RPi64bOpenBSD /bsd: efi0: EDK2 rev 0x10000
Oct 22 09:22:16 RPi64bOpenBSD /bsd: smbios0 at efi0: SMBIOS 3.3.0
Oct 22 09:22:16 RPi64bOpenBSD /bsd: smbios0: vendor EDK2 version "test1-6-gc3dfbdc" date 08/02/2025
Oct 22 09:22:16 RPi64bOpenBSD /bsd: smbios0: Raspberry Pi Foundation Raspberry Pi 5 Model B
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu0 at mainbus0 mpidr 0: ARM Cortex-A76 r4p1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu0: 64KB 64b/line 4-way L1 PIPT I-cache, 64KB 64b/line 4-way L1 D-cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu0: 512KB 64b/line 8-way L2 cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu0: 2048KB 64b/line 16-way L3 cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu0: DP,RDM,Atomic,CRC32,SHA2,SHA1,AES+PMULL,LRCPC,DPB,ASID16,PAN+ATS1E1,LO,HPDS,VH,HAFDBS,CSV3,CSV2,RAS,AdvSIMD+HP,FP+HP,SSBS
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu1 at mainbus0 mpidr 100: ARM Cortex-A76 r4p1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu1: 64KB 64b/line 4-way L1 PIPT I-cache, 64KB 64b/line 4-way L1 D-cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu1: 512KB 64b/line 8-way L2 cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu1: 2048KB 64b/line 16-way L3 cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu2 at mainbus0 mpidr 200: ARM Cortex-A76 r4p1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu2: 64KB 64b/line 4-way L1 PIPT I-cache, 64KB 64b/line 4-way L1 D-cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu2: 512KB 64b/line 8-way L2 cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu2: 2048KB 64b/line 16-way L3 cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu3 at mainbus0 mpidr 300: ARM Cortex-A76 r4p1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu3: 64KB 64b/line 4-way L1 PIPT I-cache, 64KB 64b/line 4-way L1 D-cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu3: 512KB 64b/line 8-way L2 cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cpu3: 2048KB 64b/line 16-way L3 cache
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "atf" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "linux,cma" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "nvram" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: apm0 at mainbus0
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "system" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: simplebus0 at mainbus0: "clocks"
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "clk-osc" at simplebus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "clk-vpu" at simplebus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "clk-uart" at simplebus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "clk-emmc2" at simplebus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "clk-usb" at simplebus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "clk_xosc" at simplebus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "sdio_src" at simplebus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "sdhci_core" at simplebus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: simplebus1 at mainbus0: "soc"
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmstbrescal0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmstbreset0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmmbox0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmstbgpio0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: ampintc0 at simplebus1 nirq 320, ncpu 4 ipi 0: "interrupt-controller"
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmstbintc0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmstbintc1 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmstbpinctrl0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmstbgpio1 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmstbpinctrl1 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmtmon0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sdhc0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sdhc0: SDHC 3.00, 200 MHz base clock
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, ddr52, dma
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "timer" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "interrupt-controller" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: pluart0 at simplebus1: rev 3, 32 byte fifo
Oct 22 09:22:16 RPi64bOpenBSD /bsd: pluart0: console
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "clock" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "spi" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "watchdog" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmirng0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "intc" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "serial" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "firmware" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "power" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "fb" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: rpirtc0 at simplebus1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: simplebus2 at simplebus1: "nvmem"
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "nvmem_otp" at simplebus2 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "nvmem_cust" at simplebus2 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "nvmem_mac" at simplebus2 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "nvmem_priv" at simplebus2 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "fixedregulator_3v3" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "fixedregulator_5v0" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "gpiomem" at simplebus1 not configured
Oct 22 09:22:16 RPi64bOpenBSD last message repeated 3 times
Oct 22 09:22:16 RPi64bOpenBSD /bsd: simplebus3 at mainbus0: "axi"
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmmip0 at simplebus3
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmmip1 at simplebus3
Oct 22 09:22:16 RPi64bOpenBSD /bsd: syscon0 at simplebus3: "syscon"
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmpcie0 at simplebus3
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bcmpcie1 at simplebus3
Oct 22 09:22:16 RPi64bOpenBSD /bsd: pci0 at bcmpcie1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: ppb0 at pci0 dev 0 function 0 "Broadcom BCM2712" rev 0x30
Oct 22 09:22:16 RPi64bOpenBSD /bsd: pci1 at ppb0 bus 1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: rpone0 at pci1 dev 0 function 0 "Raspberry Pi RP1" rev 0x00
Oct 22 09:22:16 RPi64bOpenBSD /bsd: simplebus4 at rpone0: "rp1"
Oct 22 09:22:16 RPi64bOpenBSD /bsd: rpiclock0 at simplebus4
Oct 22 09:22:16 RPi64bOpenBSD /bsd: rpigpio0 at simplebus4
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "mailbox" at simplebus4 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: rpipwm0 at simplebus4
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "adc" at simplebus4 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: cad0 at simplebus4: rev 0x70109, address 2c:cf:67:ee:7d:18
Oct 22 09:22:16 RPi64bOpenBSD /bsd: brgphy0 at cad0 phy 1: BCM54210E, rev. 2
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "pio" at simplebus4 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "dma" at simplebus4 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: xhci0 at simplebus4, xHCI 1.10
Oct 22 09:22:16 RPi64bOpenBSD /bsd: usb0 at xhci0: USB revision 3.0
Oct 22 09:22:16 RPi64bOpenBSD /bsd: uhub0 at usb0 configuration 1 interface 0 "Generic xHCI root hub" rev 3.00/1.00 addr 1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: xhci1 at simplebus4, xHCI 1.10
Oct 22 09:22:16 RPi64bOpenBSD /bsd: usb1 at xhci1: USB revision 3.0
Oct 22 09:22:16 RPi64bOpenBSD /bsd: uhub1 at usb1 configuration 1 interface 0 "Generic xHCI root hub" rev 3.00/1.00 addr 1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "sram" at simplebus4 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "gpiomem" at simplebus4 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "iommu" at simplebus3 not configured
Oct 22 09:22:16 RPi64bOpenBSD last message repeated 2 times
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "iommuc" at simplebus3 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "dma" at simplebus3 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "dma" at simplebus3 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "codec" at simplebus3 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "pisp_be" at simplebus3 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sdhc1 at simplebus3
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sdhc1: SDHC 3.00, 200 MHz base clock
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sdmmc1 at sdhc1: 8-bit, sd high-speed, mmc high-speed, ddr52, dma
Oct 22 09:22:16 RPi64bOpenBSD /bsd: agtimer0 at mainbus0: 54000 kHz
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "clk-27M" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "clk-108M" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "arm-pmu" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "phy" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: gpioleds0 at mainbus0: "PWR", "ACT"
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "sd-io-1v8-reg" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "sd-vcc-reg" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "wl-on-reg" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "cam0_reg" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "cam1_reg" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "cam_dummy_reg" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "dummy" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "i2c0if" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "i2c0mux" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "rp1_firmware" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: "rp1_vdd_3v3" at mainbus0 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: pwmfan0 at mainbus0
Oct 22 09:22:16 RPi64bOpenBSD /bsd: gpiokeys0 at mainbus0: "pwr_button"
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bwfm0 at sdmmc1 function 1
Oct 22 09:22:16 RPi64bOpenBSD /bsd: manufacturer 0x02d0, product 0x4345 at sdmmc1 function 2 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: manufacturer 0x02d0, product 0x4345 at sdmmc1 function 3 not configured
Oct 22 09:22:16 RPi64bOpenBSD /bsd: scsibus0 at sdmmc0: 2 targets, initiator 0
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sd0 at scsibus0 targ 1 lun 0: <Sandisk, SE32G, 0080> removable
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sd0: 30436MB, 512 bytes/sector, 62333952 sectors
Oct 22 09:22:16 RPi64bOpenBSD /bsd: umass0 at uhub0 port 3 configuration 1 interface 0 "OWC Envoy Pro mini" rev 3.00/1.00 addr 2
Oct 22 09:22:16 RPi64bOpenBSD /bsd: umass0: using SCSI over Bulk-Only
Oct 22 09:22:16 RPi64bOpenBSD /bsd: scsibus1 at umass0: 2 targets, initiator 0
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sd1 at scsibus1 targ 1 lun 0: <OWC, Envoy Pro mini, 0> serial.REDACTED
Oct 22 09:22:16 RPi64bOpenBSD /bsd: sd1: 228936MB, 512 bytes/sector, 468862128 sectors
Oct 22 09:22:16 RPi64bOpenBSD /bsd: vscsi0 at root
Oct 22 09:22:16 RPi64bOpenBSD /bsd: scsibus2 at vscsi0: 256 targets
Oct 22 09:22:16 RPi64bOpenBSD /bsd: softraid0 at root
Oct 22 09:22:16 RPi64bOpenBSD /bsd: scsibus3 at softraid0: 256 targets
Oct 22 09:22:16 RPi64bOpenBSD /bsd: root on sd1a (455e297ed8d3ccce.a) swap on sd1b dump on sd1b
Oct 22 09:22:16 RPi64bOpenBSD /bsd: WARNING: bad clock chip time
Oct 22 09:22:16 RPi64bOpenBSD /bsd: WARNING: CHECK AND RESET THE DATE!
Oct 22 09:22:16 RPi64bOpenBSD /bsd: bwfm0: address REDACTED
Oct 22 09:22:17 RPi64bOpenBSD ntpd[14424]: /var/db/ntpd.drift is empty


===
Mark Millard
marklmi at yahoo.com