Add info about devfs(5) where needed.
This commit is contained in:
parent
df6082fb5f
commit
08349d2a78
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15116
1 changed files with 7 additions and 1 deletions
|
|
@ -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 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 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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue