Date: Tue, 11 Jun 2002 20:09:42 +0300 (EEST) From: Taavi Talvik <taavi@uninet.ee> To: current@freebsd.org Subject: no /dev/apmctl ? Message-ID: <20020611200324.I93773-100000@valu.uninet.ee>
next in thread | raw e-mail | index | archive | help
I have included apm in kernel (cvsupped yesterday) config file. However,
it does not create /dev/apmctl
>l /dev/apm*
crw-rw-r-- 1 root operator 39, 0 Jun 11 19:31 /dev/apm
How is this possible? Driver code /usr/src/sys/i386/apm/apm.c calls
creation of both device nodes around line 1106 without any conditionals
make_dev(&apm_cdevsw, 0, 0, 5, 0664, "apm");
make_dev(&apm_cdevsw, 8, 0, 5, 0660, "apmctl");
best regards,
taavi
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020611200324.I93773-100000>
