Update a couple of kernel config file extracts to the latest form
("device" in place of "controller"). The older text is left there
too for people running older versions.
This commit is contained in:
parent
17944d7bd5
commit
19e717e278
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7642
2 changed files with 36 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.70 2000/07/11 21:36:22 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.71 2000/07/16 18:06:44 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
|
@ -2317,6 +2317,15 @@ those that claim to be AST compatible.</para>
|
|||
<para>Add the following lines to your kernel configuration file,
|
||||
and rebuild the kernel.</para>
|
||||
|
||||
<programlisting>
|
||||
device uhci
|
||||
device ohci
|
||||
device usb
|
||||
device ukbd
|
||||
options KBD_INSTALL_CDEV</programlisting>
|
||||
|
||||
<para>In versions of FreeBSD before 4.0, use this instead:</para>
|
||||
|
||||
<programlisting>
|
||||
controller uhci0
|
||||
controller ohci0
|
||||
|
|
@ -2573,6 +2582,14 @@ man page for details.</para>
|
|||
<para>Add the following lines to your kernel configuration file,
|
||||
and rebuild the kernel.</para>
|
||||
|
||||
<programlisting>
|
||||
device uhci
|
||||
device ohci
|
||||
device usb
|
||||
device ums</programlisting>
|
||||
|
||||
<para>In versions of FreeBSD before 4.0, use this instead:</para>
|
||||
|
||||
<programlisting>
|
||||
controller uhci0
|
||||
controller ohci0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.70 2000/07/11 21:36:22 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.71 2000/07/16 18:06:44 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
|
@ -2317,6 +2317,15 @@ those that claim to be AST compatible.</para>
|
|||
<para>Add the following lines to your kernel configuration file,
|
||||
and rebuild the kernel.</para>
|
||||
|
||||
<programlisting>
|
||||
device uhci
|
||||
device ohci
|
||||
device usb
|
||||
device ukbd
|
||||
options KBD_INSTALL_CDEV</programlisting>
|
||||
|
||||
<para>In versions of FreeBSD before 4.0, use this instead:</para>
|
||||
|
||||
<programlisting>
|
||||
controller uhci0
|
||||
controller ohci0
|
||||
|
|
@ -2573,6 +2582,14 @@ man page for details.</para>
|
|||
<para>Add the following lines to your kernel configuration file,
|
||||
and rebuild the kernel.</para>
|
||||
|
||||
<programlisting>
|
||||
device uhci
|
||||
device ohci
|
||||
device usb
|
||||
device ums</programlisting>
|
||||
|
||||
<para>In versions of FreeBSD before 4.0, use this instead:</para>
|
||||
|
||||
<programlisting>
|
||||
controller uhci0
|
||||
controller ohci0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue