Add info about devfs(5) where needed.

This commit is contained in:
Marc Fonvieille 2002-12-01 23:30:33 +00:00
parent df6082fb5f
commit 08349d2a78
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15116

View file

@ -530,7 +530,7 @@ EndSection</programlisting>
<programlisting>agp_load="YES"</programlisting>
<para>Next, a device node needs to be created for the
<para>Next, if you are running FreeBSD&nbsp;4.X or earlier, a device node needs to be created for the
programming interface. To create the AGP device node, run
&man.MAKEDEV.8; in the <filename>/dev</filename>
directory:</para>
@ -538,6 +538,12 @@ EndSection</programlisting>
<screen>&prompt.root; <userinput>cd /dev</userinput>
&prompt.root; <userinput>sh MAKEDEV agpgart</userinput></screen>
<note>
<para>FreeBSD&nbsp;5.X or later, use &man.devfs.5; to allocate
device nodes transparently for the user, therefore you do
not have to run &man.MAKEDEV.8;.</para>
</note>
<para>This will allow configuration of the hardware as any other
graphics board.</para>