summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2020-02-06 22:52:25 +0000
committerkamil <kamil@NetBSD.org>2020-02-06 22:52:25 +0000
commitb40ddf2f346968e81523af9cd60348437decf994 (patch)
tree7499b5fd773592dffcb28079ab5566fb0c2d0cba /sys/modules
parentd74d6d04ab8a191e9890108961eda781c3475356 (diff)
Document what does ping_block.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/examples/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/examples/README b/sys/modules/examples/README
index 07857a7262c..e3f036371e5 100644
--- a/sys/modules/examples/README
+++ b/sys/modules/examples/README
@@ -1,4 +1,4 @@
- $NetBSD: README,v 1.10 2020/02/05 13:23:42 kamil Exp $
+ $NetBSD: README,v 1.11 2020/02/06 22:52:25 kamil Exp $
Kernel Developer's Manual
@@ -13,6 +13,7 @@ DESCRIPTION
* mapper - basic implementation of mmap
* panic_string - shows how panic is being called through a device
* ping - basic ioctl(9)
+ * ping_block - basic ioctl(9) with a block device
* properties - handle incoming properties during the module load
* readhappy - basic implementation of read(9) with happy numbers
* readhappy_mpsafe- demonstrates how to make a module MPSAFE