USERCONF(4) | Device Drivers Manual | USERCONF(4) |
userconf
—
in-kernel device configuration manager
options USERCONF
userconf
is the in-kernel device
configuration manager. It is used to alter the kernel autoconfiguration
framework at runtime. userconf
is activated from the
boot loader by passing the -c
option to the
kernel.
The general command syntax is:
command
[option]userconf
has a
more(1)-like functionality; if a
number of lines in a command's output exceeds the number defined in the
lines variable, then userconf
displays “--
more --” and waits for a response, which may be one of:
q
userconf
supports the following
commands:
lines
countbase
8 | 10 |
16change
devno | devdisable
devno | devenable
devno | devexit
quit
.find
devno | devhelp
list
quit
?
help
.The userconf
framework first appeared in
OpenBSD 2.0, and was then integrated into
NetBSD 1.6.
The userconf
framework was written by
Mats O Jansson
<moj@stacken.kth.se>.
July 1, 2001 | NetBSD 10.99 |