Module Name: src
Committed By: wiz
Date: Wed Sep 28 06:47:55 UTC 2016
Modified Files:
src/doc: TODO.modules
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/doc/TODO.modules
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/TODO.modules
diff -u src/doc/TODO.modules:1.7 src/doc/TODO.modules:1.8
--- src/doc/TODO.modules:1.7 Tue Sep 27 22:54:57 2016
+++ src/doc/TODO.modules Wed Sep 28 06:47:55 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.modules,v 1.7 2016/09/27 22:54:57 christos Exp $ */
+/* $NetBSD: TODO.modules,v 1.8 2016/09/28 06:47:55 wiz Exp $ */
Some notes on the limitations of our current (as of 7.99.35) module
subsystem. This list was triggered by an Email exchange between
@@ -98,7 +98,7 @@ christos and pgoyette.
Furthermore, devices such as ld(4), which can attach to a large set
of parent devices, need to be modified. The parent devices need to
- provide a common attribute (for example, ld_bud), and the ld driver
+ provide a common attribute (for example, ld_bus), and the ld driver
should attach to that attribute rather than to each parent. But
currently, config(1) doesn't handle this - it doesn't allow an
attribute to be used as the device tree's pseudo-root. The current