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