1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-15 09:44:36 +00:00

Actually smtpinctrl(4) should attach early; messed that up when

transplanting things into a different tree for commit.
This commit is contained in:
kettenis
2026-04-10 17:55:14 +00:00
parent 0347354ca2
commit f1274cd53b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# $OpenBSD: GENERIC,v 1.62 2026/04/10 17:37:00 kettenis Exp $
# $OpenBSD: GENERIC,v 1.63 2026/04/10 17:55:14 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -79,7 +79,7 @@ smtgpio* at fdt?
smtiic* at fdt?
iic* at smtiic?
smtpmic* at iic?
smtpinctrl* at fdt?
smtpinctrl* at fdt? early 1
# StarFive SoCs
stfclock* at fdt? early 1

View File

@@ -1,4 +1,4 @@
# $OpenBSD: RAMDISK,v 1.54 2026/04/10 17:37:00 kettenis Exp $
# $OpenBSD: RAMDISK,v 1.55 2026/04/10 17:55:14 kettenis Exp $
machine riscv64
maxusers 4
@@ -70,7 +70,7 @@ smtgpio* at fdt?
smtiic* at fdt?
iic* at smtiic?
smtpmic* at iic?
smtpinctrl* at fdt?
smtpinctrl* at fdt? early 1
# StarFive SoCs
stfclock* at fdt? early 1