diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2009-01-12 22:56:28 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2009-01-12 22:56:28 +0000 |
commit | be8ff57cd20cf986c58ca8da022364ec51f57efd (patch) | |
tree | 4b00494d7af546b9bf9d21a6ae22f53957bb2cf2 /sysutils/Makefile | |
parent | 3395329ee5254c8ec2d4792936e12b5378a2981b (diff) |
The kldpatch utility can print or alter the content of device/quirk tables
in kernel modules. These tables are generally used to identify devices,
and possibly apply specific quirks to enable/disable certain features.
Kldpatch is especially useful to let the kernel recognise a new device
without rebooting and rebuilding/reinstalling kernel or modules.
WWW: http://info.iet.unipi.it/~luigi/FreeBSD/
Note - this may be worth importing in the base system, however we still
need it as a port for older OS releases.
Notes
Notes:
svn path=/head/; revision=225891
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 06c7627152e1..519d3420867c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -367,6 +367,7 @@ SUBDIR += kkeyled SUBDIR += klaptopdaemon SUBDIR += kldfind + SUBDIR += kldpatch SUBDIR += kleansweep SUBDIR += klineakconfig SUBDIR += kmilo |