New FAQ: "Where, oh where, did my /dev/MAKEDEV go?"

This commit is contained in:
Michael Lucas 2003-03-25 16:30:14 +00:00
parent 0c3f6d9d1d
commit d2e6a0c736
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16364

View file

@ -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>