2d66c7ea26
though. 'pseudodev' depends on interface attribute 'hook', but doesn't explicitely declare locators (which is perfectly allowed, and logical). config(1) should handle the situation properly.
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
include "arch/regress/conf/std.regress"
|
|
maxusers 4
|
|
file-system REGRESSFS
|
|
|
|
# Pseudo-devices can have children on interface attributes,
|
|
# which means they don't necessarily have to explicitely
|
|
# define locators (see pseudodev definition).
|
|
|
|
pseudo-device pseudodev
|
|
|
|
child* at pseudodev?
|
|
|
|
config regress root on ?
|