Update kernel configuration chapter:

o  Move device agp to the correct place.

o  Add arcmsr, cdce and ehci.

o  Update device bpf comment.

Approved by:	brueffer (mentor)
This commit is contained in:
Joel Dahl 2005-04-14 18:40:33 +00:00
parent 07d593dc61
commit 17f2481dd0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24299

View file

@ -938,12 +938,6 @@ options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
auto-detection of PCI cards and gatewaying from the PCI to ISA
bus.</para>
<programlisting>device agp</programlisting>
<para>Include this if you have an AGP card in the system. This
will enable support for AGP, and AGP GART for boards which
have these features.</para>
<programlisting># Floppy drives
device fdc</programlisting>
@ -1033,6 +1027,7 @@ device ses # SCSI Environmental Services (and SAF-TE)</programli
<programlisting># RAID controllers interfaced to the SCSI subsystem
device amr # AMI MegaRAID
device arcmsr # Areca SATA II RAID
device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
device ciss # Compaq Smart RAID 5*
device dpt # DPT Smartcache III, IV - See NOTES for options
@ -1113,6 +1108,12 @@ device sc</programlisting>
device are often not available &mdash; <literal>vt100</literal>
should be available on virtually any platform.</para>
<programlisting>device agp</programlisting>
<para>Include this if you have an AGP card in the system. This
will enable support for AGP, and AGP GART for boards which
have these features.</para>
<indexterm>
<primary>APM</primary>
</indexterm>
@ -1370,6 +1371,7 @@ device pty # Pseudo-ttys (telnet etc)</programlisting>
<programlisting># The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter</programlisting>
<para>This is the Berkeley Packet Filter. This pseudo-device allows
@ -1389,6 +1391,7 @@ device bpf # Berkeley packet filter</programlisting>
<programlisting># USB support
device uhci # UHCI PCI-&gt;USB interface
device ohci # OHCI PCI-&gt;USB interface
#device ehci # EHCI PCI-&gt;USB interface (USB 2.0)
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
device ugen # Generic
@ -1402,6 +1405,7 @@ device uscanner # Scanners
# USB Ethernet, requires mii
device aue # ADMtek USB Ethernet
device axe # ASIX Electronics USB Ethernet
device cdce # Generic USB over Ethernet
device cue # CATC USB Ethernet
device kue # Kawasaki LSI USB Ethernet
device rue # RealTek RTL8150 USB Ethernet</programlisting>