<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>P {MARGIN-TOP: 0mm; MARGIN-BOTTOM: 0mm}</style>
</head>
<body>
<div style="FONT-FAMILY: 굴림; FONT-SIZE: 10pt" id="ezFormProc_div">
<div style="FONT-FAMILY: 굴림" id="msgbody">
<div>Hi,</div>
<div>&nbsp;</div>
<div>This should be a basic question.</div>
<div>Does the regisetr_chrdev function make the device file under /dev directory?</div>
<div>I am running linux on our embedded system and inside vcs_init, register_chrdev is called as below.</div>
<div>&nbsp;</div>
<div>int __init vcs_init(void)<br>
{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unsigned int i;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (register_chrdev(VCS_MAJOR, &quot;vcs&quot;, &amp;vcs_fops))<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; panic(&quot;unable to get major %d for vcs device&quot;, VCS_MAJOR);<br>
</div>
<div>&nbsp;</div>
<div>I can see the&nbsp;function is returning ok but I don't see any vcs* file under /dev.</div>
<div>Does it only register the device on /sys or /proc directory and not under /dev?</div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div>Chan</div>
<div>&nbsp;</div>
</div>
</div>
</body>
</html>