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/kldpatch/pkg-descr | |
parent | 3395329ee5254c8ec2d4792936e12b5378a2981b (diff) | |
download | ports-be8ff57cd20cf986c58ca8da022364ec51f57efd.tar.gz ports-be8ff57cd20cf986c58ca8da022364ec51f57efd.zip |
Notes
Diffstat (limited to 'sysutils/kldpatch/pkg-descr')
-rw-r--r-- | sysutils/kldpatch/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/kldpatch/pkg-descr b/sysutils/kldpatch/pkg-descr new file mode 100644 index 000000000000..9918233958cb --- /dev/null +++ b/sysutils/kldpatch/pkg-descr @@ -0,0 +1,8 @@ +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/ |