etc/protocols - sync with NetBSD-8
[minix.git] / tests / usr.bin / config / support / conf / files
blob01022ee623468a7d831053c4e7728f4616ad6ea3
1 deffs   REGRESSFS
3 device  master { }
4 attach  master at root
6 define  hook { }
8 device  parentii:       hook
9 attach  parentii at master
10 device  parenti:        hook
11 attach  parenti at master
13 device  child
14 attach  child at hook
16 device  looper { }
17 attach  looper at master with looper_master
18 attach  looper at looper with looper_looper 
20 device  loopchild { } 
21 attach  loopchild at looper
23 device  loopbaby
24 attach  loopbaby at loopchild
26 defpseudo       pseudodev: hook
28 define  a
29 file    a.c     a
31 define  b: a
32 file    b.c     b
34 define  c: b
35 file    c.c     c
37 define  i {}
39 device  d: i
40 attach  d at root
41 file    d.c     d