Explain that 5.X use devfs(5), so no need to create device nodes.
This commit is contained in:
parent
46a3ab81c1
commit
b719ba7da7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15083
1 changed files with 7 additions and 1 deletions
|
@ -364,7 +364,8 @@
|
|||
linkend="kernelconfig-noboot">does not boot</link>.</para>
|
||||
|
||||
<note>
|
||||
<para>If you have added any new devices (such as sound cards) you
|
||||
<para>If you have added any new devices (such as sound cards) and you
|
||||
are running FreeBSD 4.X or previous versions, you
|
||||
may have to add some device
|
||||
nodes to your <filename>/dev</filename> directory before
|
||||
you can use them. For more information, take a look at <link linkend="kernelconfig-nodes">Making
|
||||
|
@ -1191,6 +1192,11 @@ pseudo-device bpf # Berkeley packet filter</programlisting>
|
|||
<indexterm>
|
||||
<primary><command>MAKEDEV</command></primary>
|
||||
</indexterm>
|
||||
|
||||
<note><para>If you are running FreeBSD 5.0 or later
|
||||
you can safely skip this section. These versions use
|
||||
&man.devfs.5; to maintain device nodes for you.</para></note>
|
||||
|
||||
<para>Almost every device in the kernel has a corresponding
|
||||
<quote>node</quote> entry in the <filename>/dev</filename> directory.
|
||||
These nodes look like regular files, but are actually special
|
||||
|
|
Loading…
Reference in a new issue