summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-25 18:56:08 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-25 18:56:08 +0000
commitd9aed21ce3b14c84e03f0c8ce233d63211af1735 (patch)
treef73e30db369c6636c9eccf021cffc76528c95059 /usr.sbin/Makefile
parentb7bb2f26b3cd1740c4345bd48710ceddf931ac55 (diff)
downloadsrc-test2-d9aed21ce3b14c84e03f0c8ce233d63211af1735.tar.gz
src-test2-d9aed21ce3b14c84e03f0c8ce233d63211af1735.zip
Match unattached devices on the system to potential kernel modules.
devmatch(8) matchs up devices in the system device tree with drivers that may match them. For each unattached device in the system, it tries to find matching PNP info in the linker hints and prints modules to load to claim the devices. In --unbound mode, devmatch can look for drivers that have attached to devices in the device tree and have plug and play information, but for which no PNP info exists. This helps find drivers that haven't been converted yet that are in use on this system. In addition, the ability to dump out linker.hints is provided. Future commits will add hooks to devd.conf and rc.d to fully automate using this information.
Notes
Notes: svn path=/head/; revision=327177
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 5ef0313984a2..796fbad06fd5 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -21,6 +21,7 @@ SUBDIR= adduser \
dconschat \
devctl \
devinfo \
+ devmath \
digictl \
diskinfo \
dumpcis \