diff options
Diffstat (limited to 'contrib/netbsd-tests/usr.bin/config/support/conf/files')
-rw-r--r-- | contrib/netbsd-tests/usr.bin/config/support/conf/files | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/usr.bin/config/support/conf/files b/contrib/netbsd-tests/usr.bin/config/support/conf/files new file mode 100644 index 0000000..d525782 --- /dev/null +++ b/contrib/netbsd-tests/usr.bin/config/support/conf/files @@ -0,0 +1,26 @@ +deffs REGRESSFS + +device master { } +attach master at root + +define hook { } + +device parentii: hook +attach parentii at master +device parenti: hook +attach parenti at master + +device child +attach child at hook + +device looper { } +attach looper at master with looper_master +attach looper at looper with looper_looper + +device loopchild { } +attach loopchild at looper + +device loopbaby +attach loopbaby at loopchild + +defpseudo pseudodev: hook |