xref: /freebsd/share/examples/kld/dyn_sysctl/README (revision 09a53ad8f1318c5daae6cfb19d97f4f6459f0013)
1This example module creates partially overlapping subtrees to demonstrate
2reference counting. It also contains example of attaching a subtree to the
3wrong place, i.e. to a dynamic oid that could belong to someone else.
4The framework should deal with this case gracefully.
5
6Andrzej Bialecki <abial@freebsd.org>
7
8$FreeBSD$
9