Update Question 4.4.3:

- Remove MAKEDEV(8) method

Reviewed by:	trhodes, danger, remko
Approved by:	gabor (mentor)
This commit is contained in:
Gabor Pali 2008-06-14 09:56:49 +00:00
parent eb4a8f222f
commit ee023846c8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32228

View file

@ -2467,21 +2467,10 @@
<programlisting>device psm0 at atkbdc? irq 12</programlisting>
<para>Once the kernel detects <devicename>psm0</devicename>
correctly at boot time, make sure that an entry for
<devicename>psm0</devicename> exists in
<filename>/dev</filename>. You can create this entry by
typing:</para>
correctly at boot time, a device node
<devicename>psm0</devicename> will be created
automatically.</para>
<screen>&prompt.root; <userinput>cd /dev; sh MAKEDEV psm0</userinput></screen>
<para>when logged in as <username>root</username>.</para>
<note>
<para>You can omit this step if you are running FreeBSD
5.0-RELEASE or newer with &man.devfs.5; enabled,
since the proper device nodes will be created automatically
under <filename>/dev</filename>.</para>
</note>
</answer>
</qandaentry>