New FAQ: "Where, oh where, did my /dev/MAKEDEV go?"
This commit is contained in:
parent
0c3f6d9d1d
commit
d2e6a0c736
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16364
1 changed files with 20 additions and 0 deletions
|
@ -7023,6 +7023,26 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="where-is-makedev">
|
||||
<para>What happened to
|
||||
<filename>/dev/MAKEDEV</filename>?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>FreeBSD 5.X uses the &man.devfs.8 device-on-demand
|
||||
system. Device drivers automatically create new device
|
||||
nodes as they are needed, obsoleting
|
||||
<filename>/dev/MAKEDEV</filename>.</para>
|
||||
|
||||
<para>If you are running FreeBSD 4.X or earlier and
|
||||
<filename>/dev/MAKEDEV</filename> is missing, then you
|
||||
really do have a problem. Grab a copy from the system
|
||||
source code, probably in
|
||||
<filename>/usr/src/etc/MAKEDEV</filename>.
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="add-pty">
|
||||
<para>How do I add pseudoterminals to the system?</para>
|
||||
|
|
Loading…
Reference in a new issue