summaryrefslogtreecommitdiff
path: root/user/scolobb.mdwn
diff options
context:
space:
mode:
authorscolobb <scolobb@web>2009-08-04 15:03:48 +0000
committerGNU Hurd web pages engine <web-hurd@gnu.org>2009-08-04 15:03:48 +0000
commit1fac79521e61d3dae2d9542e9ef1de461f9ac138 (patch)
tree100cee1e667172faa08f9bb5715827dc17478d25 /user/scolobb.mdwn
parent4c8240b0b9157e3067c1f751d68a245027f8ca71 (diff)
Diffstat (limited to 'user/scolobb.mdwn')
-rw-r--r--user/scolobb.mdwn16
1 files changed, 11 insertions, 5 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn
index 487a680b..4ac20dc3 100644
--- a/user/scolobb.mdwn
+++ b/user/scolobb.mdwn
@@ -149,11 +149,17 @@ For documentation, see [[hurd/translator/unionmount]].
underlying node of unionfs** *(17 Jul)* Such functionality makes
`unionmount` even more transparent.
-* **Try to make `eth-multiplexer` work with statically set instances
- of `devnode`** *(3 Aug)* The problem was in the fact that the root
- node of `eth-multiplexer` was not treated completely similarly as
- other nodes; specifically no pseudo master device port was created
- for it. Minor modifications to some conditions solved the problem.
+* **Try to make `eth-multiplexer` work with static instances of
+ `devnode`** *(3 Aug)* A static `devnode` translator is a `devnode`
+ translator which is told to use the eth-multiplexer's pseudo master
+ device port via the "-M" option. Technically it looks like
+ `settrans -a <node> devnode -M <dir> <device-name>`, where `<dir>`
+ is the node on which eth-multiplexer is running.
+
+ The problem was in the fact that the root node of `eth-multiplexer`
+ was not treated completely similarly as other nodes; specifically no
+ device port was created for it. Minor modifications to some
+ conditions solved the problem.
### TODO