The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=94ffbdb4620438499db9e72de2d42615aa51d2cd
commit 94ffbdb4620438499db9e72de2d42615aa51d2cd Author: Warner Losh <i...@freebsd.org> AuthorDate: 2025-02-22 00:25:32 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2025-02-22 00:25:32 +0000 sys: Empty hints files Create empty hints files for these platforms. They don't normally need a hints file, but people use them for device instance wiring. It's less confusing if they always exist. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D49052 --- sys/arm/conf/GENERIC.hints | 2 ++ sys/arm64/conf/GENERIC.hints | 2 ++ sys/riscv/conf/GENERIC.hints | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sys/arm/conf/GENERIC.hints b/sys/arm/conf/GENERIC.hints new file mode 100644 index 000000000000..9f009dcd175f --- /dev/null +++ b/sys/arm/conf/GENERIC.hints @@ -0,0 +1,2 @@ +# Empty device.hints +# Use to wire devices in the system to specific driver instances diff --git a/sys/arm64/conf/GENERIC.hints b/sys/arm64/conf/GENERIC.hints new file mode 100644 index 000000000000..9f009dcd175f --- /dev/null +++ b/sys/arm64/conf/GENERIC.hints @@ -0,0 +1,2 @@ +# Empty device.hints +# Use to wire devices in the system to specific driver instances diff --git a/sys/riscv/conf/GENERIC.hints b/sys/riscv/conf/GENERIC.hints new file mode 100644 index 000000000000..9f009dcd175f --- /dev/null +++ b/sys/riscv/conf/GENERIC.hints @@ -0,0 +1,2 @@ +# Empty device.hints +# Use to wire devices in the system to specific driver instances