xref: /netbsd-src/tests/usr.bin/config/support/conf/files (revision 76fdf39e44d95e1946e53f9f3dee2cc78efa248f)
128604916Sjruohodeffs   REGRESSFS
228604916Sjruoho
328604916Sjruohodevice	master { }
428604916Sjruohoattach	master at root
528604916Sjruoho
628604916Sjruohodefine	hook { }
728604916Sjruoho
828604916Sjruohodevice	parentii:	hook
928604916Sjruohoattach	parentii at master
1028604916Sjruohodevice	parenti:	hook
1128604916Sjruohoattach	parenti at master
1228604916Sjruoho
1328604916Sjruohodevice	child
1428604916Sjruohoattach	child at hook
1528604916Sjruoho
1628604916Sjruohodevice	looper { }
1728604916Sjruohoattach	looper at master with looper_master
1828604916Sjruohoattach	looper at looper with looper_looper
1928604916Sjruoho
2028604916Sjruohodevice	loopchild { }
2128604916Sjruohoattach	loopchild at looper
2228604916Sjruoho
2328604916Sjruohodevice	loopbaby
2428604916Sjruohoattach	loopbaby at loopchild
2528604916Sjruoho
2628604916Sjruohodefpseudo	pseudodev: hook
27c42523f4Suebayasi
28c42523f4Suebayasidefine	a
29c42523f4Suebayasifile	a.c	a
30c42523f4Suebayasi
31c42523f4Suebayasidefine	b: a
32c42523f4Suebayasifile	b.c	b
33c42523f4Suebayasi
34c42523f4Suebayasidefine	c: b
35c42523f4Suebayasifile	c.c	c
36*76fdf39eSuebayasi
37*76fdf39eSuebayasidefine	i {}
38*76fdf39eSuebayasi
39*76fdf39eSuebayasidevice	d: i
40*76fdf39eSuebayasiattach	d at root
41*76fdf39eSuebayasifile	d.c	d
42