Update Question 12.23:
- Update kernel option "pseudo-device" to "device" - Remove MAKEDEV(8) Reviewed by: trhodes, danger Approved by: gabor
This commit is contained in:
parent
90eff1cfb4
commit
a179d3038a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32372
1 changed files with 2 additions and 13 deletions
|
@ -7835,19 +7835,8 @@ Key F15 A A Menu Workplace Nop</programlisting>
|
|||
Add this to your kernel config file and build a new
|
||||
kernel:</para>
|
||||
|
||||
<programlisting>pseudo-device bpf # Berkeley Packet Filter</programlisting>
|
||||
|
||||
<para>On FreeBSD 4.X and earlier, you must also create the
|
||||
device node. After rebooting, go to the
|
||||
<filename>/dev</filename> directory and run:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>sh MAKEDEV bpf0</userinput></screen>
|
||||
|
||||
<para>Please see the <ulink
|
||||
url="&url.books.handbook;/kernelconfig-nodes.html"> Handbook entry
|
||||
on device nodes</ulink> for more information on managing
|
||||
devices.</para>
|
||||
</answer>
|
||||
<programlisting>device bpf # Berkeley Packet Filter</programlisting>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
|
|
Loading…
Reference in a new issue