Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2025 00:25:45 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 94ffbdb46204 - main - sys: Empty hints files
Message-ID:  <202502220025.51M0PjCo094954@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=94ffbdb4620438499db9e72de2d42615aa51d2cd

commit 94ffbdb4620438499db9e72de2d42615aa51d2cd
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-02-22 00:25:32 +0000
Commit:     Warner Losh <imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502220025.51M0PjCo094954>