patch-2.1.91 linux/Documentation/Configure.help

Next file: linux/Documentation/sound/CS4232
Previous file: linux/net/unix/af_unix.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.90/linux/Documentation/Configure.help linux/Documentation/Configure.help
@@ -26,35 +26,36 @@
 # compile it and much more is contained in the Kernel-HOWTO, available
 # via ftp (user: anonymous) from sunsite.unc.edu in the directory
 # /pub/Linux/docs/HOWTO. Before you start compiling, make sure that
-# you have the necessary versions of all programs; they are listed
-# in Documentation/Changes.
+# you have the necessary versions of all programs and libraries
+# required to compile and run this kernel; they are listed in the file
+# Documentation/Changes. Make sure to read the toplevel kernel README 
+# file as well.
 #
-# Format of this file: description<nl>variable<nl>helptext<nl><nl>.
-# If the question being documented is of type "choice", we list only
-# the first occurring config variable. The help texts must not contain
+# Format of this file: description<nl>variable<nl>helptext<nl><nl>. If
+# the question being documented is of type "choice", we list only the
+# first occurring config variable. The help texts must not contain
 # empty lines. Order of the help texts does not matter, however, no
 # variable should be documented twice: if it is, only the first
 # occurrence will be used by Configure. It is not absolutely necessary
 # that the one-line descriptions of the variables used here are
-# exactly the same as the ones in the corresponding Config.in
-# scripts. The lines in a help text should be indented two
-# positions. Lines starting with `#' are ignored. To be nice to
-# menuconfig, limit your lines to 70 characters. Use emacs' kfill.el
-# to edit this file or you lose.
+# exactly the same as the ones in the corresponding Config.in scripts.
+# The lines in a help text should be indented two positions. Lines
+# starting with `#' are ignored. To be nice to menuconfig, limit your
+# lines to 70 characters. Use emacs' kfill.el to edit and ispell.el to
+# spell check this file or you lose.
 #
 # If you add a help text to this file, please try to be as gentle as
 # possible. Don't use unexplained acronyms and generally write for the
 # hypothetical ignorant but intelligent user who has just bought a PC,
 # removed Windows, installed Linux and is now recompiling the kernel
-# for the first time. Tell them what to do if they're
-# unsure. Technical information should go in a README in the
-# Documentation directory. Mention all the relevant READMEs and HOWTOs
-# in the help text.
+# for the first time. Tell them what to do if they're unsure. Technical 
+# information should go in a README in the Documentation directory.
+# Mention all the relevant READMEs and HOWTOs in the help text.
 #
 # All this was shamelessly stolen from several different sources. Many
-# thanks to all the contributors.  Feel free to use these help texts
-# in your own kernel configuration tools. The texts are copyrighted
-# (c) 1995-1997 by Axel Boldt and others and governed by the GNU
+# thanks to all the contributors. Feel free to use these help texts in
+# your own kernel configuration tools. The texts are copyrighted (c)
+# 1995-1998 by Axel Boldt and many others and are governed by the GNU
 # Public License.
 
 Prompt for development and/or incomplete code/drivers
@@ -132,7 +133,7 @@
   Saying Y here will allow you to use a portion of your RAM memory as
   a block device, so that you can make filesystems on it, read and
   write to it and do all the other things that you can do with normal
-  block devices (such as harddrives).  It is usually used to load and
+  block devices (such as hard drives).  It is usually used to load and
   store a copy of a minimal root file system off of a floppy into RAM
   during the initial install of Linux.  Note that the kernel command
   line option "ramdisk=XX" is now obsolete.  For details, read
@@ -155,7 +156,7 @@
   Saying Y here will allow you to mount a file as a file system.  This
   is useful if you want to check an ISO9660 file system before burning
   the CD, or want to use floppy images without first writing them to
-  floppy.  This option also allows one to mount a filesystem with
+  floppy.  This option also allows you to mount a filesystem with
   encryption.  To use these features, you need a recent version of
   mount (available via ftp (user: anonymous) from
   ftp.win.tue.nl/pub/linux/util/).  Note that this loop device has
@@ -182,35 +183,38 @@
   This will use the full-featured IDE driver to control up to four IDE
   interfaces, each being able to serve a "master" and a "slave"
   device, for a combination of up to eight IDE disk/cdrom/tape/floppy
-  drives.  Useful information about large (>540MB) IDE disks,
-  soundcard IDE ports, module support, and other topics, is 
-  contained in Documentation/ide.txt.  If you have one or more IDE
-  drives, say Y here.  If your system has no IDE drives, or if memory
+  drives. Useful information about large (>540MB) IDE disks, sound
+  card IDE ports, module support, and other topics, is contained in
+  Documentation/ide.txt. For detailed information about hard drives,
+  consult the Disk-HOWTO, available via ftp (user: anonymous) from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you have one or more IDE
+  drives, say Y here. If your system has no IDE drives, or if memory
   requirements are really tight, you could say N here, and select the
-  "Old harddisk driver" instead to save about 13kB of memory in the
-  kernel.  To fine-tune IDE drive/interface parameters for improved
+  "Old hard disk driver" instead to save about 13kB of memory in the
+  kernel. To fine-tune IDE drive/interface parameters for improved
   performance, look for the hdparm package at
   sunsite.unc.edu:/pub/Linux/kernel/patches/diskdrives/
 
-Old harddisk (MFM/RLL/IDE) driver
+Old hard disk (MFM/RLL/IDE) driver
 CONFIG_BLK_DEV_HD_ONLY
-  There are two drivers for MFM/RLL/IDE disks.  Most people use the
+  There are two drivers for MFM/RLL/IDE disks. Most people use the
   newer enhanced driver, but this old one is still around for two
-  reasons.  Some older systems have strange timing problems and seem
-  to work only with the old driver (which itself does not work with
-  some newer systems).  The other reason is that the old driver is
-  smaller, since it lacks the enhanced functionality of the new one.
-  This makes it a good choice for systems with very tight memory
-  restrictions, or for systems with only older MFM/RLL/ESDI drives.
-  Choosing the old driver can save 13kB or so of kernel memory.  If
-  you are unsure, then just choose the Enhanced IDE/MFM/RLL driver
-  instead of this one.
+  reasons. Some older systems have strange timing problems and seem to
+  work only with the old driver (which itself does not work with some
+  newer systems). The other reason is that the old driver is smaller,
+  since it lacks the enhanced functionality of the new one. This makes
+  it a good choice for systems with very tight memory restrictions, or
+  for systems with only older MFM/RLL/ESDI drives. Choosing the old
+  driver can save 13kB or so of kernel memory. If you are unsure, then
+  just choose the Enhanced IDE/MFM/RLL driver instead of this one. For
+  more detailed information, read the Disk-HOWTO, available via ftp
+  (user: anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO.
 
 Use old disk-only driver on primary interface
 CONFIG_BLK_DEV_HD_IDE
   There are two drivers for MFM/RLL/IDE disks.  Most people use just
   the new enhanced driver by itself.  This option however installs the
-  old harddisk driver to control the primary IDE/disk interface in the
+  old hard disk driver to control the primary IDE/disk interface in the
   system, leaving the new enhanced IDE driver take care of only the
   2nd/3rd/4th IDE interfaces. Doing this will prevent you from having
   an IDE/ATAPI CDROM or tape drive connected to the primary IDE
@@ -222,9 +226,9 @@
 
 Include IDE/ATA-2 DISK support
 CONFIG_BLK_DEV_IDEDISK
-  This will include enhanced support for MFM/RLL/IDE harddisks. If you
+  This will include enhanced support for MFM/RLL/IDE hard disks. If you
   have a MFM/RLL/IDE disk, and there is no special reason to use the
-  old harddisk driver instead, say Y.  If you want to compile this
+  old hard disk driver instead, say Y.  If you want to compile this
   driver as a module ( = code which can be inserted in and removed
   from the running kernel whenever you want), say M here and read
   Documentation/modules.txt. The module will be called ide-disk.o. Do
@@ -240,11 +244,11 @@
   NEC-260, Mitsumi FX400, Sony 55E, and just about all non-SCSI
   double(2X), quad(4X), and six(6X) speed drives.  At boot time, the
   CDROM drive will be identified along with other IDE devices, as
-  "hdb" or "hdc", or something similar.  If this is your only CDROM
-  drive, you can say N to all other CDROM options, but be sure to say
-  Y to "ISO9660 cdrom filesystem support".  Read the CDROM-HOWTO,
-  available via ftp (user: anonymous) in
-  sunsite.unc.edu:/pub/Linux/docs/HOWTO and the file
+  "hdb" or "hdc", or something similar (check the boot messages with
+  dmesg).  If this is your only CDROM drive, you can say N to all
+  other CDROM options, but be sure to say Y to "ISO9660 cdrom
+  filesystem support".  Read the CDROM-HOWTO, available via ftp (user:
+  anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO and the file
   Documentation/cdrom/ide-cd.  Note that older versions of lilo (the
   linux boot loader) cannot properly deal with IDE/ATAPI CDROMs, so
   install lilo-16 or higher, available from
@@ -260,11 +264,12 @@
   to the SCSI protocol.  At boot time, the tape drive will be
   identified along with other IDE devices, as "hdb" or "hdc", or
   something similar, and will be mapped to a character device such as
-  "ht0".  Be sure to consult the drivers/block/ide-tape.c and
-  Documentation/ide.txt files for usage information.  If you want to
-  compile the driver as a module ( = code which can be inserted in and
-  removed from the running kernel whenever you want), say M here and
-  read Documentation/modules.txt. The module will be called ide-tape.o.
+  "ht0" (check the boot messages with dmesg).  Be sure to consult the
+  drivers/block/ide-tape.c and Documentation/ide.txt files for usage
+  information.  If you want to compile the driver as a module ( = code
+  which can be inserted in and removed from the running kernel
+  whenever you want), say M here and read
+  Documentation/modules.txt. The module will be called ide-tape.o.
 
 Include IDE/ATAPI FLOPPY support
 CONFIG_BLK_DEV_IDEFLOPPY
@@ -274,11 +279,11 @@
   and the ATAPI ZIP (ATAPI PD-CD/CDR drives are not supported by this
   driver; support for PD-CD/CDR drives is available through the SCSI
   emulation). At boot time, the FLOPPY drive will be identified along
-  with other IDE devices, as "hdb" or "hdc", or something similar. If
-  you want to compile the driver as a module ( = code which can be
-  inserted in and removed from the running kernel whenever you want),
-  say M here and read Documentation/modules.txt.  The module will be
-  called ide-floppy.o.
+  with other IDE devices, as "hdb" or "hdc", or something similar
+  (check the boot messages with dmesg). If you want to compile the
+  driver as a module ( = code which can be inserted in and removed
+  from the running kernel whenever you want), say M here and read
+  Documentation/modules.txt.  The module will be called ide-floppy.o.
 
 SCSI emulation support
 CONFIG_BLK_DEV_IDESCSI
@@ -293,7 +298,7 @@
 
 CMD640 chipset bugfix/support
 CONFIG_BLK_DEV_CMD640
-  The CMD-Technologies CMD640 chip is used on many common 486 and
+  The CMD-Technologies CMD640 IDE chip is used on many common 486 and
   Pentium motherboards, usually in combination with a "Neptune" or
   "SiS" chipset.  Unfortunately, it has a number of rather nasty
   design flaws that can cause severe data corruption under many common
@@ -303,9 +308,9 @@
   systems.  This driver will work automatically in PCI based systems
   (most new systems have PCI slots).  But if your system uses VESA
   local bus (VLB) instead of PCI, you must also supply a kernel boot
-  parameter to enable the CMD640 bugfix/support: "ide0=cmd640_vlb" The
-  CMD640 chip is also used on add-in cards by Acculogic, and on the
-  "CSA-6400E PCI to IDE controller" that some people have. For
+  parameter to enable the CMD640 bugfix/support: "ide0=cmd640_vlb".
+  The CMD640 chip is also used on add-in cards by Acculogic, and on
+  the "CSA-6400E PCI to IDE controller" that some people have. For
   details, read Documentation/ide.txt. If unsure, say Y.
 
 CMD640 enhanced support
@@ -335,15 +340,17 @@
 
 Generic PCI bus-master DMA support
 CONFIG_BLK_DEV_IDEDMA
-  If your PCI IDE controller is capable of bus-master DMA
-  (Direct Memory Access) transfers (most newer systems are),
-  then you will want to say Y here to reduce CPU overhead.
-  With this option, Linux will automatically enable DMA transfers
-  in most cases, noting this with "DMA" appended to the drive
-  identification info.  You can also use the "hdparm" utility to
-  enable DMA for drives which were not enabled automatically.
-  You can get the latest version of the hdparm utility via anonymous
-  FTP from sunsite.unc.edu/pub/Linux/system/hardware/
+  If your PCI system uses IDE drive(s) (as opposed to SCSI, say) and
+  is capable of bus-master DMA operation (most Pentium PCI systems),
+  you will want to say Y here to reduce CPU overhead.  With this
+  option, Linux will automatically enable DMA transfers in most cases,
+  noting this with "DMA" appended to the drive identification info.
+  You can also use the "hdparm" utility to enable DMA for drives which
+  were not enabled automatically.  You can get the latest version of
+  the hdparm utility via anonymous FTP from
+  sunsite.unc.edu/pub/Linux/system/hardware/. Read the comments at the
+  beginning of drivers/block/idedma.c and the file
+  Documentation/ide.txt for more information.
   It is safe to say Y to this question.
 
 Other IDE chipset support
@@ -427,7 +434,7 @@
   I/O speeds to be set as well.  See the Documentation/ide.txt and
   ali14xx.c files for more info.
 
-XT harddisk support
+XT hard disk support
 CONFIG_BLK_DEV_XD
   Very old 8 bit hard disk controllers used in the IBM XT computer. To
   include a driver for these, say Y. If you want to compile the driver
@@ -438,22 +445,25 @@
 
 Parallel port IDE device support
 CONFIG_PARIDE
-  There are many external CD-ROM and disk devices that connect
-  through your computer's parallel port.  Most of them are actually
-  IDE devices using a parallel port IDE adapter.  This option enables
-  the PARIDE subsystem which contains drivers for many of these
-  external drives.  Read linux/Documentation/paride.txt for more
-  information.  If you have enabled the parallel port support general
-  configuration option, you may share a single port between your
-  printer and other parallel port devices.  Answer Y to build PARIDE 
-  support into your kernel, or M if you would like to build it as a 
-  loadable module.  If your parallel port support is in a loadable 
-  module, you must build PARIDE as a module.  If you built PARIDE
-  support into your kernel, you may still build the individual 
-  protocol modules and high-level drivers as loadable modules.  To
-  use the PARIDE support, you must have this module as well as at
-  least one protocol module and one high-level driver.  If you build
-  this support as a module, it will be called paride.o.
+  There are many external CD-ROM and disk devices that connect through
+  your computer's parallel port. Most of them are actually IDE devices
+  using a parallel port IDE adapter. This option enables the PARIDE
+  subsystem which contains drivers for many of these external drives.
+  Read linux/Documentation/paride.txt for more information. If you
+  have said Y to the "Parallel-port support" configuration option, you
+  may share a single port between your printer and other parallel port
+  devices. Answer Y to build PARIDE support into your kernel, or M if
+  you would like to build it as a loadable module. If your parallel
+  port support is in a loadable module, you must build PARIDE as a
+  module. If you built PARIDE support into your kernel, you may still
+  build the individual protocol modules and high-level drivers as
+  loadable modules. To use the PARIDE support, you must say Y or M
+  here and also to at least one high-level driver (e.g. "Parallel port
+  IDE disks", "Parallel port ATAPI CD-ROMs", "Parallel port ATAPI
+  disks" etc.) and to at least one protocol driver (e.g. "ATEN EH-100
+  protocol", "MicroSolutions backpack protocol", "DataStor Commuter
+  protocol" etc.). If you build this support as a module, it will be
+  called paride.o.
 
 Parallel port IDE disks
 CONFIG_PARIDE_PD 
@@ -465,22 +475,25 @@
   must also have at least one parallel port protocol driver in your 
   system.  Among the devices supported by this driver are the SyQuest 
   EZ-135, EZ-230 and SparQ drives, the Avatar Shark and the backpack
-  hardrives from MicroSolutions.
+  hard drives from MicroSolutions.
 
 Parallel port ATAPI CD-ROMs
 CONFIG_PARIDE_PCD 
   This option enables the high-level driver for ATAPI CD-ROM devices
-  connected through a parallel port.  If you chose to build PARIDE
+  connected through a parallel port. If you chose to build PARIDE
   support into your kernel, you may answer Y here to build in the
-  parallel port ATAPI CD-ROM driver, otherwise you should answer M
-  to build it as a loadable module.  The module will be called pcd.o.
-  You must also have at least one parallel port protocol driver in
-  your system.  Among the devices supported by this driver are the
-  MicroSolutions backpack CD-ROM drives and the Freecom Power CD.
+  parallel port ATAPI CD-ROM driver, otherwise you should answer M to
+  build it as a loadable module. The module will be called pcd.o. You
+  must also have at least one parallel port protocol driver in your
+  system. Among the devices supported by this driver are the
+  MicroSolutions backpack CD-ROM drives and the Freecom Power CD. If
+  you have such a CD-ROM drive, you should also say Y to "ISO9660
+  cdrom filesystem support" below, because that's the filesystem used
+  on CDROMs.
 
 Parallel port ATAPI disks
 CONFIG_PARIDE_PF 
-  This option enable the high-level driver for ATAPI disk devices
+  This option enables the high-level driver for ATAPI disk devices
   connected through a parallel port.  If you chose to build PARIDE
   support into your kernel, you may answer Y here to build in the
   parallel port ATAPI disk driver, otherwise you should answer M
@@ -492,7 +505,7 @@
 
 Parallel port ATAPI tapes
 CONFIG_PARIDE_PT
-  This option enable the high-level driver for ATAPI tape devices
+  This option enables the high-level driver for ATAPI tape devices
   connected through a parallel port.  If you chose to build PARIDE
   support into your kernel, you may answer Y here to build in the
   parallel port ATAPI disk driver, otherwise you should answer M
@@ -584,7 +597,7 @@
 OnSpec 90c20 protocol
 CONFIG_PARIDE_ON20 
   This option enables support for the (obsolete) 90c20 parallel port 
-  IDE protocol from OnSpec (often marketted under the ValuStore brand
+  IDE protocol from OnSpec (often marketed under the ValuStore brand
   name).  If you chose to build PARIDE support into your kernel, you 
   may answer Y here to build in the protocol driver, otherwise you 
   should answer M to build it as a loadable module.  The module will 
@@ -594,7 +607,7 @@
 OnSpec 90c26 protocol
 CONFIG_PARIDE_ON26 
   This option enables support for the 90c26 parallel port IDE protocol 
-  from OnSpec Electronics (often marketted under the ValuStore brand
+  from OnSpec Electronics (often marketed under the ValuStore brand
   name).  If you chose to build PARIDE support into your kernel, you 
   may answer Y here to build in the protocol driver, otherwise you 
   should answer M to build it as a loadable module.  The module will 
@@ -603,17 +616,18 @@
 
 Multiple devices driver support
 CONFIG_BLK_DEV_MD
-  This driver lets you combine several harddisk partitions into one
-  logical block device. Information about how and why to use it and the
-  necessary tools are available over ftp (user: anonymous) from
-  sweet-smoke.ufr-info-p7.ibp.fr/pub/Linux in the md package
-  and the md-FAQ. Please read drivers/block/README.md. If unsure, say
-  N.
+  This driver lets you combine several hard disk partitions into one
+  logical block device. Information about how and why to use it and
+  the necessary tools are available over ftp (user: anonymous) from
+  sweet-smoke.ufr-info-p7.ibp.fr/pub/Linux in the md package and the
+  md-FAQ. Please read drivers/block/README.md and the relevant section
+  of the Disk-HOWTO, available via ftp (user: anonymous) from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. If unsure, say N.
 
 Linear (append) mode
 CONFIG_MD_LINEAR
   If you say Y here, then your multiple devices driver will be able to
-  use the so-called linear mode, i.e. it will combine the harddisk
+  use the so-called linear mode, i.e. it will combine the hard disk
   partitions by simply appending one to the other. If you want to
   compile this as a module ( = code which can be inserted in and
   removed from the running kernel whenever you want), say M here and
@@ -623,7 +637,7 @@
 RAID-0 (striping) mode
 CONFIG_MD_STRIPED
   If you say Y here, then your multiple devices driver will be able to
-  use the so-called raid0 mode, i.e. it will combine the harddisk
+  use the so-called raid0 mode, i.e. it will combine the hard disk
   partitions into one logical device in such a fashion as to fill them
   up evenly, one chunk here and one chunk there. This will increase
   the throughput rate if the partitions reside on distinct disks.  If
@@ -743,60 +757,64 @@
 
 Networking support
 CONFIG_NET
-  Unless you really know what you are doing, you should say Y
-  here. The reason is that some programs need kernel networking
-  support even if you configure a stand-alone machine that won't be
-  connected to any other computer.  If you are upgrading from an older
-  kernel, you should consider updating your networking tools too
-  because changes in the kernel and the tools often go hand in hand;
-  see http://www.inka.de/sites/lina/linux/NetTools/index_en.html for
-  details. 
+  Unless you really know what you are doing, you should say Y here.
+  The reason is that some programs need kernel networking support even
+  when running on a stand-alone machine that isn't connected to any
+  other computer. If you are upgrading from an older kernel, you
+  should consider updating your networking tools too because changes
+  in the kernel and the tools often go hand in hand. The tools are
+  contained in the package net-tools, the location and version number
+  of which is given in Documentation/Changes.
 
 Fast switching (read help!)
 CONFIG_NET_FASTROUTE
-  Enable direct NIC-to-NIC data transfers.
-  *** This option is NOT COMPATIBLE with several important ***
-  *** networking options: especially CONFIG*FIREWALL.      ***
+  Enables direct NIC-to-NIC data transfers, which is fast.
+    *** This option is NOT COMPATIBLE with several important ***
+    *** networking options: especially CONFIG*FIREWALL.      ***
   However, it will work with all options in CONFIG_IP_ADVANCED_ROUTER
-  section (except for CONFIG_IP_ROUTE_TOS). At the moment few of devices
-  supports it (tulip is one of them, modified 8390 can be found at
-  ftp://ftp.inr.ac.ru/ip-routing/fastroute-8390.tar.gz).
-  Remember, short cuts make long delays :-), say N.
+  section (except for CONFIG_IP_ROUTE_TOS). At the moment, few devices
+  support fast switching (tulip is one of them, modified 8390 can be
+  found at ftp://ftp.inr.ac.ru/ip-routing/fastroute-8390.tar.gz). If
+  unsure, say N.
 
 Forwarding between high speed interfaces
 CONFIG_NET_HW_FLOWCONTROL
   This option enables NIC hardware throttling during periods of
-  extremal congestion. At the moment only couple of device drivers
-  support it (really, one --- tulip, modified 8390 can be found
-  at ftp://ftp.inr.ac.ru/ip-routing/fastroute-8390.tar.gz).
-  Really, this option is applicable to any machine attached
-  to enough fast network, and even 10Mb NIC
-  is able to kill not very slow box, sort of 120MHz Pentium.
-  However, do not enable this option, if you did not experienced
+  extremal congestion. At the moment only a couple of device drivers
+  support it (really only one ---tulip, modified 8390 can be found at
+  ftp://ftp.inr.ac.ru/ip-routing/fastroute-8390.tar.gz).  Really, this
+  option is applicable to any machine attached to a fast enough
+  network, and even a 10Mb NIC is able to kill a not very slow box,
+  such as a 120MHz Pentium.
+  However, do not enable this option, if you did not experience
   any serious problems.
 
 Network aliasing
 CONFIG_NET_ALIAS
   This will allow you to set multiple network addresses on the same
   low-level network device driver. Typically used for services that
-  act differently based on the address they listen on
-  (e.g. "multihosting" or "virtual domains" on the web server apache
-  and the ftp server wuftpd) or for connecting to different logical
-  networks through the same physical interface (most commonly an
-  ethernet networking card).  This is the generic part, later when
-  configuring network protocol options you will be asked for
-  protocol-specific aliasing support, and you will have to say Y to at
-  least one of them.  See Documentation/networking/alias.txt for more
-  info.  If you need this feature (for any protocol, like IP) say Y;
-  if unsure, say N.
+  act differently based on the address they listen on (e.g.
+  "multihosting" or "virtual domains" or "virtual hosting services" on
+  the web server apache and the ftp server wuftpd -- read the
+  Virtual-Services-HOWTO, available via ftp (user: anonymous) from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO) or for connecting to
+  different logical networks through the same physical interface (most
+  commonly an Ethernet networking card). This is the generic part,
+  later when configuring network protocol options you will be asked
+  for protocol-specific aliasing support, and you will have to say Y
+  to at least one of them, most likely "IP: aliasing support". See
+  Documentation/networking/alias.txt for more info. If you need this
+  feature (for any protocol, like IP) say Y; if unsure, say N.
 
 Socket filtering
 CONFIG_FILTER
   The Linux Socket Filter is derived from the Berkeley Packet Filter.
-  Through Socket Filtering you can have the kernel decide whether the
-  data is good and to continue processing it. Linux Socket Filtering 
-  works on all socket types except TCP for now. See the text file
-  linux/Documentation/networking/filter.txt for more information.
+  If you say Y here, user-space programs can attach a filter onto any
+  socket and thereby tell the kernel that it should allow or disallow
+  certain types of data to get through the socket. Linux Socket
+  Filtering works on all socket types except TCP for now. See the text
+  file linux/Documentation/networking/filter.txt for more information.
+  If unsure, say N.
 
 Network firewalls
 CONFIG_FIREWALL
@@ -824,7 +842,7 @@
   Normal TCP/IP networking is open to an attack known as "SYN flooding".
   This denial-of-service attack prevents legitimate remote users from
   being able to connect to your computer and requires very little work
-  from the attacker, who can operate from anywhere on the internet.
+  from the attacker, who can operate from anywhere on the Internet.
   SYN cookies provide protection against this type of attack. With
   this option turned on, the TCP/IP stack will use a cryptographic
   challenge protocol known as SYN cookies to enable legitimate users
@@ -849,10 +867,12 @@
 CONFIG_ALPHA_AVANTI
   Find out what type of Alpha motherboard you have. You will probably
   want to read the Linux/Alpha homepage on the WWW at
-  http://www.azstarnet.com/~axplinux/ (To browse the WWW, you need to
+  http://www.azstarnet.com/~axplinux/ (to browse the WWW, you need to
   have access to a machine on the Internet that has a program like
-  lynx or netscape). For this question, it suffices to give a unique
-  prefix of the option you want to choose. The choices:
+  lynx or netscape) and also the Alpha-HOWTO, available via ftp (user:
+  anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO. For this
+  question, it suffices to give a unique prefix of the option you want
+  to choose. The choices:
   ** Avanti: This is for Mustang (AS200), M3 (AS250), Avanti (AS400)
      AlphaStations.  These usually come with a TGA graphics adapter,
      so you'll want to say Y to "TGA Console support", below, if you
@@ -922,11 +942,13 @@
 Support more than 4 serial ports
 CONFIG_SERIAL_MANY_PORTS
   Enable this option if you have dumb serial boards other than the
-  four standard COM 1/2/3/4 ports.  This may happen if you have an AST
-  FourPort, Accent Async, Boca, or other custom serial port hardware
-  which acts similar to standard serial port hardware.  If you only
-  use the standard COM 1/2/3/4 ports, you can say N here to save some
-  memory.
+  four standard COM 1/2/3/4 ports. This may happen if you have an AST
+  FourPort, Accent Async, Boca (read the Boca mini-HOWTO, available
+  via ftp (user: anonymous) from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini), or other custom serial
+  port hardware which acts similar to standard serial port hardware.
+  If you only use the standard COM 1/2/3/4 ports, you can say N here
+  to save some memory.
 
 Support for sharing serial interrupts
 CONFIG_SERIAL_SHARE_IRQ
@@ -995,6 +1017,12 @@
   Y if you think it might help, but try turning it off if you
   experience any problems with the PCI bus. N is the safe answer.
 
+Backward-compatible /proc/pci
+CONFIG_PCI_OLD_PROC
+  If you say Y here and to the "/proc filesystem support" below, you
+  will get a directory /proc/pci with information about your PCI
+  hardware. If unsure, say Y.
+
 MCA support
 CONFIG_MCA
   MicroChannel Architecture is found in some IBM PS/2 machines and
@@ -1019,25 +1047,38 @@
   or with the program info ("man info"). Saying Y here enlarges
   your kernel by about 7kB. Just say Y.
 
+BSD Process Accounting
+CONFIG_BSD_PROCESS_ACCT
+  If you say Y here, a user level program will be able to instruct the
+  kernel (via a special system call) to write process accounting
+  information to a file: whenever a process exits, information about
+  that process will be appended to the file by the kernel. The
+  information includes things such as creation time, owning user,
+  command name, memory usage, controlling terminal etc. (the complete
+  list is in the struct acct in include/linux/acct.h). It is up to the
+  user level program to do useful things with this information. This
+  is generally a good idea, so say Y.
+  
 Sysctl support
 CONFIG_SYSCTL
-  The sysctl interface provides a means of dynamically changing certain
-  kernel parameters and variables on the fly without requiring a
-  recompile of the kernel or reboot of the system. The primary interface
-  consists of a system call, but if the /proc filesystem is enabled, a
-  tree of modifiable sysctl entries will be generated beneath the 
-  /proc/sys directory. Note that enabling this option will enlarge the 
-  kernel by at least 8kB. As it is generally a good thing, you probably
-  want to say Y here unless building a kernel for install/rescue disks
-  or your system is very limited in memory.
+  The sysctl interface provides a means of dynamically changing
+  certain kernel parameters and variables on the fly without requiring
+  a recompile of the kernel or reboot of the system. The primary
+  interface consists of a system call, but if the /proc filesystem is
+  enabled, a tree of modifiable sysctl entries will be generated
+  beneath the /proc/sys directory. They are explained in the files in
+  Documentation/sysctl/. Note that enabling this option will enlarge
+  the kernel by at least 8kB. As it is generally a good thing, you
+  probably want to say Y here unless building a kernel for
+  install/rescue disks or your system is very limited in memory.
 
 Kernel support for ELF binaries
 CONFIG_BINFMT_ELF
   ELF (Executable and Linkable Format) is a format for libraries and
   executables used across different architectures and operating
   systems. This option will enable your kernel to run ELF binaries and
-  enlarge it by about 2kB. ELF support under Linux is quickly
-  replacing the traditional Linux a.out formats (QMAGIC and ZMAGIC)
+  enlarge it by about 2kB. ELF support under Linux has now all but
+  replaced the traditional Linux a.out formats (QMAGIC and ZMAGIC)
   because it is portable (this does *not* mean that you will be able
   to run executables from different architectures or operating
   systems!) and makes building run-time libraries very easy. Many new
@@ -1104,9 +1145,9 @@
   will be called binfmt_java.o. 
   The complete functionality of this Java support is also provided by
   the more general option "Kernel support for MISC binaries",
-  below. This option is therefore considered obsolete and you probably
-  want to say N here and Y to "Kernel support for MISC binaries" if
-  you're interested in Java.
+  below. This option is therefore considered obsolete and you should
+  say N here and Y to "Kernel support for MISC binaries" if you're 
+  interested in transparently executing Java programs.
 
 Kernel support for Linux/Intel ELF binaries
 CONFIG_BINFMT_EM86
@@ -1129,11 +1170,13 @@
   (CONFIG_BINFMT_JAVA) or "Kernel support for Linux/Intel ELF
   binaries" (CONFIG_BINFMT_EM86), as this is a more general solution.
   You can do other nice things, too. Read
-  Documentation/binfmt_misc.txt to learn how to use this feature.
+  Documentation/binfmt_misc.txt to learn how to use this feature, and
+  Documentation/java.txt for information about how to include Java
+  support. 
   You must enable the "proc filesystem support" (CONFIG_PROC_FS) to
   use this part of the kernel.
   You may answer M for module support and later load the module when
-  you have use for it.  
+  you have use for it; the module is called binfmt_misc.o.  
   If you don't know what to answer at this point, say Y.
 
 Solaris binary emulation
@@ -1155,10 +1198,21 @@
   (=586) and Pentium Pro (=686). In rare cases, it can make sense to
   specify "Pentium" even if running on a 486: the kernel will be
   smaller but slower. 
-  If you have a multiple processor machine and want Linux to use all
-  the processors in parallel, set the SMP variable in the toplevel
-  kernel Makefile.
-  If you don't know what to do, say "386".
+  If you have a single processor machine, make sure that the line
+  "SMP=1" at the top of the toplevel kernel Makefile is commented out;
+  if you have a multi processor machine and want Linux to use all the
+  processors in parallel (Symmetric Multi Processing), make sure that
+  the line "SMP=1" is not commented out and read Documentation/smp and
+  Documentation/IO-APIC.txt and the SMP-FAQ on the WWW at
+  http://www.irisa.fr/prive/mentre/smp-faq/ (to browse the WWW, you
+  need to have access to a machine on the Internet that has a programs
+  like lynx or netscape). People using multiprocessor machines should
+  also say Y to "Enhanced Real Time Clock Support", below.
+  If you want to compile a kernel that should work on both single
+  processor and multi processor machines, it is possible to set
+  SMP=1. The "Advance Power Management" code (see configuration option
+  below) will not work in that scenario, though.
+  If you don't know what to do, choose "386".
 
 Video mode selection support
 CONFIG_VIDEO_SELECT
@@ -1178,9 +1232,11 @@
 Parallel-port support
 CONFIG_PARPORT
   If you want to use devices connected to your parallel port (the
-  connector at the computers with 25 holes), e.g. printer, Zip drive,
-  PLIP link etc., then you need to enable this option; please read
-  Documentation/parport.txt and drivers/misc/BUGS-parport.  For
+  connector at the computer with 25 holes), e.g. printer, Zip drive,
+  PLIP link (Parallel Line Internet Protocol is mainly used to create
+  a mini network by connecting the parallel ports of two local
+  machines) etc., then you need to say Y here; please read
+  Documentation/parport.txt and drivers/misc/BUGS-parport. For
   extensive information about drivers for many devices attaching to
   the parallel port see http://www.torque.net/linux-pp.html on the WWW
   (To browse the WWW, you need to have access to a machine on the
@@ -1190,18 +1246,26 @@
   want to compile parallel port support as a module ( = code which can
   be inserted in and removed from the running kernel whenever you
   want), say M here and read Documentation/modules.txt. The module
-  will be called parport.o.  If you have more than one parallel port
-  and want to specify which port and IRQ to use by this driver at
+  will be called parport.o. If you have more than one parallel port
+  and want to specify which port and IRQ to be used by this driver at
   module load time, read Documentation/networking/net-modules.txt.
+  If unsure, say Y.
 
 PC-style hardware 
 CONFIG_PARPORT_PC
-  You should enable this option if you have a PC-style parallel
-  port. All IBM PC compatible computers and some Alphas have PC-style
-  parallel ports.  This code is also available as a module. If you
-  want to it as a module ( = code which can be inserted in and removed
-  from the running kernel whenever you want), say M here and read
+  You should say Y here if you have a PC-style parallel port. All IBM
+  PC compatible computers and some Alphas have PC-style parallel
+  ports. This code is also available as a module. If you want to it as
+  a module ( = code which can be inserted in and removed from the
+  running kernel whenever you want), say M here and read
   Documentation/modules.txt. The module will be called parport_pc.o.
+  If unsure, say Y.
+
+Support foreign hardware
+CONFIG_PARPORT_OTHER
+  Say Y here if you want to be able to load driver modules to support
+  other non-standard types of parallel ports. This causes a
+  performance loss, so most people say N.
 
 Sun Ultra/AX-style hardware 
 CONFIG_PARPORT_AX
@@ -1209,25 +1273,6 @@
   Ultra/AX machines.  This code is also available as a module (say M),
   called parport_ax.o.  If in doubt, saying N is the safe plan.
 
-Foreign parallel hardware
-CONFIG_PARPORT_OTHER
-  Say Y here if you want to be able to load driver modules to support
-  other types of parallel port.  This causes a performance loss, so most
-  people say N.
-
-Compile the kernel into the ELF object format 
-CONFIG_ELF_KERNEL
-  ELF (Executable and Linkable Format) is a format for libraries and
-  executables used across different architectures and operating
-  systems. This option will cause the resulting kernel to be in ELF
-  format, which is generally desirable, so say Y. However, it only
-  works if your compiler and linker can produce ELF code.
-
-Is your ELF compiler an extra compiler
-CONFIG_EXTRA_ELF_COMPILER
-  If you have a linuxelf-gcc as opposed to linux-gcc, say Y, otherwise
-  N.
-
 Generate little endian code
 CONFIG_CPU_LITTLE_ENDIAN
   If your compiler is mipsel-linux-gcc or mipsel-linuxelf-gcc (as
@@ -1243,7 +1288,7 @@
 
 Auto-probe for parallel devices
 CONFIG_PNP_PARPORT
-  Some IEEE-1284 conformant parallel-port devices can identify
+  Some IEEE-1284 conforming parallel-port devices can identify
   themselves when requested.  Say Y to enable this feature, or M to
   compile it as a module (parport_ieee1284.o).  If in doubt, say N.
 
@@ -1287,10 +1332,10 @@
 PnP Legacy device support
 CONFIG_PNP_LEGACY
   Before PnP ISA was standardized, several "jumperless", or
-  "soft-configurable" boards were finding there way onto the market.
+  "soft-configurable" boards were finding their way onto the market.
   These cards used somewhat proprietary mechanisms for configuring
   IRQs, DMAs, IO addresses, and memory ranges. These devices (mainly
-  network cards, but also some sound card) can be configured as any
+  network cards, but also some sound cards) can be configured as any
   other PnP device can by saying Y here, if appropriate drivers
   for these devices are available.
 
@@ -1308,20 +1353,21 @@
 PnP auto-configures all devices on startup
 CONFIG_PNP_BOOTINIT
   This option will allow the PnP subsystem to automatically configure
-  all the   PnP devices it finds upon system startup (or at least
-  attempt to). This is useful if you have older driver which do not use
+  all the PnP devices it finds upon system startup (or at least
+  attempt to). This is useful if you have older drivers which do not use
   the Linux-PnP system to configure PnP devices, and which you need
-  configured by PnP in order to use.
+  to be configured by PnP before you can use them.
 
 Enable loadable module support
 CONFIG_MODULES
-  Kernel modules are small pieces of compiled code which can be 
-  inserted in or removed from the running kernel, using the
-  programs insmod and rmmod. This is described in the file 
-  Documentation/modules.txt. Modules can be device drivers, file 
-  systems, binary executable formats, and so on. If you think that 
-  you may want to make use of modules with this kernel in the future, 
-  then say Y here. If unsure, say Y.
+  Kernel modules are small pieces of compiled code which can be
+  inserted in or removed from the running kernel, using the programs
+  insmod and rmmod. This is described in the file
+  Documentation/modules.txt, including the fact that you have to say
+  "make modules" in order to compile the modules. Modules can be
+  device drivers, file systems, binary executable formats, and so
+  on. If you think that you may want to make use of modules with this
+  kernel in the future, then say Y here. If unsure, say Y.
 
 Set version information on all symbols for modules
 CONFIG_MODVERSIONS
@@ -1339,10 +1385,14 @@
 
 Kernel module loader support
 CONFIG_KMOD
-  This feature allows the kernel to load modules for itself.  When
-  a part of the kernel needs a module, it runs modprobe with the
-  appropriate arguments.  Say Y here and read about configuring it
-  in Documentation/kmod.txt.  (this is a replacement of kerneld)
+  Normally when you have selected some drivers and/or filesystems to
+  be created as loadable modules, you also have the responsibility to
+  load the corresponding modules (using the programs insmod or
+  modprobe) before you can use them. If you say Y here however, the
+  kernel will be able to load modules for itself. When a part of the
+  kernel needs a module, it runs modprobe with the appropriate
+  arguments. (This is a replacement for kerneld.) Say Y here and read
+  about configuring it in Documentation/kmod.txt.
 
 ARP daemon support (EXPERIMENTAL)
 CONFIG_ARPD
@@ -1382,7 +1432,7 @@
   This is code for addressing several networked computers at once,
   enlarging your kernel by about 2 kB. You need multicasting if you
   intend to participate in the MBONE, a high bandwidth network on top
-  of the internet which carries audio and video broadcasts. More
+  of the Internet which carries audio and video broadcasts. More
   information about the MBONE is on the WWW at
   http://www.best.com/~prince/techinfo/mbone.html (to browse the WWW,
   you need to have access to a machine on the Internet that has a
@@ -1439,7 +1489,7 @@
   verbose messages regarding the routing, for example warnings about
   received packets which look strange and could be evidence of an
   attack or a misconfigured system somewhere. The information is
-  handled by the klogd demon which is responsible for kernel messages
+  handled by the klogd daemon which is responsible for kernel messages
   ("man klogd").
 
 IP: large routing tables
@@ -1475,10 +1525,17 @@
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. Also, you will need the
   ipfwadm tool (available via ftp (user: anonymous) from
   ftp.xos.nl/pub/linux/ipfwadm/) to allow selective blocking of
-  internet traffic based on type, origin and destination.  The
-  firewalling code will only work if you say Y to "/proc filesystem
-  support" below and IP forwarding is enabled in your kernel; do this
-  from within a boot-time script like so: 
+  Internet traffic based on type, origin and destination; this type of
+  firewall is called a "packet filter".  The other type of firewall,
+  "proxy-based" ones, is more secure but more intrusive and more
+  bothersome to set up; it inspects the network traffic much more
+  closely and has knowledge about the higher level protocols, which
+  packet filters lack. Proxy-based firewalls don't need support by the
+  kernel, but they are often combined with a packet filter, which only
+  works if you say Y here.
+  The firewalling code will only work if you say Y to "/proc
+  filesystem support" below and IP forwarding is enabled in your
+  kernel; do this from within a boot-time script like so:
     echo "1" > /proc/sys/net/ipv4/ip_forwarding
   after the /proc filesystem has been mounted.  
   You need to say Y to "IP firewalling" in order to be able to use IP
@@ -1509,7 +1566,7 @@
   This keeps track of your IP network traffic and produces some
   statistics. Usually, you only want to say Y here if your box will be
   a router or a firewall for some local network. For the latter, you
-  need to say Y to IP firewalling. The data is accessible with "cat
+  need to say Y to "IP firewalling". The data is accessible with "cat
   /proc/net/ip_acct", so you want to say Y to the /proc filesystem
   below, if you say Y here. To specify what exactly should be
   recorded, you need the tool ipfwadm (available via ftp (user:
@@ -1534,9 +1591,9 @@
   say Y here. In case the boot ROM of your network card was designed
   for booting Linux and does BOOTP itself, providing all necessary
   information on the kernel command line, you can say N here.  If
-  unsure, say Y. Note that in case you want to use BOOTP, a BOOTP
-  server must be operating on your network. Read
-  Documentation/nfsroot.txt for details.
+  unsure, say Y. Note that if you want to use BOOTP, a BOOTP server
+  must be operating on your network. Read Documentation/nfsroot.txt
+  for details.
 
 RARP support
 CONFIG_IP_PNP_RARP
@@ -1544,8 +1601,8 @@
   some other computer over the net via NFS and you want the IP address
   of your computer to be discovered automatically at boot time using
   the RARP protocol (an older protocol which is being obsoleted by
-  BOOTP and DHCP), say Y here. Note that in case you want to use RARP,
-  a RARP server must be operating on your network. Read
+  BOOTP and DHCP), say Y here. Note that if you want to use RARP, a
+  RARP server must be operating on your network. Read
   Documentation/nfsroot.txt for details.
 
 IP: tunneling
@@ -1571,23 +1628,23 @@
   another protocol and sending it over a channel that understands the
   encapsulating protocol. This particular tunneling driver implements
   GRE (Generic Routing Encapsulation) and at this time allows
-  encapsulating of IPv4 or IPv6 over existing IPv4
-  infrastructure. This driver is useful if the other endpoint is a
-  Cisco router: Cisco likes GRE much better than the other Linux
-  tunneling driver ("IP: tunneling" above). In addition, GRE allows
-  multicast redistribution through the tunnel.
+  encapsulating of IPv4 or IPv6 over existing IPv4 infrastructure.
+  This driver is useful if the other endpoint is a Cisco router: Cisco
+  likes GRE much better than the other Linux tunneling driver ("IP:
+  tunneling" above). In addition, GRE allows multicast redistribution
+  through the tunnel.
 
 IP: broadcast GRE over IP
 CONFIG_NET_IPGRE_BROADCAST
   One application of GRE/IP is to construct a broadcast WAN (Wide Area
-  Network), which looks like a normal1 ethernet LAN (Local Area
+  Network), which looks like a normal Ethernet LAN (Local Area
   Network), but can be distributed all over the Internet. If you want
   to do that, say Y here and to "IP: multicast routing" below.
 
 IP: firewall packet logging
 CONFIG_IP_FIREWALL_VERBOSE
   This gives you information about what your firewall did with
-  packets it received. The information is handled by the klogd demon
+  packets it received. The information is handled by the klogd daemon
   which is responsible for kernel messages ("man klogd").
 
 IP: transparent proxying
@@ -1613,14 +1670,19 @@
   local net are completely invisible to the outside world, even though
   they can reach the outside and can be reached. This makes it
   possible to have the computers on the local network participate on
-  the internet even if they don't have officially registered IP
-  addresses.  (This last problem can also be solved by connecting the
+  the Internet even if they don't have officially registered IP
+  addresses. (This last problem can also be solved by connecting the
   Linux box to the Internet using SLiRP [SLiRP is a SLIP/PPP emulator
   that works if you have a regular dial up shell account on some UNIX
   computer; get it via ftp (user: anonymous) from
-  ftp://sunsite.unc.edu/pub/Linux/system/network/serial/].)  Details
-  on how to set things up are contained in the IP Masquerading FAQ,
-  available at http://www.indyramp.com/masq/. If you say Y here, then
+  ftp://sunsite.unc.edu/pub/Linux/system/network/serial/].) The IP
+  masquerading code will only work if you say Y to "/proc filesystem
+  support" below and IP forwarding is enabled in your kernel; you can
+  do this from within a boot-time script like so: echo "1" >
+  /proc/sys/net/ipv4/ip_forwarding after the /proc filesystem has been
+  mounted. Details on how to set things up are contained in the IP
+  Masquerade mini-HOWTO, available via ftp (user: anonymous) from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If you say Y here, then
   the modules ip_masq_ftp.o (for ftp transfers through the firewall),
   ip_masq_irc.o (for irc chats through the firewall), and
   ip_masq_raudio.o (for realaudio downloads through the firewall) will
@@ -1691,25 +1753,28 @@
 IP: aliasing support
 CONFIG_IP_ALIAS
   Sometimes it is useful to give several IP addresses to a single
-  physical network interface (= serial port or ethernet card). The
+  physical network interface (= serial port or Ethernet card). The
   most common case is that you want to serve different WWW or ftp
   documents to the outside according to which of your host names was
   used to connect to you. This is called "multihosting" or "virtual
-  domains" and is explained in detail on the WWW at
-  http://www.thesphere.com/~dlp/TwoServers/ (to browse the WWW, you
-  need to have access to a machine on the Internet that has a program
-  like lynx or netscape). Another scenario would be that there are two
-  logical networks living on your local ethernet and you want to
-  access them both with the same ethernet card. The configuration of
-  these alias addresses is done with a special name syntax explained
-  in Documentation/networking/alias.txt. If you want this, say Y. Most
-  people don't need it and say N.
+  domains" or "virtual hosting services" and is explained in detail on
+  the WWW at http://www.thesphere.com/~dlp/TwoServers/ (to browse the
+  WWW, you need to have access to a machine on the Internet that has a
+  program like lynx or netscape) and also in the
+  Virtual-Hosting-HOWTO, available via ftp (user: anonymous) from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. Another scenario would be
+  that there are two logical networks living on your local Ethernet
+  and you want to access them both with the same Ethernet card. The
+  configuration of these alias addresses is done with a special name
+  syntax explained in Documentation/networking/alias.txt and in the
+  IP-Alias mini-HOWTO. If you want this, say Y. Most people don't need
+  it and say N.
 
 IP: multicast routing
 CONFIG_IP_MROUTE
   This is used if you want your machine to act as a router for IP
   packets that have several destination addresses. It is needed on the
-  MBONE, a high bandwidth network on top of the internet which carries
+  MBONE, a high bandwidth network on top of the Internet which carries
   audio and video broadcasts. In order to do that, you would most
   likely run the program mrouted. Information about the multicast
   capabilities of the various network cards is contained in
@@ -1738,14 +1803,14 @@
 CONFIG_INET_PCTCP
   If you have been having difficulties telneting to your Linux machine
   from a DOS system that uses (broken) PC/TCP networking software (all
-  versions up to OnNet 2.0) over your local ethernet try saying Y
+  versions up to OnNet 2.0) over your local Ethernet try saying Y
   here.  Everyone else says N. People having problems with NCSA telnet
   should see the file linux/Documentation/networking/ncsa-telnet.
 
 Reverse ARP
 CONFIG_INET_RARP
   Since you asked: if there are (usually diskless or portable)
-  machines on your local network that know their hardware ethernet
+  machines on your local network that know their hardware Ethernet
   addresses but don't know their IP addresses upon startup, they can
   send out a Reverse Address Resolution Protocol (RARP) request to
   find out their own IP addresses. Diskless Sun 3 machines use this
@@ -1833,7 +1898,7 @@
   process can require a lot more memory for network buffers and thus this
   option is best only used on machines with 16Mb of memory or higher. 
   Unless you are using long links with end to end speeds of over 2Mbit
-  a second or   satellite links this option will make no difference to
+  a second or satellite links this option will make no difference to
   performance.
 
 Unix domain sockets
@@ -1852,17 +1917,16 @@
 The IPv6 protocol
 CONFIG_IPV6
   This is experimental support for the next version of the Internet
-  Protocol IP version 6 (also called IPng "IP next
-  generation"). Features of this new protocol include: expanded
-  address space, authentication and privacy, and seamless
-  interoperability with the current version of IP (IP version 4). For
-  general information about IPv6, see
-  http://playground.sun.com/pub/ipng/html/ipng-main.html (to browse
-  the WWW, you need to have access to a machine on the Internet that
-  has a program like lynx or netscape); for specific information about
-  IPv6 under Linux read the HOWTO at http://www.terra.net/ipv6/ and
-  the file net/ipv6/README in the kernel source. If you want to use
-  IPv6, please upgrade to the newest net-tools as given in
+  Protocol: IP version 6 (also called IPng "IP next generation"). 
+  Features of this new protocol include: expanded address space,
+  authentication and privacy, and seamless interoperability with the
+  current version of IP (IP version 4). For general information about
+  IPv6, see http://playground.sun.com/pub/ipng/html/ipng-main.html (to
+  browse the WWW, you need to have access to a machine on the Internet
+  that has a program like lynx or netscape); for specific information
+  about IPv6 under Linux read the HOWTO at http://www.terra.net/ipv6/
+  and the file net/ipv6/README in the kernel source. If you want to
+  use IPv6, please upgrade to the newest net-tools as given in
   Documentation/Changes. The IPv6 support is also available as a
   module ( = code which can be inserted in and removed from the
   running kernel whenever you want). The module will be called
@@ -1889,13 +1953,13 @@
 CONFIG_IPX
   This is support for the Novell networking protocol, IPX, commonly
   used for local networks of Windows machines. You need it if you want
-  to access Novell Netware file or print servers using the Linux
+  to access Novell NetWare file or print servers using the Linux
   Novell client ncpfs (available via ftp (user: anonymous) from
   sunsite.unc.edu:/pub/Linux/system/filesystems/) or from within the
   Linux DOS emulator dosemu (read the DOSEMU-HOWTO, available in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO). In order to do the former,
   you'll also have to say Y to "NCP filesystem support", below. To
-  turn your Linux box into a fully featured Netware file server and
+  turn your Linux box into a fully featured NetWare file server and
   IPX router, say Y here and fetch either lwared from
   sunsite.unc.edu:/pub/Linux/system/network/daemons/ or mars_nwe from
   ftp.gwdg.de:/pub/linux/misc/ncpfs. For more information, read the
@@ -1953,7 +2017,7 @@
   http://artoo.hitchcock.org/~flowerpt/projects/linux-netatalk/ on the
   WWW for details (to browse the WWW, you need to have access to a
   machine on the Internet that has a program like lynx or
-  netscape). EtherTalk is the name used for appletalk over ethernet
+  netscape). EtherTalk is the name used for appletalk over Ethernet
   and the cheaper and slower LocalTalk is appletalk over a proprietary
   apple network using serial links. Ethertalk and Localtalk are fully 
   supported by Linux. The NET-2-HOWTO, available via ftp (user: anonymous)
@@ -1971,7 +2035,7 @@
   networking available.  This feature is experimental. With this
   driver, you can either encapsulate IP inside Appletalk (e.g. if your
   Linux box is stuck on an appletalk only network) or decapsulate
-  (e.g. if you want your Linux box to act as a internet gateway for a
+  (e.g. if you want your Linux box to act as a Internet gateway for a
   zoo of appletalk connected Macs). You decide which one of the two
   you want in the following two questions; you can say Y to only one
   of them. Please see Documentation/networking/ipddp.txt for more
@@ -2050,7 +2114,7 @@
   microphone input and speaker output) supporting the KISS protocol or
   one of the various SCC cards that are supported by the Ottawa PI,
   the Gracilis Packetwin or the generic Z8530 driver. Another option
-  are the Baycom modem serial and parallel port hacks or the soundcard
+  are the Baycom modem serial and parallel port hacks or the sound card
   modem (supported by their own drivers). If you say Y here, you also
   have to say Y to one of those drivers. Information about where to
   get supporting software for Linux amateur radio as well as
@@ -2106,7 +2170,7 @@
 CONFIG_BPQETHER
   AX.25 is the protocol used for computer communication over amateur
   radio. If you say Y here, you will be able to send and receive AX.25
-  traffic over ethernet (also called "BPQ AX.25"), which could be
+  traffic over Ethernet (also called "BPQ AX.25"), which could be
   useful if some other computer on your local network has a direct
   amateur radio connection.
 
@@ -2151,9 +2215,9 @@
   network either with a dedicated network card using the X.21 protocol
   (not yet supported by Linux) or one can do X.25 over a standard
   telephone line using an ordinary modem (say Y to "X.25 async driver"
-  below) or over ethernet using an ordinary ethernet card and either
+  below) or over Ethernet using an ordinary Ethernet card and either
   the 802.2 LLC protocol (say Y to "802.2 LLC" below) or LAPB over
-  ethernet (say Y to "LAPB Data Link Driver" and "LAPB over Ethernet
+  Ethernet (say Y to "LAPB Data Link Driver" and "LAPB over Ethernet
   driver" below).  If you want to compile this driver as a module ( =
   code which can be inserted in and removed from the running kernel
   whenever you want), say M here and read
@@ -2168,8 +2232,8 @@
   it is used to transport higher level protocols (mostly X.25 Packet
   Layer, the higher part of X.25, but others are possible as
   well). Usually, LAPB is used with specialized X.21 network cards, but
-  Linux currently supports LAPB only over ethernet connections. If you
-  want to use LAPB connections over ethernet, say Y here and to "LAPB
+  Linux currently supports LAPB only over Ethernet connections. If you
+  want to use LAPB connections over Ethernet, say Y here and to "LAPB
   over Ethernet driver" below.  Read
   Documentation/networking/lapb-module.txt for technical details.  If
   you want to compile this driver as a module though ( = code which
@@ -2180,35 +2244,36 @@
 802.2 LLC (VERY EXPERIMENTAL)
 CONFIG_LLC
   This is a Logical Link Layer protocol used for X.25 connections over
-  ethernet, using ordinary ethernet cards. 
+  Ethernet, using ordinary Ethernet cards. 
 
 Bridging (EXPERIMENTAL)
 CONFIG_BRIDGE
   If you say Y here, then your Linux box will be able to act as an
-  ethernet bridge, which means that the different ethernet segments it
-  is connected to will appear as one ethernet to the
-  participants. Several such bridges can work together to create even
-  larger networks of ethernets using the IEEE802.1 spanning tree
-  algorithm. As this is a standard, Linux bridges will interwork
-  properly with other third party bridge products. In order to use
-  this, you'll need the bridge configuration tools available via ftp
-  (user: anonymous) from shadow.cabi.net in /pub/Linux. Note that if
-  your box acts as a bridge, it probably contains several ethernet
-  devices, but the kernel is not able to recognize more than one at
-  boot time without help; for details read the Ethernet-HOWTO, available 
-  via ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO/. 
-  The Bridging code is still in test. If unsure, say N.
+  Ethernet bridge, which means that the different Ethernet segments it
+  is connected to will appear as one Ethernet to the participants.
+  Several such bridges can work together to create even larger
+  networks of Ethernets using the IEEE802.1 spanning tree algorithm.
+  As this is a standard, Linux bridges will interwork properly with
+  other third party bridge products. In order to use this, you'll need
+  the bridge configuration tools available via ftp (user: anonymous)
+  from shadow.cabi.net in /pub/Linux. Please read the Bridge
+  mini-HOWTO for more information. Note that if your box acts as a
+  bridge, it probably contains several Ethernet devices, but the
+  kernel is not able to recognize more than one at boot time without
+  help; for details read the Ethernet-HOWTO, available via ftp (user:
+  anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. The
+  Bridging code is still in test. If unsure, say N.
 
 Packet socket
 CONFIG_PACKET
   The Packet protocol is used by applications which communicate
   directly with network devices without an intermediate network
-  protocol implemented in the kernel, e.g. tcpdump. If you want that
-  they work, choose Y. This driver is also available as a module
-  called af_packet.o ( = code which can be inserted in and removed
-  from the running kernel whenever you want). If you want to compile
-  it as a module, say M here and read Documentation/modules.txt. If
-  unsure, say Y.
+  protocol implemented in the kernel, e.g. tcpdump. If you want them
+  to work, choose Y. This driver is also available as a module called
+  af_packet.o ( = code which can be inserted in and removed from the
+  running kernel whenever you want). If you want to compile it as a
+  module, say M here and read Documentation/modules.txt. If unsure,
+  say Y.
 
 Kernel/User network link driver
 CONFIG_NETLINK
@@ -2217,13 +2282,14 @@
   able to read from and write to character special files in the /dev
   directory having major mode 36. So far, the kernel uses it to
   publish some network related information if you say Y to "Routing
-  messages", below. It is also used by the firewall code if you say Y
-  to "Kernel/User network link driver" further down.  You also need to
-  say Y here if you want to use arpd, a daemon that helps keep the
-  internal ARP cache (a mapping between IP addresses and hardware
-  addresses on the local network) small. The ethertap device, which
-  lets user space programs read and write raw ethernet frames, also
-  needs the network link driver. If unsure, say Y.
+  messages", below. It is also used by the firewall code to publish
+  information about possible attacks if you say Y to "IP: firewall
+  packet netlink device" further down. You also need to say Y here if
+  you want to use arpd, a daemon that helps keep the internal ARP
+  cache (a mapping between IP addresses and hardware addresses on the
+  local network) small. The ethertap device, which lets user space
+  programs read and write raw Ethernet frames, also needs the network
+  link driver. If unsure, say Y.
 
 Routing messages
 CONFIG_RTNETLINK
@@ -2239,7 +2305,7 @@
 
 SCSI support?
 CONFIG_SCSI
-  If you want to use a SCSI harddisk, SCSI tapedrive, SCSI CDROM or
+  If you want to use a SCSI hard disk, SCSI tape drive, SCSI CDROM or
   any other SCSI device under Linux, say Y and make sure that you know
   the name of your SCSI host adapter (the card inside your computer
   that "speaks" the SCSI protocol), because you will be asked for
@@ -2257,18 +2323,19 @@
 
 SCSI disk support
 CONFIG_BLK_DEV_SD
-  If you want to use a SCSI harddisk or the SCSI or parallel port
+  If you want to use a SCSI hard disk or the SCSI or parallel port
   version of the IOMEGA ZIP drive under Linux, say Y and read the
-  SCSI-HOWTO, available via ftp (user: anonymous) in
-  sunsite.unc.edu:/pub/Linux/docs/HOWTO. This is NOT for SCSI
-  CDROMs. This driver is also available as a module ( = code which can
-  be inserted in and removed from the running kernel whenever you
-  want). The module will be called sd_mod.o. If you want to compile it
-  as a module, say M here and read Documentation/modules.txt and
-  Documentation/scsi.txt. Do not compile this driver as a module if
-  your root filesystem (the one containing the directory /) is located
-  on a SCSI disk. In this case, do not compile the driver for your
-  SCSI host adapter (below) as a module either.
+  SCSI-HOWTO and the Disk-HOWTO, both available via ftp (user:
+  anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. This is NOT for
+  SCSI CDROMs. This driver is also available as a module ( = code
+  which can be inserted in and removed from the running kernel
+  whenever you want). The module will be called sd_mod.o. If you want
+  to compile it as a module, say M here and read
+  Documentation/modules.txt and Documentation/scsi.txt. Do not compile
+  this driver as a module if your root filesystem (the one containing
+  the directory /) is located on a SCSI disk. In this case, do not
+  compile the driver for your SCSI host adapter (below) as a module
+  either.
 
 SCSI tape support
 CONFIG_CHR_DEV_ST
@@ -2295,15 +2362,15 @@
 Enable vendor-specific extensions (for SCSI CDROM)
 CONFIG_BLK_DEV_SR_VENDOR
   This enables the usage of vendor specific SCSI commands. This is
-  required to support multisession CD's on with old NEC/TOSHIBA
-  cdrom drives (and HP Writers). If you have such a drive and get
-  the first session only, try to say Y here; everybody else says N.
+  required to support multisession CD's with old NEC/TOSHIBA cdrom
+  drives (and HP Writers). If you have such a drive and get the first
+  session only, try saying Y here; everybody else says N.
 
 SCSI generic support
 CONFIG_CHR_DEV_SG
   If you want to use SCSI scanners, synthesizers or CD-writers or just
-  about anything having "SCSI" in its name other than harddisks,
-  CDROMs or tapes, say Y here. Those won't be supported by the kernel
+  about anything having "SCSI" in its name other than hard disks,
+  CDROMs or tapes, say Y here. These won't be supported by the kernel
   directly, so you need some additional software which knows how to
   talk to these devices using the SCSI protocol. For CD-writers, you
   would need the program cdwrite, available via ftp (user: anonymous)
@@ -2343,7 +2410,7 @@
   find them in the source: drivers/scsi/scsi.c), and this allows you
   to select the types of information you want, and the level allows
   you to select the level of verbosity.  If you say 'N' here, it may
-  be harder to track down some types of scsi problems.  If you say 'Y'
+  be harder to track down some types of SCSI problems.  If you say 'Y'
   here your kernel will be somewhat larger, but there should be no
   noticeable performance impact as long as you have logging turned off.
 
@@ -2409,8 +2476,8 @@
 Enable tagged command queueing
 CONFIG_AIC7XXX_TAGGED_QUEUEING
   This option allows you to enable tagged command queueing for this
-  driver.  Some scsi devices do not properly support this
-  feature.  Tagged command queueing will improve performance.
+  driver. Some SCSI devices do not properly support this feature. 
+  Tagged command queueing will improve performance.
 
 Override driver defaults for commands per LUN
 CONFIG_OVERRIDE_CMDS
@@ -2515,7 +2582,7 @@
   This driver supports all EATA-PIO protocol compliant SCSI Host
   Adapters like the DPT PM2001 and the PM2012A. EATA-DMA compliant
   host adapters could also use this driver but are discouraged from
-  doing so, since this driver only supports harddisks and lacks
+  doing so, since this driver only supports hard disks and lacks
   numerous features.  You might want to have a look at the SCSI-HOWTO,
   available via ftp (user: anonymous) at
   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
@@ -2543,7 +2610,7 @@
   This is a feature of SCSI-2 which improves performance: the host
   adapter can send a whole list of commands to a device in one
   batch. Some SCSI devices might not implement this properly, so the
-  save answer is N.
+  safe answer is N.
 
 maximum number of queued commands
 CONFIG_SCSI_U14_34F_MAX_TAGS
@@ -2579,7 +2646,7 @@
 
 Enable NCR53c400 extensions
 CONFIG_SCSI_GENERIC_NCR53C400
-  This enables certain optimizations for the NCR53c400 scsi cards. You
+  This enables certain optimizations for the NCR53c400 SCSI cards. You
   might as well try it out. Note that this driver will only probe for
   the Trantor T130B in its default configuration; you might have to
   pass a command line option to the kernel at boot time if it doesn't
@@ -2634,28 +2701,28 @@
   This is the BSD ncr driver adapted to linux for the NCR53C8XX family
   of PCI-SCSI controllers. This driver supports parity checking,
   tagged command queuing, Fast-20 data transfer up to 20 MB/s with
-  narrow scsi devices and 40 MB/s with wide scsi devices.
+  narrow SCSI devices and 40 MB/s with wide SCSI devices.
   Please read drivers/scsi/README.ncr53c8xx for more information.
   Linux/i386, Linux/Alpha and Linux/PPC are supported by this driver.
 
 synchronous data transfers frequency
 CONFIG_SCSI_NCR53C8XX_SYNC
-  SCSI-2 specifications allow scsi devices to negotiate a synchronous 
+  SCSI-2 specifications allow SCSI devices to negotiate a synchronous 
   transfer period of 25 nano-seconds or more.
   The transfer period value is 4 times the agreed transfer period.
   So, data can be transferred at a 10 MHz frequency, allowing 10
-  MB/second throughput with 8 bits scsi-2 devices and 20 MB/second
+  MB/second throughput with 8 bits SCSI-2 devices and 20 MB/second
   with wide16 devices.  This frequency can be used safely with
-  differential devices but may cause problems with singled-ended
+  differential devices but may cause problems with single-ended
   devices.
   Specify 0 if you want to only use asynchronous data transfers.
   Otherwise, specify a value between 5 and 10.  Commercial O/Ses
   generally use 5 Mhz frequency for synchronous transfers.  It is a
   reasonable default value.
-  However, a flawless singled-ended scsi bus supports 10 MHz data
-  transfers.  Regardless the value chosen in the Linux configuration,
-  the synchronous period can be changed after boot-up through the
-  /proc/scsi file system. The generic command is:
+  However, a flawless single-ended SCSI bus supports 10 MHz data
+  transfers.  Regardless of the value chosen in the Linux
+  configuration, the synchronous period can be changed after boot-up
+  through the /proc/scsi file system. The generic command is:
       echo "setsync #target period" >/proc/scsi/ncr53c8xx/0
   Use a 25 ns period for 10 Mhz synchronous data transfers.
   If you don't know what to do now, go with the default.
@@ -2667,16 +2734,16 @@
   Intel-based hardware.  Under Linux/Alpha and Linux/PPC only normal 
   IO is currently supported by the driver and so, this option has no
   effect. On Linux/PPC MMIO and normal IO are done the same (all IO
-  is memory mapped) so you loose nothing by using normal IO. The normal
+  is memory mapped) so you lose nothing by using normal IO. The normal
   answer therefore is N. Try Y only if you have problems.
 
 not allow targets to disconnect
 CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
-  This option is only provided for safety if you suspect some scsi
+  This option is only provided for safety if you suspect some SCSI
   device of yours to not support properly the target-disconnect
   feature. In that case, you would say Y here. In general however, to
   not allow targets to disconnect is not reasonable if there is more
-  than 1 device on a scsi bus.  The normal answer therefore is N.
+  than 1 device on a SCSI bus.  The normal answer therefore is N.
 
 detect and read serial NVRAMs
 CONFIG_SCSI_NCR53C8XX_NVRAM_DETECT
@@ -2700,7 +2767,7 @@
 enable tagged command queuing
 CONFIG_SCSI_NCR53C8XX_TAGGED_QUEUE
   This option allows you to enable tagged command queuing support at
-  linux start-up.  Some scsi devices do not properly support this
+  linux start-up.  Some SCSI devices do not properly support this
   feature.  The suggested method is to say N here and to use the
   "settags" control command after boot-up to enable this feature:
       echo "settags 2 4" >/proc/scsi/ncr53c8xx/0
@@ -2725,16 +2792,16 @@
   wiring.  These General Purpose Input/Output pins can be used for
   vendor specific features or implementation of the standard SYMBIOS
   features.  Genuine SYMBIOS boards use GPIO0 in output for controller
-  LED and GPIO3 bit as a flag indicating singled-ended/differential
+  LED and GPIO3 bit as a flag indicating single-ended/differential
   interface.
   If all the boards of your system are genuine SYMBIOS boards or use
   BIOS and drivers from SYMBIOS, you would want to enable this option.
   The driver behaves correctly on my system with this option enabled.
   (SDMS 4.0 + Promise SCSI ULTRA 875 rev 0x3 + ASUS SC200 810A rev
   0x12).  This option must be set to N if your system has at least one
-  53C8XX based scsi board with a vendor-specific BIOS (example: Tekram
+  53C8XX based SCSI board with a vendor-specific BIOS (example: Tekram
   DC-390/U/W/F). 
-  However, if all your non Symbios compatible boards have NvRAM,
+  However, if all your non Symbios compatible boards have NVRAM,
   setting option "detect and read serial NVRAMs"
   (CONFIG_SCSI_NCR53C8XX_NVRAM_DETECT) above allows the driver to
   distinguish Symbios compatible boards from other ones.  So, you can
@@ -2744,53 +2811,64 @@
 IBMMCA SCSI support
 CONFIG_SCSI_IBMMCA
   This is support for the IBM SCSI adapter found in many of the PS/2
-  series.  CONFIG_MCA must be set for this to work.  If the adapter
-  isn't found during boot (a common problem for models 56, 57, 76, and
-  77) you'll need to use the 'ibmmcascsi=<pun>', where <pun> is the id
-  of the SCSI subsystem (usually 7, but if that doesn't work check your
-  reference diskette). Owners of model 95 with a LED-matrix-display
-  can in addition activate some activity info like under OS/2, but more
-  informative, by setting 'ibmmcascsi=display' as additional kernel-
-  parameter.
+  series computers. These machines have an MCA bus, so you need to say
+  Y to "MCA support" as well and read Documentation/mca.txt.
+  If the adapter isn't found during boot (a common problem for models
+  56, 57, 76, and 77) you'll need to use the 'ibmmcascsi=<pun>' kernel
+  option, where <pun> is the id of the SCSI subsystem (usually 7, but
+  if that doesn't work check your reference diskette). Owners of model
+  95 with a LED-matrix-display can in addition activate some activity
+  info like under OS/2, but more informative, by setting
+  'ibmmcascsi=display' as an additional kernel parameter. Try "man
+  bootparam" or see the documentation of your boot loader about how to
+  pass options to the kernel. The lilo procedure is also explained in
+  the SCSI-HOWTO, available via ftp (user: anonymous) in
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO.
+  If you want to compile this driver as a module ( = code which can be
+  inserted in and removed from the running kernel whenever you want),
+  say M here and read Documentation/modules.txt. The module will be
+  called ibmmca.o.
 
 Standard SCSI-order
 CONFIG_IBMMCA_SCSI_ORDER_STANDARD
-  In the PC-world and in most modern SCSI-BIOS-setups, SCSI-harddisks
-  are assigned to the driveletters, starting with the lowest SCSI-id
+  In the PC-world and in most modern SCSI-BIOS-setups, SCSI-hard disks
+  are assigned to the drive letters, starting with the lowest SCSI-id
   (physical number - pun) to be drive C:, as seen from DOS and similar
-  operating systems. When looking into papers, describing the
+  operating systems. When looking into papers describing the
   ANSI-SCSI-standard, this assignment of drives appears to be wrong.
-  The SCSI-standard follows a hardware-hierarchy which says, that
+  The SCSI-standard follows a hardware-hierarchy which says that
   id 7 has the highest priority and id 0 the lowest. Therefore, the
-  hostadapters are still today everywhere placed as SCSI-id 7 by
-  default. In the SCSI-standard, the driveletters express the priority
-  of the disk. C: should be the harddisk or a partition on it, with the
+  host adapters are still today everywhere placed as SCSI-id 7 by
+  default. In the SCSI-standard, the drive letters express the priority
+  of the disk. C: should be the hard disk, or a partition on it, with the
   highest priority. This must therefore be the disk with the highest
   SCSI-id (e.g. 6) and not the one with the lowest! IBM-BIOS kept the
   original definition of the SCSI-standard as also industrial- and
   process-control-machines, like VME-CPUs running under realtime-OSs
   (e.g. LynxOS, OS9) do.
-  If you like to run Linux on your MCA-machine with the same assignment,
-  of harddisks, as seen from e.g. DOS or OS/2 on your machine, which
-  is in addition conform to the SCSI-standard, you must say 'y' here.
+  If you like to run Linux on your MCA-machine with the same assignment
+  of hard disks as seen from e.g. DOS or OS/2 on your machine, which
+  is in addition conformant to the SCSI-standard, you must say Y here.
   This is also necessary for MCA-Linux-users who want to keep downward-
   compatibility to older releases of the IBM-MCA-SCSI-driver (older than
   driver-release 2.00 and older than June 1997).
-  If you like to have the lowest SCSI-id assigned as drive C:, as modern
-  SCSI-BIOS do, which is not conform to the standard, but widely spread
-  and common in the PC-world of today, you must say 'n' here.
+  If you like to have the lowest SCSI-id assigned as drive C:, as
+  modern SCSI-BIOSes do, which does not conform to the standard, but
+  is widespread and common in the PC-world of today, you must say N
+  here.  If unsure, say Y.
 
-Reset SCSI-devices at boottime
+Reset SCSI-devices at boot time
 CONFIG_IBMMCA_SCSI_DEV_RESET
-  By default, SCSI-devices are reset, when the machine is powered on.
+  By default, SCSI-devices are reset when the machine is powered on.
   However, some devices exist, like special-control-devices,
-  SCSI-CNC-machines, SCSI-printer or scanners of older type, that
-  do not reset, when switched on. If you say 'y' here, each device
-  along your SCSI-bus will get a reset-command after it has been
-  probed, while the kernel is booting. Say always 'n' here, if you
-  have no such strange SCSI-devices on your bus. If you say 'y' and
-  some more modern devices, like harddisks, do not like too much
-  resets, your system will hang when booting.
+  SCSI-CNC-machines, SCSI-printer or scanners of older type, that do
+  not reset when switched on. If you say Y here, each device connected
+  to your SCSI-bus will be issued a reset-command after it has been
+  probed, while the kernel is booting. This may cause problems with
+  more modern devices, like hard disks, which do not appreciate these
+  reset commands, and can cause your system to hang. So say Y only if
+  you know that one of your older devices needs it; N is the safe
+  answer.
 
 Always IN2000 SCSI support
 CONFIG_SCSI_IN2000
@@ -2943,14 +3021,14 @@
   This is a feature of SCSI-2 which improves performance: the host
   adapter can send several SCSI commands to a device's queue even if
   previous commands haven't finished yet. Some SCSI devices don't
-  implement this properly, so the save answer is N.
+  implement this properly, so the safe answer is N.
 
 enable elevator sorting
 CONFIG_SCSI_EATA_LINKED_COMMANDS
   This is a feature of SCSI-2 which improves performance: the host
   adapter can send a whole list of commands to a device in one
   batch. Some SCSI devices might not implement this properly, so the
-  save answer is N.
+  safe answer is N.
 
 maximum number of queued commands
 CONFIG_SCSI_EATA_MAX_TAGS
@@ -3037,12 +3115,12 @@
   is that many hard to reproduce problems can be tested in a controlled
   environment where there is reduced risk of losing important data.
   This is primarily of use to people trying to debug the middle and upper
-  layers of the scsi subsystem. If unsure, say N.
+  layers of the SCSI subsystem. If unsure, say N.
 
 Network device support?
 CONFIG_NETDEVICES
-  You can say N here in case you don't intend to connect to any other
-  computer at all or all your connections will be either via UUCP
+  You can say N here if you don't intend to connect to any other
+  computer at all or if all your connections will be either via UUCP
   (UUCP is a protocol to forward mail and news between unix hosts over
   telephone lines; read the UUCP-HOWTO, available via ftp (user:
   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO) or dialing up a
@@ -3051,20 +3129,22 @@
   dial up shell account on some Internet connected Unix computer. Read
   http://www.bart.nl/~patrickr/term-howto/Term-HOWTO.html (to browse
   the WWW, you need to have access to a machine on the Internet that
-  has a program like lynx or netscape)).  You'll have to say Y if your
+  has a program like lynx or netscape)). You'll have to say Y if your
   computer contains a network card that you want to use under linux
-  (make sure you know its name because you will be asked for it and read
-  the Ethernet-HOWTO in sunsite.unc.edu:/pub/Linux/docs/HOWTO; or if you
-  want to use SLIP (Serial Line Internet Protocol is the protocol used
-  to send Internet traffic over telephone lines or nullmodem cables)
-  or CSLIP (compressed SLIP) or PPP (Point to Point Protocol, a better
-  and newer replacement for SLIP) or PLIP (Parallel Line Internet
-  Protocol is mainly used to create a mini network by connecting the
-  parallel ports of two local machines) or AX.25/KISS (protocol for
-  sending internet traffic over radio links).  Make sure to read the
-  NET-2-HOWTO.  Eventually, you will have to read Olaf Kirch's
-  excellent book "Network Administrator's Guide", to be found in
-  sunsite.unc.edu:/pub/Linux/docs/LDP.  If unsure, say Y.
+  (make sure you know its name because you will be asked for it and
+  read the Ethernet-HOWTO (especially if you plan to use more than one
+  network card under linux), available from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini) or if you want to use
+  SLIP (Serial Line Internet Protocol is the protocol used to send
+  Internet traffic over telephone lines or nullmodem cables) or CSLIP
+  (compressed SLIP) or PPP (Point to Point Protocol, a better and
+  newer replacement for SLIP) or PLIP (Parallel Line Internet Protocol
+  is mainly used to create a mini network by connecting the parallel
+  ports of two local machines) or AX.25/KISS (protocol for sending
+  Internet traffic over radio links). Make sure to read the
+  NET-2-HOWTO. Eventually, you will have to read Olaf Kirch's
+  excellent and free book "Network Administrator's Guide", to be found
+  in sunsite.unc.edu:/pub/Linux/docs/LDP. If unsure, say Y.
 
 Dummy net driver support
 CONFIG_DUMMY
@@ -3075,7 +3155,7 @@
   programs. If you use SLIP or PPP, you might want to say Y here. Read
   about it in the Network Administrator's Guide, available via ftp
   (user: anonymous) from sunsite.unc.edu:/pub/Linux/docs/LDP. Since
-  this thing comes often handy, the default is Y. It won't enlarge
+  this thing often comes in handy, the default is Y. It won't enlarge
   your kernel either. What a deal.  If you want to compile this as a
   module ( = code which can be inserted in and removed from the
   running kernel whenever you want), say M here and read
@@ -3192,7 +3272,7 @@
 CONFIG_HFMODEM
   This experimental driver is used by a package (to be released)
   that implements the shortwave radio protocols RTTY, Sitor (Amtor),
-  Pactor 1 and GTOR using a standard PC soundcard. If unsure,
+  Pactor 1 and GTOR using a standard PC sound card. If unsure,
   say N.
 
 Shortwave radio modem driver support for SoundBlaster and compatible cards
@@ -3253,8 +3333,8 @@
 CONFIG_LAPBETHER
   This is a driver for a pseudo device (typically called /dev/lapb0)
   which allows you to open an LAPB point-to-point connection to some
-  other computer on your ethernet network. In order to do this, you
-  need to say Y or M to the driver for your ethernet card as well as
+  other computer on your Ethernet network. In order to do this, you
+  need to say Y or M to the driver for your Ethernet card as well as
   to "LAPB Data Link Driver".  If you want to compile this driver as a
   module ( = code which can be inserted in and removed from the
   running kernel whenever you want), say M here and read
@@ -3297,7 +3377,7 @@
 High-speed (DMA) SCC driver for AX.25
 CONFIG_DMASCC
   This is a driver for high-speed SCC boards (used to connect your
-  computer to your amateur radio and send internet traffic over the
+  computer to your amateur radio and send Internet traffic over the
   radio), i.e. those supporting DMA on one port. Currently, only
   Ottawa PI/PI2 boards (see http://hydra.carleton.ca/info/pi2.html)
   and Gracilis PackeTwin boards (see http://www.paccomm.com/; to
@@ -3373,10 +3453,10 @@
   Documentation/modules.txt. This is recommended. The module will be
   called baycom_ser_hdx.o.
 
-Soundcard modem driver for AX.25
+Sound card modem driver for AX.25
 CONFIG_SOUNDMODEM
   This experimental driver allows a standard SoundBlaster or
-  WindowsSoundSystem compatible soundcard to be used as a packet radio
+  WindowsSoundSystem compatible sound card to be used as a packet radio
   modem (NOT as a telephone modem!), to send digital traffic over
   amateur radio. To configure the driver, use the sethdlc, smdiag and
   smmixer utilities available in the standard ax25 utilities
@@ -3390,16 +3470,16 @@
   Documentation/modules.txt. This is recommended. The module will be
   called soundmodem.o.
 
-Soundcard modem support for SoundBlaster and compatible cards
+Sound card modem support for SoundBlaster and compatible cards
 CONFIG_SOUNDMODEM_SBC
   This option enables the soundmodem driver to use SoundBlaster and
   compatible cards. If you have a dual mode card (i.e. a WSS cards
   with a SoundBlaster emulation) you should say N here and Y to
-  "Soundcard modem support for WSS and Crystal cards", below, because
+  "Sound card modem support for WSS and Crystal cards", below, because
   this usually results in better performance. This option also supports
   SB16/32/64 in full duplex mode.
 
-Soundcard modem support for WSS and Crystal cards
+Sound card modem support for WSS and Crystal cards
 CONFIG_SOUNDMODEM_WSS
   This option enables the soundmodem driver to use WindowsSoundSystem
   compatible cards. These cards feature a codec chip from either
@@ -3409,13 +3489,13 @@
   CS423x chips. If you don't need full duplex operation, do not enable
   it to save performance.
 
-Soundcard modem support for 1200 baud AFSK modulation
+Sound card modem support for 1200 baud AFSK modulation
 CONFIG_SOUNDMODEM_AFSK1200
   This option enables the soundmodem driver 1200 baud AFSK modem, 
   compatible to popular modems using TCM3105 or AM7911. The demodulator
   requires about 12% of the CPU power of a Pentium 75 CPU per channel.
 
-Soundcard modem support for 2400 baud AFSK modulation (7.3728MHz crystal)
+Sound card modem support for 2400 baud AFSK modulation (7.3728MHz crystal)
 CONFIG_SOUNDMODEM_AFSK2400_7
   This option enables the soundmodem driver 2400 baud AFSK modem,
   compatible to TCM3105 modems (over-)clocked with a 7.3728MHz
@@ -3426,7 +3506,7 @@
   with many transceiver designs and the fact that the TCM3105 (if
   used) is operated widely outside its specifications.
 
-Soundcard modem support for 2400 baud AFSK modulation (8MHz crystal)
+Sound card modem support for 2400 baud AFSK modulation (8MHz crystal)
 CONFIG_SOUNDMODEM_AFSK2400_8
   This option enables the soundmodem driver 2400 baud AFSK modem,
   compatible to TCM3105 modems (over-)clocked with an 8MHz crystal.
@@ -3437,26 +3517,26 @@
   with many transceiver designs and the fact that the TCM3105 (if
   used) is operated widely outside its specifications.
 
-Soundcard modem support for 2666 baud AFSK modulation
+Sound card modem support for 2666 baud AFSK modulation
 CONFIG_SOUNDMODEM_AFSK2666
   This option enables the soundmodem driver 2666 baud AFSK modem.
   This modem is experimental, and not compatible to anything
   else I know of.
 
-Soundcard modem support for 4800 baud 8PSK modulation
+Sound card modem support for 4800 baud 8PSK modulation
 CONFIG_SOUNDMODEM_PSK4800
   This option enables the soundmodem driver 4800 baud 8PSK modem.
   This modem is experimental, and not compatible to anything
   else I know of.
 
-Soundcard modem support for 4800 baud HAPN-1 modulation
+Sound card modem support for 4800 baud HAPN-1 modulation
 CONFIG_SOUNDMODEM_HAPN4800
   This option enables the soundmodem driver 4800 baud HAPN-1
   compatible modem. This modulation seems to be widely used 'down
   under' and in the Netherlands. Here, nobody uses it, so I could not
   test if it works.  It is compatible to itself, however :-)
 
-Soundcard modem support for 9600 baud FSK G3RUH modulation
+Sound card modem support for 9600 baud FSK G3RUH modulation
 CONFIG_SOUNDMODEM_FSK9600
   This option enables the soundmodem driver 9600 baud FSK modem,
   compatible to the G3RUH standard. The demodulator requires about 4%
@@ -3469,7 +3549,7 @@
 CONFIG_MKISS
   KISS is the protocol used to send IP traffic over AX.25 radio
   connections, somewhat similar to SLIP for telephone lines. Say Y
-  here if you intend to send internet traffic over amateur radio,
+  here if you intend to send Internet traffic over amateur radio,
   using some device connected to your machine's serial port. In that
   case, you also have to say Y to "Amateur Radio AX.25 Level 2"
   support.  If you want to compile this driver as a module ( = code
@@ -3481,21 +3561,26 @@
 CONFIG_PLIP
   PLIP (Parallel Line Internet Protocol) is used to create a
   reasonably fast mini network consisting of two (or, rarely, more)
-  local machines. The PLIP driver has two modes, mode 0 and mode
-  1. The parallel ports (the connectors at the computers with 25
-  holes) are connected with "null printer" or "Turbo Laplink" cables
-  which can transmit 4 bits at a time (mode 0) or with special PLIP
-  cables, to be used on bidirectional parallel ports only, which can
-  transmit 8 bits at a time (mode 1); you can find the wiring of these
-  cables in Documentation/networking/PLIP.txt. The cables can be up to
-  15m long. Mode 0 works also if one of the machines runs DOS/Windows
-  and has some PLIP software installed, e.g. the Crynwr PLIP packet
-  driver (http://www.kanren.net/pktdrvr-info.html; to browse the WWW,
-  you need to have access to a machine on the Internet that has a
-  program like lynx or netscape) and winsock or NCSA's telnet.  If you
-  want to use PLIP, say Y and read the PLIP mini-HOWTO, available via
-  ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini
-  as well as the NET-2-HOWTO in
+  local machines. A PLIP link from a Linux box is a popular means to
+  install a Linux distribution on a machine which doesn't have a CDROM
+  drive (a minimal system has to be transferred with floppies
+  first). The kernels on both machines need to have this PLIP option
+  enabled for this to work.
+  The PLIP driver has two modes, mode 0 and mode 1. The parallel ports
+  (the connectors at the computers with 25 holes) are connected with
+  "null printer" or "Turbo Laplink" cables which can transmit 4 bits
+  at a time (mode 0) or with special PLIP cables, to be used on
+  bidirectional parallel ports only, which can transmit 8 bits at a
+  time (mode 1); you can find the wiring of these cables in
+  Documentation/networking/PLIP.txt. The cables can be up to 15m
+  long. Mode 0 works also if one of the machines runs DOS/Windows and
+  has some PLIP software installed, e.g. the Crynwr PLIP packet driver
+  (http://www.kanren.net/pktdrvr-info.html; to browse the WWW, you
+  need to have access to a machine on the Internet that has a program
+  like lynx or netscape) and winsock or NCSA's telnet.  If you want to
+  use PLIP, say Y and read the PLIP mini-HOWTO, available via ftp
+  (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini as
+  well as the NET-2-HOWTO in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the PLIP protocol
   was changed and this PLIP driver won't work together with the PLIP
   support in Linux versions 1.0.x.  This option enlarges your kernel
@@ -3509,7 +3594,7 @@
 CONFIG_EQUALIZER
   If you have two serial connections to some other computer (this
   usually requires two modems and two telephone lines) and you use
-  SLIP (= the protocol for sending internet traffic over telephone
+  SLIP (= the protocol for sending Internet traffic over telephone
   lines) or PPP (= a better SLIP) on them, you can make them behave
   like one double speed connection using this driver. Naturally, this
   has to be supported at the other end as well, either with a similar
@@ -3526,14 +3611,14 @@
   driver", above) and create a character special file /dev/tap0 with
   major number 36 and minor number 16 using mknod ("man mknod"), you
   will be able to have a user space program read and write raw
-  ethernet frames from/to that special file. tap0 can be configured
-  with ifconfig and route like any other ethernet device but it is not
+  Ethernet frames from/to that special file. tap0 can be configured
+  with ifconfig and route like any other Ethernet device but it is not
   connected to any physical LAN; everything written by the user to
   /dev/tap0 is treated by the kernel as if it had come in from a LAN
   to the device tap0; everything the kernel wants to send out over the
   device tap0 can instead be read by the user from /dev/tap0: the user
   mode program replaces the LAN that would be attached to an ordinary
-  ethernet device.  Please read the file
+  Ethernet device.  Please read the file
   Documentation/networking/ethertap.txt for more information.  This
   driver is also available as a module ( = code which can be inserted
   in and removed from the running kernel whenever you want). The
@@ -3544,7 +3629,7 @@
 Frame Relay (DLCI) support
 CONFIG_DLCI
   This is support for the frame relay protocol; frame relay is a fast
-  low-cost way to connect to a remote internet access provider or to
+  low-cost way to connect to a remote Internet access provider or to
   form a private wide area network. The one physical line from your
   box to the local "switch" (i.e. the entry point to the frame relay
   network, usually at the phone company) can carry several logical
@@ -3584,6 +3669,28 @@
   sdla.o. If you want to compile it as a module, say M here and read
   Documentation/modules.txt.
 
+WAN Router
+CONFIG_WAN_ROUTER
+  Wide Area Networks (WANs), such as X.25, frame relay and leased
+  lines, are used to interconnect Local Area Networks (LANs) over vast
+  distances with data transfer rates significantly higher than those
+  achievable with commonly used asynchronous modem connections.
+  Usually, a quite expensive external device called a `WAN router' is
+  needed to connect to a WAN.
+  As an alternative, WAN routing can be built into the Linux
+  kernel.  With relatively inexpensive WAN interface cards available
+  on the market, a perfectly usable router can be built for less than
+  half the price of an external router.  If you have one of those
+  cards (with appropriate WAN Link Driver) and wish to use your Linux
+  box as a WAN router, you may say 'Y' to this option.  You will also
+  need a wan-tools package available via FTP (user: anonymous) from
+  ftp.sangoma.com.  Read Documentation/networking/wan-router.txt for
+  more information.
+  WAN routing support is always built as a module ( = code which can
+  be inserted in and removed from the running kernel whenever you
+  want).  The module is called wanrouter.o.  For general information
+  about modules read Documentation/modules.txt.
+
 CPU is too slow to handle full bandwidth
 CONFIG_CPU_IS_SLOW
 ###
@@ -3596,7 +3703,7 @@
   devices, it has to make a decision which one to send first. This is
   especially important if some of the network devices are real time
   devices that need a certain minimum data flow rate.  There are
-  several different algorithms how to do this "fairly"; they are
+  several different algorithms for how to do this "fairly"; they are
   called packet schedulers. You can attach different schedulers to
   different network devices. If you want to stick to the default
   scheduling algorithm, say N here. If you want to experiment with a
@@ -3687,82 +3794,78 @@
 ### schedulers?
 ###
 
-WAN Router
-CONFIG_WAN_ROUTER
-      Wide Area Networks (WANs), such as X.25, frame relay and leased
-  lines, are used to interconnect Local Area Networks (LANs) over vast
-  distances with data transfer rates significantly higher than those
-  achievable with commonly used asynchronous modem connections.
-  Usually, a quite expensive external device called `WAN router' is
-  needed to connect to WAN.
-      As an alternative, WAN router can be build into Linux kernel.
-  With relatively inexpensive WAN interface cards available on the
-  market, a perfectly usable router can be built for less than half a
-  price of an external router.  If you have one of those cards (with
-  appropriate WAN Link Driver) and wish to use your Linux box as a WAN
-  router, you may say 'Y' to this option.  You will also need a
-  wan-tools package available via FTP (user: anonymous) from
-  ftp.sangoma.com.  Read Documentation/networking/wan-router.txt for
-  more information.
-      WAN router is always built as a module ( = code which can be
-  inserted in and removed from the running kernel whenever you want).
-  For general information about modules read Documentation/modules.txt.
+Network code profiler
+CONFIG_NET_PROFILE
+  If you say Y here and to "/proc filesystem support" below, some
+  obscure and undocumented information about the network code's
+  performance will be written to /proc/net/profile. If you don't know
+  what it is about, you don't need it: say N.
 
 WAN Drivers
 CONFIG_WAN_DRIVERS
-      Say 'Y' to this option if you are planning to use your Linux box
-  as a WAN router ( = device used to interconnect local area networks
-  over wide area communication links, such as leased lines and public
-  data networks, e.g. X.25 and frame relay) and you will be offered a
-  list of WAN drivers currently available.  For more information, read
-  Documentation/networking/wan-router.txt.
+  Say Y to this option if you are planning to use your Linux box as a
+  WAN ( = Wide Area Network) router ( = device used to interconnect
+  local area networks over wide area communication links, such as
+  leased lines and public data networks, e.g. X.25 and frame relay)
+  and you will be offered a list of WAN drivers currently available.
+  For more information, read
+  Documentation/networking/wan-router.txt. Note that the answer to
+  this question won't directly affect the kernel: saying N will just
+  cause this configure script to skip all the questions about WAN
+  drivers. If unsure, say N.
 
 Sangoma WANPIPE(tm) multiprotocol cards
 CONFIG_VENDOR_SANGOMA
-      WANPIPE from Sangoma Technologies Inc. (http://www.sangoma.com)
-  is a family of intelligent multiprotocol WAN adapter with data
-  transfer rates up to T1 (1.544 Mbps).  They are also known as
-  Synchronous Data Link Adapters (SDLA) and designated S502E(A), S503
-  or S508.  If you have one of these cards, say 'Y' to this option.
-      WANPIPE driver is always built as a module ( = code which can be
-  inserted in and removed from the running kernel whenever you want).
-  For general information about modules read Documentation/modules.txt.
+  WANPIPE from Sangoma Technologies Inc. (http://www.sangoma.com; to
+  browse the WWW, you need to have access to a machine on the Internet
+  that has a program like lynx or netscape) is a family of intelligent
+  multiprotocol WAN adapters with data transfer rates up to T1 (1.544
+  Mbps).  They are also known as Synchronous Data Link Adapters (SDLA)
+  and designated S502E(A), S503 or S508. These cards support the X.25,
+  Frame Relay, and PPP protocols. If you have one or more of these
+  cards, say Y to this option and read
+  Documentation/networking/wanpipe.txt.  The next questions will ask
+  you about the protocols you want the driver to support. The driver
+  will be compiled as a module ( = code which can be inserted in and
+  removed from the running kernel whenever you want).  The module will
+  be called wanpipe.o.  For general information about modules read
+  Documentation/modules.txt.
 
 Maximum number of cards
 CONFIG_WANPIPE_CARDS
-      Enter number of WANPIPE adapters installed in your machine.  The
-  driver can support up to 8 cards.  You may enter more that you
+  Enter number of WANPIPE adapters installed in your machine.  The
+  driver can support up to 8 cards.  You may enter more than you
   actually have if you plan to add more cards in the future without
   re-compiling the driver, but remember that in this case you'll waste
   some kernel memory (about 1K per card).
 
 WANPIPE X.25 support
 CONFIG_WANPIPE_X25
-      Say 'Y' to this option, if you are planning to connect WANPIPE
-  card to an X.25 network.  If you say 'N', the X.25 support will not
-  be included in the driver (saves about 16K of kernel memory).
+  Say Y to this option if you are planning to connect a WANPIPE card
+  to an X.25 network. You should then also have said Y to "CCITT X.25
+  Packet Layer" and "LAPB Data Link Driver", above. If you say N, the
+  X.25 support will not be included in the driver (saves about 16K of
+  kernel memory).
 
 WANPIPE Frame Relay support
 CONFIG_WANPIPE_FR
-      Say 'Y' to this option, if you are planning to connect WANPIPE
-  card to a frame relay network.  If you say 'N', the frame relay
+  Say Y to this option if you are planning to connect a WANPIPE card
+  to a frame relay network. You should then also have said Y to "Frame
+  Relay (DLCI) support", above. If you say N, the frame relay
   support will not be included in the driver (saves about 16K of
   kernel memory).
 
 WANPIPE PPP support
 CONFIG_WANPIPE_PPP
-      Say 'Y' to this option, if you are planning to connect WANPIPE
-  card to a leased line using Point-to-Point protocol (PPP).  If you
-  say 'N', the PPP support will not be included in the driver (saves
+  Say Y to this option if you are planning to connect a WANPIPE card
+  to a leased line using Point-to-Point protocol (PPP). You should
+  then also have said Y to "PPP (point-to-point) support", above. If
+  you say N, the PPP support will not be included in the driver (saves
   about 16K of kernel memory).
 
-
- Sun LANCE Ethernet support
- CONFIG_SUN_LANCE
-   This is support for lance ethernet cards on Sun workstations such as
 Sun LANCE Ethernet support
 CONFIG_SUN_LANCE
-  This is support for lance ethernet cards on Sun workstations such as
+  This is support for lance Ethernet cards on Sun workstations such as
   the Sparcstation IPC (any Sparc with a network interface 'le0' under
   SunOS basically). This driver is also available as a module ( = code
   which can be inserted in and removed from the running kernel
@@ -3772,7 +3875,7 @@
 
 Sun Intel Ethernet support
 CONFIG_SUN_INTEL
-  This is support for the intel ethernet cards on some Sun workstations
+  This is support for the Intel Ethernet cards on some Sun workstations
   (all those with a network interface 'ie0' under SunOS).
 
 Ethernet (10 or 100Mbit)
@@ -3782,9 +3885,9 @@
   companies. 10-base-2 or Thinnet (10 Mbps over coaxial cable, linking
   computers in a chain), 10-base-T (10 Mbps over twisted pair
   telephone cable, linking computers to a central hub) and
-  100-base-<whatever> (100 Mbps) are common types of ethernet. If your
+  100-base-<whatever> (100 Mbps) are common types of Ethernet. If your
   Linux machine will be connected to an Ethernet and you have an
-  ethernet network card installed in your computer, say Y here and
+  Ethernet network card installed in your computer, say Y here and
   read the Ethernet-HOWTO, available via ftp (user: anonymous) from
   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Note that the answer to this
   question won't directly affect the kernel: saying N will just cause
@@ -3793,17 +3896,17 @@
 
 Western Digital/SMC cards
 CONFIG_NET_VENDOR_SMC
-  If you have a network (ethernet) card belonging to this class, say Y
+  If you have a network (Ethernet) card belonging to this class, say Y
   and read the Ethernet-HOWTO, available via ftp (user: anonymous) in
-  sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the
-  answer to this question doesn't directly affect the kernel:
-  saying N will just cause this configure script to skip all the
-  questions about Western Digital cards. If you say Y, you will be
-  asked for your specific card in the following questions.
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the answer to this
+  question doesn't directly affect the kernel: saying N will just
+  cause this configure script to skip all the questions about Western
+  Digital cards. If you say Y, you will be asked for your specific
+  card in the following questions.
 
 WD80*3 support
 CONFIG_WD80x3
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -3814,14 +3917,14 @@
 
 SMC Ultra support
 CONFIG_ULTRA
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
-  sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
-  available as a module ( = code which can be inserted in and removed
-  from the running kernel whenever you want). The module will be
-  called smc-ultra.o. If you want to compile it as a module, say M
-  here and read Documentation/modules.txt as well as
-  Documentation/networking/net-modules.txt. 
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
+  as a module ( = code which can be inserted in and removed from the
+  running kernel whenever you want). The module will be called
+  smc-ultra.o. If you want to compile it as a module, say M here and
+  read Documentation/modules.txt as well as
+  Documentation/networking/net-modules.txt.
   Important: There have been many reports that, with some motherboards 
   mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
   such as some BusLogic models) causes corruption problems with many 
@@ -3829,8 +3932,8 @@
   but keep it in mind if you have such a SCSI card and have problems.
 
 SMC Ultra32 EISA support
-CONFIG_ULTRA
-  If you have a network (ethernet) card of this type, say Y and read
+CONFIG_ULTRA32
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
   available as a module ( = code which can be inserted in and removed
@@ -3855,18 +3958,18 @@
 
 Racal-Interlan (Micom) NI cards
 CONFIG_NET_VENDOR_RACAL
-  If you have a network (ethernet) card belonging to this class, such
+  If you have a network (Ethernet) card belonging to this class, such
   as the NI5010, NI5210 or NI6210, say Y and read the Ethernet-HOWTO,
   available via ftp (user: anonymous) in
-  sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the answer 
-  to this question doesn't directly affect the kernel:
-  saying N will just cause this configure script to skip all the
-  questions about NI cards. If you say Y, you will be asked for your
-  specific card in the following questions.
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO.
+  Note that the answer to this question doesn't directly affect the
+  kernel: saying N will just cause this configure script to skip all
+  the questions about NI cards. If you say Y, you will be asked for
+  your specific card in the following questions.
 
 NI5010 support
 CONFIG_NI5010
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that this is still
   experimental code. This driver is also available
@@ -3878,46 +3981,46 @@
 
 NI5210 support
 CONFIG_NI52
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
   running kernel whenever you want). The module will be called
   ni52.o. If you want to compile it as a module, say M here and read
   Documentation/modules.txt as well as
-  Documentation/networking/net-modules.txt. 
+  Documentation/networking/net-modules.txt.
 
 NI6510 support
 CONFIG_NI65
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
   running kernel whenever you want). The module will be called
   ni65.o. If you want to compile it as a module, say M here and read
   Documentation/modules.txt as well as
-  Documentation/networking/net-modules.txt. 
+  Documentation/networking/net-modules.txt.
 
 AMD LANCE and PCnet (AT1500 and NE2100) support
 CONFIG_LANCE
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. Some LinkSys cards are of
   this type.
 
 3COM cards
 CONFIG_NET_VENDOR_3COM
-  If you have a network (ethernet) card belonging to this class, say Y
+  If you have a network (Ethernet) card belonging to this class, say Y
   and read the Ethernet-HOWTO, available via ftp (user: anonymous)
   in sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the answer to
   this question doesn't directly affect the kernel: saying N will just
   cause this configure script to skip all the questions about 3COM
   cards. If you say Y, you will be asked for your specific card in the
-  following questions. 
+  following questions.
 
 3c501 support
 CONFIG_EL1
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Also, consider buying a new
   card, since the 3c501 is slow, broken, and obsolete: you will have
@@ -3931,7 +4034,7 @@
 
 3c503 support
 CONFIG_EL2
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -3942,7 +4045,7 @@
 
 3c505 support
 CONFIG_ELPLUS
-  Information about this network (ethernet) card can be found in
+  Information about this network (Ethernet) card can be found in
   Documentation/networking/3c505.txt. If you have a card of this type,
   say Y and read the Ethernet-HOWTO, available via ftp (user:
   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to
@@ -3954,7 +4057,7 @@
 
 3c507 support
 CONFIG_EL16
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -3965,7 +4068,7 @@
 
 3c523 support 
 CONFIG_ELMC
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -3976,19 +4079,20 @@
 
 3c509/3c579 support
 CONFIG_EL3
-  If you have a network (ethernet) card belonging to the 3Com
+  If you have a network (Ethernet) card belonging to the 3Com
   EtherLinkIII series, say Y and read the Ethernet-HOWTO, available
   via ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
   If you want to compile this as a module ( = code which can be
   inserted in and removed from the running kernel whenever you want),
   say M here and read Documentation/modules.txt as well as
   Documentation/networking/net-modules.txt. The module will be called
-  3c509.o. If your card is not working you may need to use the DOS setup
-  disk to disable Plug & Play mode, and to select the default media type.
+  3c509.o. If your card is not working you may need to use the DOS
+  setup disk to disable Plug & Play mode, and to select the default
+  media type.
 
 3c590 series (592/595/597) "Vortex" support
 CONFIG_VORTEX
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. More specific information is
   in Documentation/networking/vortex.txt and in the comments at the
@@ -3996,12 +4100,11 @@
   module ( = code which can be inserted in and removed from the
   running kernel whenever you want), say M here and read
   Documentation/modules.txt as well as
-  Documentation/networking/net-modules.txt. The module will be called
-  3c59x.o.
+  Documentation/networking/net-modules.txt. 
 
 Other ISA cards
 CONFIG_NET_ISA
-  If your network (ethernet) card hasn't been mentioned yet and its
+  If your network (Ethernet) card hasn't been mentioned yet and its
   bus system (that's the way the components of the card talk to each
   other) is ISA (as opposed to EISA, VLB or PCI), say Y. Make sure you
   know the name of your card. Read the Ethernet-HOWTO, available via
@@ -4010,7 +4113,7 @@
   directly affect the kernel: saying N will just cause this configure
   script to skip all the remaining ISA network card questions.  If you
   say Y, you will be asked for your specific card in the following
-  questions. 
+  questions.
 
 Generic ARCnet support
 CONFIG_ARCNET
@@ -4022,7 +4125,7 @@
   below.
   You might also want to have a look at the Ethernet-HOWTO, available
   via ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO
-  (even though ARCnet is not really ethernet). This driver is also
+  (even though ARCnet is not really Ethernet). This driver is also
   available as a module ( = code which can be inserted in and removed
   from the running kernel whenever you want). The module will be
   called arcnet.o. If you want to compile it as a module, say M here
@@ -4031,7 +4134,7 @@
 
 Enable arc0e (ARCnet "ether-encap" packet format)
 CONFIG_ARCNET_ETH
-  This allows you to use "ethernet encapsulation" with your ARCnet
+  This allows you to use "Ethernet encapsulation" with your ARCnet
   card via the virtual arc0e device.  You only need arc0e if you want
   to talk to nonstandard ARCnet software, specifically,
   DOS/Windows-style "NDIS" drivers.  You do not need to say Y here to
@@ -4101,7 +4204,7 @@
 
 Cabletron E21xx support
 CONFIG_E2100
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -4112,8 +4215,8 @@
 
 CS89x0 support
 CONFIG_CS89x0
-  Support for CS89x0 chipset based ethernet cards.  If you have a
-  network (ethernet) card of this type, say Y and read the
+  Support for CS89x0 chipset based Ethernet cards.  If you have a
+  network (Ethernet) card of this type, say Y and read the
   Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO as well as
   Documentation/networking/cs89x0.txt.  If you want to compile this as
@@ -4125,7 +4228,7 @@
 
 DEPCA support
 CONFIG_DEPCA
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO as well as
   drivers/net/depca.c.  If you want to compile this as a module ( =
@@ -4136,7 +4239,7 @@
 
 EtherWorks 3 support
 CONFIG_EWRK3
-  This driver supports the DE203, DE204 and DE205 network (ethernet)
+  This driver supports the DE203, DE204 and DE205 network (Ethernet)
   cards. If this is for you, say Y and read
   Documentation/networking/ewrk3.txt in the kernel source as well as
   the Ethernet-HOWTO, available via ftp (user: anonymous) from
@@ -4149,13 +4252,13 @@
 
 SEEQ8005 support
 CONFIG_SEEQ8005
-  This is a driver for the SEEQ 8005 network (ethernet) card. If this
+  This is a driver for the SEEQ 8005 network (Ethernet) card. If this
   is for you, read the Ethernet-HOWTO, available via ftp (user:
   anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO.
 
 AT1700 support
 CONFIG_AT1700
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -4166,21 +4269,21 @@
 
 FMV-181/182/183/184 support
 CONFIG_FMV18X
-  If you have a Fujitsu FMV-181/182/183/184 network (ethernet) card,
+  If you have a Fujitsu FMV-181/182/183/184 network (Ethernet) card,
   say Y and read the Ethernet-HOWTO, available via ftp (user:
   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is
   also available as a module ( = code which can be inserted in and
   removed from the running kernel whenever you want). The module will
   be called fmv18x.o. If you want to compile it as a module, say M
   here and read Documentation/modules.txt as well as
-  Documentation/networking/net-modules.txt.  If you use FMV-183 or
+  Documentation/networking/net-modules.txt. If you use an FMV-183 or
   FMV-184 and it is not working, you may need to disable Plug & Play
   mode of the card.
 
 EtherExpressPro support
 CONFIG_EEXPRESS_PRO
-  If you have a network (ethernet) card of this type, say Y. Note
-  however that the EtherExpressPro 100 ethernet card has its own
+  If you have a network (Ethernet) card of this type, say Y. Note
+  however that the EtherExpressPro 100 Ethernet card has its own
   separate driver. Please read the Ethernet-HOWTO, available via ftp
   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. This
   driver is also available as a module ( = code which can be inserted
@@ -4191,7 +4294,7 @@
 
 EtherExpress support
 CONFIG_EEXPRESS
-  If you have an EtherExpress16 network (ethernet) card, say Y and
+  If you have an EtherExpress16 network (Ethernet) card, say Y and
   read the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the Intel
   EtherExpress16 card used to be regarded as a very poor choice
@@ -4206,7 +4309,7 @@
 AT&T WaveLAN & DEC RoamAbout DS support
 CONFIG_WAVELAN
   The Lucent Wavelan (formerly NCR and AT&T ; or DEC RoamAbout DS) is
-  a Radio LAN (wireless ethernet-like Local Area Network) using the
+  a Radio LAN (wireless Ethernet-like Local Area Network) using the
   radio frequencies 900 MHz and 2.4 GHz.
   This driver support the ISA version of the Wavelan card. A driver
   for the pcmcia hardware is available in David Hinds's pcmcia
@@ -4226,7 +4329,7 @@
 
 HP PCLAN+ (27247B and 27252A) support
 CONFIG_HPLAN_PLUS
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -4237,7 +4340,7 @@
 
 HP PCLAN (27245 and other 27xxx series) support
 CONFIG_HPLAN
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -4248,7 +4351,7 @@
 
 HP 10/100VG PCLAN (ISA, EISA, PCI) support
 CONFIG_HP100
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
   as a module ( = code which can be inserted in and removed from the
@@ -4259,9 +4362,9 @@
 
 NE2000/NE1000 support
 CONFIG_NE2000
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
-  sunsite.unc.edu:/pub/Linux/docs/HOWTO. Many ethernet cards without a
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. Many Ethernet cards without a
   specific driver are compatible with NE2000. This driver is also
   available as a module ( = code which can be inserted in and removed
   from the running kernel whenever you want). The module will be
@@ -4271,7 +4374,7 @@
 
 SK_G16 support
 CONFIG_SK_G16
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO.
 
@@ -4280,22 +4383,21 @@
   This is another class of network cards which attach directly to the
   bus. If you have one of those, say Y and read the Ethernet-HOWTO,
   available via ftp (user: anonymous) from
-  sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you are unsure, say Y. 
-  Note that the answer to this question doesn't
-  directly affect the kernel: saying N will just cause this configure
-  script to skip all the questions about this class of network
-  cards. If you say Y, you will be asked for your specific card in the
-  following questions.
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the answer to this
+  question doesn't directly affect the kernel: saying N will just
+  cause this configure script to skip all the questions about this
+  class of network cards. If you say Y, you will be asked for your
+  specific card in the following questions. If you are unsure, say Y.
 
 AMD PCnet32 (VLB and PCI) support
 CONFIG_PCNET32
-  If you have a PCnet32 or PCnetPCI based network (ethernet) card, say
+  If you have a PCnet32 or PCnetPCI based network (Ethernet) card, say
   Y here and read the Ethernet-HOWTO, available via ftp (user:
   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. 
 
 Ansel Communications EISA 3200 support
 CONFIG_AC3200
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -4306,7 +4408,7 @@
 
 Racal-Interlan EISA ES3210 support
 CONFIG_ES3210
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
@@ -4315,9 +4417,9 @@
   Documentation/modules.txt as well as
   Documentation/networking/net-modules.txt.
 
-Apricot Xen-II on board ethernet
+Apricot Xen-II on board Ethernet
 CONFIG_APRICOT
-  If you have a network (ethernet) controller of this type, say Y and
+  If you have a network (Ethernet) controller of this type, say Y and
   read the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
   as a module ( = code which can be inserted in and removed from the
@@ -4328,7 +4430,7 @@
 
 Generic DECchip & DIGITAL EtherWORKS PCI/EISA
 CONFIG_DE4X5
-  This is support for the DIGITAL series of PCI/EISA ethernet
+  This is support for the DIGITAL series of PCI/EISA Ethernet
   cards. These include the DE425, DE434, DE435, DE450 and DE500
   models. If you have a network card of this type, say Y and read the
   Ethernet-HOWTO, available via ftp (user: anonymous) in
@@ -4342,7 +4444,7 @@
 
 DECchip Tulip (dc21x4x) PCI support
 CONFIG_DEC_ELCP
-  This driver is developed for the SMC EtherPower series ethernet
+  This driver is developed for the SMC EtherPower series Ethernet
   cards and also works with cards based on the DECchip
   21040/21041/21140 (Tulip series) chips. Some LinkSys PCI cards are
   of this type. (If your card is NOT SMC EtherPower 10/100 PCI
@@ -4361,7 +4463,7 @@
 Digi Intl. RightSwitch support
 CONFIG_DGRS
   This is support for the Digi International RightSwitch series of
-  PCI/EISA ethernet switch cards.  These include the SE-4 and the SE-6
+  PCI/EISA Ethernet switch cards.  These include the SE-4 and the SE-6
   models. If you have a network card of this type, say Y and read the
   Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  More specific information is
@@ -4370,29 +4472,29 @@
   from the running kernel whenever you want). The module will be
   called dgrs.o. If you want to compile it as a module, say M here and
   read Documentation/modules.txt as well as
-  Documentation/networking/net-modules.txt.
+  Documentation/networking/net-modules.txt. 
 
 EtherExpressPro/100 support
 CONFIG_EEXPRESS_PRO100
-  If you have an Intel EtherExpressPro 100 PCI network (ethernet)
+  If you have an Intel EtherExpressPro 100 PCI network (Ethernet)
   card, say Y and read the Ethernet-HOWTO, available via ftp (user:
   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is
   also available as a module ( = code which can be inserted in and
   removed from the running kernel whenever you want). The module will
   be called eepro100.o. If you want to compile it as a module, say M
   here and read Documentation/modules.txt as well as
-  Documentation/networking/net-modules.txt.
+  Documentation/networking/net-modules.txt. 
 
 ICL EtherTeam 16i/32 support
 CONFIG_ETH16I
-  If you have a network (ethernet) card of this type, say Y and read
+  If you have a network (Ethernet) card of this type, say Y and read
   the Ethernet-HOWTO, available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
   as a module ( = code which can be inserted in and removed from the
   running kernel whenever you want). The module will be called
   eth16i.o. If you want to compile it as a module, say M here and read
   Documentation/modules.txt as well as
-  Documentation/networking/net-modules.txt.
+  Documentation/networking/net-modules.txt. 
 
 TI ThunderLAN support (EXPERIMENTAL)
 CONFIG_TLAN
@@ -4406,44 +4508,44 @@
 Zenith Z-Note support
 CONFIG_ZNET
   The Zenith Z-Note notebook computer has a built-in network
-  (ethernet) card, and this is the Linux driver for it. Note that the
+  (Ethernet) card, and this is the Linux driver for it. Note that the
   IBM Thinkpad 300 is compatible with the Z-Note and is also supported
   by this driver. Read the Ethernet-HOWTO, available via ftp (user:
   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
 
 Pocket and portable adapters
 CONFIG_NET_POCKET
-  Cute little network (ethernet) devices which attach to the parallel
+  Cute little network (Ethernet) devices which attach to the parallel
   port ("pocket adapters"), commonly used with laptops. If you have
   one of those, say Y and read the Ethernet-HOWTO, available via ftp
   (user: anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you
   want to plug a network card into the PCMCIA slot of your laptop
   instead (PCMCIA is the standard for credit card size extension cards
-  used by all modern laptops), look in
-  cb-iris.stanford.edu:/pub/pcmcia and say N here.  Note that the
-  answer to this question doesn't directly affect the kernel: saying N
-  will just cause this configure script to skip all the questions
-  about this class of network devices.  If you say Y, you will be
-  asked for your specific device in the following questions.  If you
-  plan to use more than one network device under linux, read the
-  Multiple-Ethernet-mini-HOWTO, available from
-  sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
+  used by all modern laptops), look on the ftp site (user: anonymous)
+  cb-iris.stanford.edu:/pub/pcmcia and say N here.  
+  Laptop user want to read the Linux Laptop homepage at
+  http://www.cs.utexas.edu/users/kharker/linux-laptop/ (to browse the
+  WWW, you need to have access to a machine on the Internet that has a
+  program like lynx or netscape).
+  Note that the answer to this question doesn't directly affect the
+  kernel: saying N will just cause this configure script to skip all
+  the questions about this class of network devices.  If you say Y,
+  you will be asked for your specific device in the following
+  questions.
 
 AT-LAN-TEC/RealTek pocket adapter support
 CONFIG_ATP
-  This is a network (ethernet) device which attaches to your parallel
+  This is a network (Ethernet) device which attaches to your parallel
   port. Read drivers/net/atp.c as well as the Ethernet-HOWTO,
   available via ftp (user: anonymous) from
   sunsite.unc.edu:/pub/Linux/docs/HOWTO if you want to use this. If
-  you plan to use more than one network card under linux, read the
-  Multiple-Ethernet-mini-HOWTO, available from
-  sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If you intend to use
-  this driver, you should have said N to the Parallel Printer support,
-  because the two drivers don't like each other.
+  you intend to use this driver, you should have said N to the
+  Parallel Printer support, because the two drivers don't like each
+  other.
 
 D-Link DE600 pocket adapter support
 CONFIG_DE600
-  This is a network (ethernet) device which attaches to your parallel
+  This is a network (Ethernet) device which attaches to your parallel
   port. Read Documentation/networking/DLINK.txt as well as the
   Ethernet-HOWTO, available via ftp (user: anonymous) from
   sunsite.unc.edu:/pub/Linux/docs/HOWTO if you want to use this. It is
@@ -4456,7 +4558,7 @@
 
 D-Link DE620 pocket adapter support
 CONFIG_DE620
-  This is a network (ethernet) device which attaches to your parallel
+  This is a network (Ethernet) device which attaches to your parallel
   port. Read Documentation/networking/DLINK.txt as well as the
   Ethernet-HOWTO, available via ftp (user: anonymous) from
   sunsite.unc.edu:/pub/Linux/docs/HOWTO if you want to use this. It is
@@ -4470,14 +4572,19 @@
 Token Ring driver support
 CONFIG_TR
   Token Ring is IBM's way of communication on a local network; the
-  rest of the world uses ethernet. If you are connected to a token
-  ring network and want to use your Token Ring card under Linux, say Y.
-  Most people can say N here.
+  rest of the world uses Ethernet. To participate on a Token Ring
+  network, you need a special Token ring network card. If you are
+  connected to such a Token Ring network and want to use your Token
+  Ring card under Linux, say Y here and read the Token-Ring
+  mini-HOWTO, available via ftp (user:anonymous) from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. Most people can say N here.
 
 IBM Tropic chipset based adapter support
 CONFIG_IBMTR
   This is support for all IBM Token Ring cards that don't use DMA. If
-  you have such a beast, say Y, otherwise N. Warning: this driver will
+  you have such a beast, say Y and read the Token-Ring mini-HOWTO,
+  available via ftp (user:anonymous) from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. Warning: this driver will
   almost definitely fail if more than one active Token Ring card is
   present. This driver is also available as a module ( = code which
   can be inserted in and removed from the running kernel whenever you
@@ -4500,7 +4607,7 @@
 FDDI driver support
 CONFIG_FDDI
   Fiber Distributed Data Interface is a high speed local area network
-  design; essentially a replacement for high speed ethernet. FDDI can
+  design; essentially a replacement for high speed Ethernet. FDDI can
   run over copper or fiber. If you are connected to such a network and
   want a driver for the FDDI card in your computer, say Y here (and
   then also Y to the driver for your FDDI card, below). Most people
@@ -4630,12 +4737,12 @@
   linux/include/linux/sbpcd.h before compiling the new kernel. Read
   the file Documentation/cdrom/sbpcd.
 
-Aztech/Orchid/Okano/Wearnes/TXC/CyDROM  CDROM support
+Aztech/Orchid/Okano/Wearnes/TXC/CyDROM CDROM support
 CONFIG_AZTCD
   This is your driver if you have an Aztech CDA268-01A, Orchid
   CD-3110, Okano or Wearnes CDD110, Conrad TXC, or CyCDROM CR520 or
   CR540 CDROM drive.  This driver - just like all these CDROM drivers
-  - is NOT for CDROM drives with IDE/ATAPI interface, such as Aztech
+  - is NOT for CDROM drives with IDE/ATAPI interfaces, such as Aztech
   CDA269-031SE. If you say Y here, you should also say Y to "ISO9660
   cdrom filesystem support" below, because that's the filesystem used
   on CDROMs. Please also read the file Documentation/cdrom/aztcd. This
@@ -4708,14 +4815,14 @@
 CONFIG_CDI_INIT
   If you want to include boot-time initialization of any cdrom
   interface card that is software configurable, say Y here.  Currently
-  only the ISP16/MAD16/Mozart soundcards with built-in cdrom
+  only the ISP16/MAD16/Mozart sound cards with built-in cdrom
   interfaces are supported.  Note that the answer to this question
   doesn't directly affect the kernel: saying N will just cause this
   configure script to skip all the questions about these CDROM drives.
 
 ISP16/MAD16/Mozart soft configurable cdrom interface support
 CONFIG_ISP16_CDI
-  These are soundcards with with built-in cdrom interfaces using the
+  These are sound cards with with built-in cdrom interfaces using the
   OPTi 82C928 or 82C929 chips. Say Y here to have them detected and
   possibly configured at boot time. In addition, You'll have to say Y
   to a driver for the particular cdrom drive you have attached to the
@@ -4738,7 +4845,7 @@
 Quota support
 CONFIG_QUOTA
   If you say Y here, you will be able to set per user limits for disk
-  usage (also called diskquotas). Currently, it works only for the
+  usage (also called disk quotas). Currently, it works only for the
   ext2 filesystem. You need additional software in order to use quota
   support; for details, read the Quota mini-HOWTO, available via ftp
   (user: anonymous) in
@@ -4748,7 +4855,7 @@
 Online mirror support
 CONFIG_OMIRR
   omirr is a package for _symmetric_ mirroring of files over the
-  internet. In contrast to rdist, the online mirror daemon (omirrd)
+  Internet. In contrast to rdist, the online mirror daemon (omirrd)
   is running all the time and transfers any changes on the file system
   as soon as possible to all other servers. Symmetric means that all
   servers have equal rights in changing a file: the last changer of a
@@ -4898,11 +5005,11 @@
 Minix fs support
 CONFIG_MINIX_FS
   Minix is a simple operating system used in many classes about
-  OS's. The minix filesystem (= method to organize files on a harddisk
+  OS's. The minix filesystem (= method to organize files on a hard disk
   partition or a floppy disk) was the original filesystem for Linux,
   has been superseded by the second extended filesystem ext2fs but is
   still used for root/boot and other floppies or ram disks since it is
-  leaner. You don't want to use it on your harddisk because of certain
+  leaner. You don't want to use it on your hard disk because of certain
   built-in restrictions. This option will enlarge your kernel by about
   25 kB. Everyone should say Y or M so that they are able to read this
   common floppy format.  If you want to compile this as a module ( =
@@ -4915,7 +5022,7 @@
 Second extended fs support
 CONFIG_EXT2_FS
   This is the de facto standard Linux filesystem (= method to organize
-  files on a storage device) for harddisks. You want to say Y, unless
+  files on a storage device) for hard disks. You want to say Y, unless
   you intend to use Linux exclusively from inside a DOS partition
   using the umsdos filesystem. The advantage of the latter is that you
   can get away without repartitioning your hard drive (which often
@@ -4968,23 +5075,25 @@
 fat fs support
 CONFIG_FAT_FS
   If you want to use one of the FAT-based filesystems (the MS-DOS,
-  VFAT (Windows'95) and UMSDOS (used to run Linux on top of an
+  VFAT (Windows 95) and UMSDOS (used to run Linux on top of an
   ordinary DOS partition) filesystems), then you must include FAT
   support. This is not a filesystem in itself, but it provides the
-  foundation for the other filesystems. This option will enlarge your
-  kernel by about 24 kB. If unsure, say Y. If you want to compile this
-  as a module however ( = code which can be inserted in and removed
-  from the running kernel whenever you want), say M here and read
-  Documentation/modules.txt. The module will be called fat.o. Note
-  that if you compile the FAT support as a module, you cannot compile
-  any of the FAT-based filesystems into the kernel - they will have to
-  be modules as well.  The filesystem of your root partition cannot be
-  a module, so don't say M here if you intend to use UMSDOS as your
-  root filesystem.
+  foundation for the other filesystems. It is now also becoming
+  possible to read and write compressed FAT filesystems; read
+  Documentation/filesystems/fat_cvf.txt for details. This option will
+  enlarge your kernel by about 24 kB. If unsure, say Y. If you want to
+  compile this as a module however ( = code which can be inserted in
+  and removed from the running kernel whenever you want), say M here
+  and read Documentation/modules.txt. The module will be called fat.o.
+  Note that if you compile the FAT support as a module, you cannot
+  compile any of the FAT-based filesystems into the kernel - they will
+  have to be modules as well. The filesystem of your root partition
+  cannot be a module, so don't say M here if you intend to use UMSDOS
+  as your root filesystem.
 
 msdos fs support
 CONFIG_MSDOS_FS
-  This allows you to mount MSDOS partitions of your harddrive (unless
+  This allows you to mount MSDOS partitions of your hard drive (unless
   they are compressed; to access compressed MSDOS partitions under
   Linux, you can either use the DOS emulator DOSEMU, described in the
   DOSEMU-HOWTO, available via ftp (user: anonymous) at
@@ -4998,10 +5107,10 @@
   which doesn't require the msdos filesystem support.  If you want to
   use umsdos, the Unix-like filesystem on top of DOS, which allows you
   to run Linux from within a DOS partition without repartitioning,
-  you'll have to say Y or M here. If your have Windows'95 or Windows
+  you'll have to say Y or M here. If you have Windows 95 or Windows
   NT installed on your MSDOS partitions, you should use the VFAT
   filesystem instead, or you will not be able to see the long
-  filenames generated by Windows'95 / Windows NT. This option will
+  filenames generated by Windows 95 / Windows NT. This option will
   enlarge your kernel by about 7 kB. If unsure, say Y. This will only
   work if you said Y to "fat fs support" as well. If you want to
   compile this as a module however ( = code which can be inserted in
@@ -5011,10 +5120,10 @@
 
 vfat fs support
 CONFIG_VFAT_FS
-  This allows you to mount MSDOS partitions of your harddrive. It
+  This allows you to mount MSDOS partitions of your hard drive. It
   will let you use filenames in a way compatible with the long 
-  filenames used by Windows'95 and Windows NT fat-based (not NTFS)
-  partitions. It does not support Windows'95 compressed filesystems.
+  filenames used by Windows 95 and Windows NT fat-based (not NTFS)
+  partitions. It does not support Windows 95 compressed filesystems.
   You cannot use the VFAT filesystem for your root partition; use
   UMSDOS instead. This option enlarges your kernel by about 10 kB and
   it only works if you said Y to the "fat fs support" above. Please read
@@ -5027,7 +5136,7 @@
 umsdos: Unix like fs on top of std MSDOS fs
 CONFIG_UMSDOS_FS
   Say Y here if you want to run Linux from within an existing DOS
-  partition of your harddrive. The advantage of this is that you can
+  partition of your hard drive. The advantage of this is that you can
   get away without repartitioning your hard drive (which often implies
   backing everything up and restoring afterwards) and hence you're
   able to quickly try out Linux or show it to your friends; the
@@ -5049,37 +5158,36 @@
 CONFIG_PROC_FS
   This is a virtual filesystem providing information about the status
   of the system. "Virtual" means that it doesn't take up any space on
-  your harddisk: the files are created on the fly when you access
-  them. Also, you cannot read the files with less: you need to use
-  more or cat. The filesystem is explained in the Kernel Hacker's
-  Guide at http://www.redhat.com:8080/HyperNews/get/khg.html on the
-  WWW (to browse the WWW, you need to have access to a machine on the
-  Internet that has a program like lynx or netscape), and also on the
-  proc(8) manpage ("man 8 proc").  This option will enlarge your
-  kernel by about 18 kB. It's totally cool; for example, "cat
-  /proc/interrupts" gives information about what the different IRQs
-  are used for at the moment (there is a small number of Interrupt
-  ReQuest lines in your computer that are used by the attached devices
-  to gain the CPU's attention - often a source of trouble if two
-  devices are mistakenly configured to use the same IRQ). Several
-  programs depend on this, so everyone should say Y here.
+  your hard disk: the files are created on the fly when you access
+  them. Also, you cannot read the files with older version of the
+  program less: you need to use more or cat. The filesystem is
+  explained in the Kernel Hacker's Guide at
+  http://www.redhat.com:8080/HyperNews/get/khg.html on the WWW (to
+  browse the WWW, you need to have access to a machine on the Internet
+  that has a program like lynx or netscape), and also on the proc(8)
+  manpage ("man 8 proc").  This option will enlarge your kernel by
+  about 18 kB. It's totally cool; for example, "cat /proc/interrupts"
+  gives information about what the different IRQs are used for at the
+  moment (there is a small number of Interrupt ReQuest lines in your
+  computer that are used by the attached devices to gain the CPU's
+  attention - often a source of trouble if two devices are mistakenly
+  configured to use the same IRQ). Several programs depend on this, so
+  everyone should say Y here.
 
 NFS filesystem support
 CONFIG_NFS_FS
   If you are connected to some other (usually local) Unix computer
-  (using SLIP, PLIP, PPP or ethernet) and want to mount files residing
+  (using SLIP, PLIP, PPP or Ethernet) and want to mount files residing
   on that computer (the NFS server) using the Network File Sharing
   protocol, say Y. "Mounting files" means that the client can access
   the files with usual UNIX commands as if they were sitting on the
-  client's harddisk. For this to work, the server must run the
+  client's hard disk. For this to work, the server must run the
   programs nfsd and mountd (but does not need to have NFS filesystem
   support enabled). NFS is explained in the Network Administrator's
   Guide, available via ftp (user: anonymous) in
-  sunsite.unc.edu:/pub/Linux/docs/LDP, and on its man page: "man
-  nfs". There is also a NFS-FAQ in
-  sunsite.unc.edu:/pub/Linux/docs/faqs which presumes that you know
-  the basics of NFS already. If you say Y here, you should have said Y
-  to TCP/IP networking also. This option would enlarge your kernel by
+  sunsite.unc.edu:/pub/Linux/docs/LDP, on its man page: "man nfs", and
+  in the NFS-HOWTO. If you say Y here, you should have said Y to
+  TCP/IP networking also. This option would enlarge your kernel by
   about 27 kB. This filesystem is also available as a module ( = code
   which can be inserted in and removed from the running kernel
   whenever you want). The module is called nfs.o. If you want to
@@ -5087,34 +5195,35 @@
   Documentation/modules.txt. If you configure a diskless machine which
   will mount its root filesystem over nfs (in order to do that, check
   out the netboot package, available via ftp (user: anonymous) from
-  sunsite.unc.edu in /pub/Linux/system/boot/ethernet/, extract with "tar
-  xzvf filename", and say Y to "Root file system on NFS" below), then
-  you cannot compile this driver as a module. If you don't know what
-  all this is about, say N.
+  sunsite.unc.edu in /pub/Linux/system/boot/ethernet/, extract with
+  "tar xzvf filename", and say Y to "Root file system on NFS" below),
+  then you cannot compile this driver as a module. If you don't know
+  what all this is about, say N.
 
 Root file system on NFS
 CONFIG_ROOT_NFS
   If you want your Linux box to mount its whole root filesystem from
   some other computer over the net via NFS (presumably because your
-  box doesn't have a harddisk), say Y. Read Documentation/nfsroot.txt
+  box doesn't have a hard disk), say Y. Read Documentation/nfsroot.txt
   for details. Most people say N here. 
 
 NFS server support
 CONFIG_NFSD
   If you want your Linux box to act as a NFS *server*, so that other
-  computers on your local network which support NFS can access files
-  on your box transparently, you have two options: you can use the
-  self-contained user space program nfsd, in which case you should say
-  N here, or you can say Y and use this new experimental kernel based
-  NFS server. The advantage of the kernel based solution is that it is
-  faster; it might not be completely stable yet, though. You will need
-  the support software from the linux-nfs package available at
-  ftp://ftp.mathematik.th-darmstadt.de/pub/linux/okir/.  
-  The nfs server is also available as a module ( = code which can be
-  inserted in and removed from the running kernel whenever you
-  want). The module is called nfsd.o. If you want to compile it as a
-  module, say M here and read Documentation/modules.txt. If unsure,
-  say N.
+  computers on your local network which support NFS can access certain
+  directories on your box transparently, you have two options: you can
+  use the self-contained user space program nfsd, in which case you
+  should say N here, or you can say Y and use this new experimental
+  kernel based NFS server. The advantage of the kernel based solution
+  is that it is faster; it might not be completely stable yet, though.
+  You will need the support software from the linux-nfs package
+  available at ftp://ftp.mathematik.th-darmstadt.de/pub/linux/okir/.
+  Please read the NFS-HOWTO, available via ftp (user: anonymous) from
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO. The nfs server is also
+  available as a module ( = code which can be inserted in and removed
+  from the running kernel whenever you want). The module is called
+  nfsd.o. If you want to compile it as a module, say M here and read
+  Documentation/modules.txt. If unsure, say N.
 
 BOOTP support
 CONFIG_RNFS_BOOTP
@@ -5142,9 +5251,9 @@
 OS/2 HPFS filesystem support (read only)
 CONFIG_HPFS_FS
   OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
-  is the filesystem used for organizing files on OS/2 harddisk
+  is the filesystem used for organizing files on OS/2 hard disk
   partitions. Say Y if you want to be able to read files from an OS/2
-  HPFS partition of your harddrive. OS/2 floppies however are in
+  HPFS partition of your hard drive. OS/2 floppies however are in
   regular MSDOS format, so you don't need this option in order to be
   able to read them. Read Documentation/filesystems/hpfs.txt. This
   filesystem is also available as a module ( = code which can be
@@ -5175,14 +5284,14 @@
 
 System V and Coherent filesystem support
 CONFIG_SYSV_FS
-  SCO, Xenix and Coherent are commercial Unix systems for intel
+  SCO, Xenix and Coherent are commercial Unix systems for Intel
   machines. Saying Y here would allow you to read and write to and
-  from their floppies and harddisk partitions. If you have a floppy or
-  harddisk partition like that, it is probable that they contain
+  from their floppies and hard disk partitions. If you have a floppy or
+  hard disk partition like that, it is probable that they contain
   binaries from those other Unix systems; in order to run these
   binaries, you will want to install iBCS2 (iBCS2 [Intel Binary
   Compatibility Standard] is a kernel module which lets you run SCO,
-  Xenix, Wyse, Unix Ware, Dell Unix and System V programs under Linux
+  Xenix, Wyse, UnixWare, Dell Unix and System V programs under Linux
   and is often needed to run commercial software, most prominently
   WordPerfect. It's in tsx-11.mit.edu:/pub/linux/BETA). If you only
   intend to mount files from some other Unix over the network using
@@ -5200,6 +5309,40 @@
   read Documentation/modules.txt. The module will be called sysv.o. If
   you haven't heard about all of this before, it's safe to say N.
 
+Amiga FFS filesystem support
+CONFIG_AFFS_FS
+  If you say Y here, you will be able to mount floppies and hard drive
+  partitions which were formatted with the Amiga FFS filesystem. Full
+  read-write support is available for most versions of FFS, see
+  Documentation/filesystems/affs.txt for details. This filesystem
+  support is also available as a module ( = code which can be inserted
+  in and removed from the running kernel whenever you want). The
+  module is called affs.o. If you want to compile it as a module, say M
+  here and read Documentation/modules.txt.
+
+Apple Macintosh filesystem support (experimental)
+CONFIG_HFS_FS
+  If you say Y here, you will be able to mount Macintosh-formatted
+  floppy disks and hard drive partitions with full read-write access.
+  Please read fs/hfs/HFS.txt to learn about the available mount
+  options. This filesystem support is also available as a module ( =
+  code which can be inserted in and removed from the running kernel
+  whenever you want). The module is called hfs.o. If you want to
+  compile it as a module, say M here and read
+  Documentation/modules.txt.
+
+ROM filesystem support
+CONFIG_ROMFS_FS
+  This is a very small read-only filesystem mainly intended for
+  initial ram disks of installation disks, but it could be used for
+  other read-only media as well. Read
+  Documentation/filesystems/romfs.txt for details. This filesystem
+  support is also available as a module ( = code which can be inserted
+  in and removed from the running kernel whenever you want). The
+  module is called romfs.o. If you want to compile it as a module, say
+  M here and read Documentation/modules.txt. If you don't know whether
+  you need it, then you don't need it: say N.
+
 Kernel automounter support (experimental)
 CONFIG_AUTOFS_FS
   The automounter is a tool to automatically mount remote filesystems
@@ -5219,7 +5362,7 @@
 CONFIG_UFS_FS
   BSD and derivate versions of Unix (such as SunOS, FreeBSD, NetBSD
   and NeXTstep) use a filesystem called UFS. Some System V Unixes can
-  create and mount harddisk partitions and diskettes using this
+  create and mount hard disk partitions and diskettes using this
   filesystem as well. Saying Y here allows you to mount these
   partitions and diskettes read-only. If you only intend to mount
   files from some other Unix over the network using NFS, you don't
@@ -5239,7 +5382,7 @@
 
 BSD disklabel (FreeBSD partition tables) support
 CONFIG_BSD_DISKLABEL
-  FreeBSD uses its own harddisk partition scheme on your PC. It
+  FreeBSD uses its own hard disk partition scheme on your PC. It
   requires only one entry in the primary partition table of your disk
   and manages it similarly to DOS extended partitions, putting in its
   first sector a new partition table in disklabel format. Saying Y
@@ -5250,7 +5393,7 @@
 
 SMD disklabel (Sun partition tables) support
 CONFIG_SMD_DISKLABEL
-  Like most systems, SunOS uses its own harddisk partition table
+  Like most systems, SunOS uses its own hard disk partition table
   format, incompatible with all others. Saying Y here allows you to
   read these partition tables and further mount SunOS disks read-only
   from within Linux if you have also said Y to "BSD ufs filesystem
@@ -5262,31 +5405,49 @@
   preferably "info tar"). If you don't know what all this is about,
   say N.
 
+Solaris (x86) partition table support
+CONFIG_SOLARIS_X86_PARTITION
+  Say Y here if you have a hard drive that will be accessed from Linux
+  and from Solaris x86. This is NOT for Solaris on the sparc
+  architecture. 
+
+ADFS filesystem support (read only) (EXPERIMENTAL)
+CONFIG_ADFS_FS
+  Acorn Disc Filing System is the standard filesystem of the Risc OS
+  operating system which runs on Acorn's StrongARM Risc PC computers.
+  If you say Y here, Linux will be able to read from ADFS partitions
+  on hard drives and from ADFS-formatted floppy disks. This code is
+  also available as a module called adfs.o ( = code which can be
+  inserted in and removed from the running kernel whenever you want).
+  If you want to compile it as a module, say M here and read
+  Documentation/modules.txt.
+
 Macintosh partition map support
 CONFIG_MAC_PARTITION
-  Say Y here if you want your Linux system to be able to read
-  the partition tables of Macintosh hard drives, and thus use
-  partitions on those drives.
+  Say Y here if you want your Linux system to be able to read the
+  partition tables of Macintosh hard drives, and thus use partitions
+  on those drives.
 
 SMB filesystem support (to mount WfW shares etc..)
 CONFIG_SMB_FS
-  SMB (Server Message Buffer) is the protocol Windows for Workgroups
+  SMB (Server Message Block) is the protocol Windows for Workgroups
   (WfW), Windows 95, Windows NT and Lan Manager use to share files and
   printers over local networks. Saying Y here allows you to mount
   their filesystems (often called "shares" in this context) and access
   them just like any other unix directory. Currently, this works only
   if the Windows machines use TCP/IP as the underlying transport
-  protocol, and not Netbeui.  For details, read
-  Documentation/filesystems/smbfs.txt.  Note: if you just want your
-  box to act as an SMB *server* and make files and printing services
-  available to Windows clients (which need to have a TCP/IP stack),
-  you don't need to say Y here; you can use the program samba
-  (available via ftp (user: anonymous) in
+  protocol, and not Netbeui. For details, read
+  Documentation/filesystems/smbfs.txt and the SMB-HOWTO, available via
+  ftp (user: anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO.
+  Note: if you just want your box to act as an SMB *server* and make
+  files and printing services available to Windows clients (which need
+  to have a TCP/IP stack), you don't need to say Y here; you can use
+  the program samba (available via ftp (user: anonymous) in
   sunsite.unc.edu:/pub/Linux/system/network/samba) for that. General
   information about how to connect Linux, Windows machines and Macs is
   on the WWW at http://eats.com/linux_mac_win.html (to browse the WWW,
   you need to have access to a machine on the Internet that has a
-  program like lynx or netscape).  If you want to compile the SMB
+  program like lynx or netscape). If you want to compile the SMB
   support as a module ( = code which can be inserted in and removed
   from the running kernel whenever you want), say M here and read
   Documentation/modules.txt. The module will be called smbfs.o. Most
@@ -5294,22 +5455,23 @@
 
 Coda filesystem support
 CONFIG_CODA_FS
-  CODA is an advanced network filesystem.  It has support for
-  disconnected operation for laptops, read/write server replication,
-  persistent client caches and write back caching.
-  By saying Y here you are compiling kernel support for Coda clients
-  into the Linux kernel.  You will need user level code as well, both
-  for the client and server. Servers are currently user level,
-  i.e. need no kernel support. For technical information, read
+  CODA is an advanced network filesystem, similar to NFS in that it
+  enables you to mount filesystems of a remote server and access them
+  with regular Unix commands as if they were sitting on your hard
+  disk. It has support for disconnected operation for laptops,
+  read/write server replication, persistent client caches and write
+  back caching. By saying Y here you are compiling kernel support for
+  Coda clients into the Linux kernel. You will need user level code as
+  well, both for the client and server. Servers are currently user
+  level, i.e. need no kernel support. For technical information, read
   Documentation/filesystems/coda.txt. 
   If you want to compile the coda client support as a module ( = code
   which can be inserted in and removed from the running kernel
-  whenever you want), say M here and read
-  Documentation/modules.txt. The module will be called coda.o. 
-  For further information see http://www.coda.cs.cmu.edu (to browse
-  the WWW, you need to have access to a machine on the Internet that
-  has a program like lynx or netscape) or contact Peter Braam
-  <braam@cs.cmu.edu>.
+  whenever you want), say M here and read Documentation/modules.txt.
+  The module will be called coda.o. For further information see
+  http://www.coda.cs.cmu.edu (to browse the WWW, you need to have
+  access to a machine on the Internet that has a program like lynx or
+  netscape) or contact Peter Braam <braam@cs.cmu.edu>.
 
 SMB Win95 bug work-around
 CONFIG_SMB_WIN95
@@ -5322,7 +5484,7 @@
 CONFIG_NCP_FS
   NCP (NetWare Core Protocol) is a protocol that runs over IPX and is
   used by Novell NetWare clients to talk to file servers. It is to IPX
-  what nfs is to tcp/ip, if that helps. Saying Y here allows you to
+  what NFS is to TCP/IP, if that helps. Saying Y here allows you to
   mount NetWare file server volumes and to access them just like any
   other Unix directory. For details, please read the file
   Documentation/filesystems/ncpfs.txt in the kernel source and the
@@ -5334,84 +5496,71 @@
 
 Packet signatures
 CONFIG_NCPFS_PACKET_SIGNING
-  NCP allows to sign packets for stronger security. If you want
+  NCP allows packets to be signed for stronger security. If you want
   security, say Y. Normal users can leave it off. To be able to use
   packet signing you must use ncpfs > 2.0.12.
 
 Proprietary file locking
 CONFIG_NCPFS_IOCTL_LOCKING
-  Allows locking of records on remote volumes. Say N unless you have special
-  applications which are able to utilize this locking scheme.
+  Allows locking of records on remote volumes. Say N unless you have
+  special applications which are able to utilize this locking scheme.
 
 Clear remove/delete inhibit when needed
 CONFIG_NCPFS_STRONG
-  Allows manipulation of files flagged as Delete or Rename Inhibit.
-  To use this feature you must mount volumes with the ncpmount parameter
+  Allows manipulation of files flagged as Delete or Rename Inhibit. To
+  use this feature you must mount volumes with the ncpmount parameter
   "-s" (ncpfs-2.0.12 and newer). Say Y unless you are not mounting
   volumes with -f 444.
 
 Use NFS namespace when available
 CONFIG_NCPFS_NFS_NS
-  Allows you to utilize NFS namespace on NetWare servers. It brings you
-  case sensitive filesystems. Say Y. You can disable it at mount-time with
-  the -N nfs parameter of ncpmount.
+  Allows you to utilize NFS namespace on NetWare servers. It brings
+  you case sensitive filenames. Say Y. You can disable it at
+  mount-time with the `-N nfs' parameter of ncpmount.
 
 Use OS2/LONG namespace when available
 CONFIG_NCPFS_OS2_NS
-  Allows you to utilize OS2/LONG namespace on NetWare servers. Filenames 
-  in this namespace are limited to 255 characters, they are case 
-  insensitive, and case in names is preserved. 
-  Say Y. You can disable it at mount time with the -N os2 parameter of 
-  ncpmount.
+  Allows you to utilize OS2/LONG namespace on NetWare servers.
+  Filenames in this namespace are limited to 255 characters, they are
+  case insensitive, and case in names is preserved. Say Y. You can
+  disable it at mount time with the -N os2 parameter of ncpmount.
 
 Allow mounting of volume subdirectories
 CONFIG_NCPFS_MOUNT_SUBDIR
-  Allows you to mount not only whole servers or whole volumes, but also
-  subdirectory from a volume. It can be used to reexport data and so on.
-  There is no reason why to say N, so Y is recommended unless you count
-  every byte. 
+  Allows you to mount not only whole servers or whole volumes, but
+  also subdirectories from a volume. It can be used to reexport data
+  and so on. There is no reason to say N, so Y is recommended unless
+  you count every byte.
   To utilize this feature you must use ncpfs-2.0.12 or newer.
 
 NDS interserver authentication domains
 CONFIG_NCPFS_NDS_DOMAINS
-  This allows storing NDS private keys into kernel space where it can be
-  used to authenticate another server as interserver NDS accesses need
-  it. You must use ncpfs-2.0.12.1 or newer to utilize this feature.
-  Say Y if you are using NDS connections to NetWare servers. Do not say Y
-  if security is primary for you because root can read your session
-  key (from /proc/kcore).
+  This allows storing NDS private keys in kernel space where they
+  can be used to authenticate another server as interserver NDS
+  accesses need it. You must use ncpfs-2.0.12.1 or newer to utilize
+  this feature. Say Y if you are using NDS connections to NetWare
+  servers. Do not say Y if security is primary for you because root
+  can read your session key (from /proc/kcore).
 
 Amiga FFS filesystem support
 CONFIG_AFFS_FS
-  The Fast File System (FFS) is the common filesystem used on
-  harddisks by Amiga(tm) Systems since AmigaOS Version 1.3
-  (34.20). With this driver you can also mount diskfiles used by Bernd
-  Schmidt's Un*X Amiga Emulator (http://www.freiburg.linux.de/~uae/;
-  to browse the WWW, you need to have access to a machine on the
-  Internet that has a program like lynx or netscape).  If you want to
-  do the latter, you will also need to say Y to "Loop device support",
-  above. Say Y if you want to be able to read and write files from and
-  to an Amiga FFS partition on your harddrive. Amiga floppies however
-  cannot be read with this driver due to an incompatibility of the
-  floppy controller used in an Amiga and the standard floppy
-  controller in PCs and workstations. Read
-  Documentation/filesystems/affs.txt and fs/affs/Changes. This filesystem is also
-  available as a module ( = code which can be inserted in and removed
-  from the running kernel whenever you want). The module is called
-  affs.o. If you want to compile it as a module, say M here and read
-  Documentation/modules.txt.  If unsure, say N.
-
-ROM filesystem support
-CONFIG_ROMFS_FS
-  This is a very small read-only filesystem mainly intended for
-  initial ram disks of installation disk, but it could be used for
-  other read-only media as well. Read
-  Documentation/filesystems/romfs.txt for details. This filesystem is
-  also available as a module ( = code which can be inserted in and
-  removed from the running kernel whenever you want). The module is
-  called romfs.o. If you want to compile it as a module, say M here
-  and read Documentation/modules.txt.  If you don't know whether you
-  need it, then you don't need it: say N.
+  The Fast File System (FFS) is the common filesystem used on hard
+  disks by Amiga(tm) Systems since AmigaOS Version 1.3 (34.20). With
+  this driver you can also mount diskfiles used by Bernd Schmidt's
+  Un*X Amiga Emulator (http://www.freiburg.linux.de/~uae/; to browse
+  the WWW, you need to have access to a machine on the Internet that
+  has a program like lynx or netscape). If you want to do the latter,
+  you will also need to say Y to "Loop device support", above. Say Y
+  if you want to be able to read and write files from and to an Amiga
+  FFS partition on your hard drive. Amiga floppies however cannot be
+  read with this driver due to an incompatibility of the floppy
+  controller used in an Amiga and the standard floppy controller in
+  PCs and workstations. Read Documentation/filesystems/affs.txt and
+  fs/affs/Changes. This filesystem is also available as a module ( =
+  code which can be inserted in and removed from the running kernel
+  whenever you want). The module is called affs.o. If you want to
+  compile it as a module, say M here and read
+  Documentation/modules.txt. If unsure, say N.
 
 nls: Native language codepages and Unicode support
 CONFIG_NLS
@@ -5462,7 +5611,7 @@
   codepage if you want to be able to read/write these filenames on
   DOS/Windows partitions correctly. This does apply to the filenames
   only, not to the file contents. You can include several codepages;
-  say Y here if you want to include the DOS codepage that is used for
+  say Y here if you want to include the DOS codepage that is used
   for the Baltic Rim Languages. If unsure, say N.
 
 nls codepage 850
@@ -5728,15 +5877,16 @@
 Software generated cursor
 CONFIG_SOFTCURSOR
   If you say Y here, you'll be able to do lots of nice things with the
-  cursors of your virtual consoles -- for example to turn them into
-  non-blinking block cursors which are more visible on laptop screens.
+  cursors of your virtual consoles -- for example turn them into
+  non-blinking block cursors which are more visible on laptop screens,
+  or change their color depending on the virtual console you're on.
   See Documentation/VGA-softcursor.txt for more information.
 
 Standard/generic serial support
 CONFIG_SERIAL
   This selects whether you want to include the driver for the standard
   serial ports.  People who might say N here are those that are
-  setting up dedicated ethernet WWW/ftp servers, or users that have
+  setting up dedicated Ethernet WWW/ftp servers, or users that have
   one of the various bus mice instead of a serial mouse.  (Note that
   the Cyclades and Stallion multi serial port drivers do not need this
   driver built in for them to work.)  If you want to compile this
@@ -5924,16 +6074,16 @@
   you want to compile this driver as a module however ( = code which
   can be inserted in and removed from the running kernel whenever you
   want), say M here and read Documentation/modules.txt. The module
-  will be called lp.o.  If you have several parallel ports, you
-  should specify the base address for the port to use by the printer
-  with the "lp" kernel command line option. (Try "man bootparam" or
-  see the documentation of your boot loader (lilo or loadlin) about
-  how to pass options to the kernel at boot time. The lilo procedure
-  is also explained in the SCSI-HOWTO, available via ftp (user:
-  anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.) The standard
-  base addresses as well as the syntax of the "lp" command line option
-  can be found in drivers/char/lp.c. If you have more than 3 printers,
-  you need to increase the LP_NO variable in lp.c.
+  will be called lp.o.  If you have several parallel ports, you should
+  specify the base address for the port to be used by the printer with
+  the "lp" kernel command line option. (Try "man bootparam" or see the
+  documentation of your boot loader (lilo or loadlin) about how to
+  pass options to the kernel at boot time. The lilo procedure is also
+  explained in the SCSI-HOWTO, available via ftp (user: anonymous) in
+  sunsite.unc.edu:/pub/Linux/docs/HOWTO.) The standard base addresses
+  as well as the syntax of the "lp" command line option can be found
+  in drivers/char/lp.c. If you have more than 3 printers, you need to
+  increase the LP_NO variable in lp.c.
 
 CONFIG_PRINTER_READBACK
   If your printer conforms to IEEE 1284, it may be able to provide a
@@ -6110,11 +6260,11 @@
   Regardless of whether you say Y or M here, an additional runtime
   loadable module called `zft-compressor.o' which contains code to
   support user transparent on-the-fly compression based on Ross
-  William's lzrw3 algorithm will be produced. If you have enabled
-  the kernel module loader (i.e. have said `Y' to CONFIG_KMOD) then
-  `zft-compressor.o' will be loaded automatically by zftape when
-  needed.
-  Despite of its name zftape does NOT use compression by default. The
+  William's lzrw3 algorithm will be produced. If you have enabled the
+  kernel module loader (i.e. have said Y to "Kernel module loader
+  support", above) then `zft-compressor.o' will be loaded
+  automatically by zftape when needed.
+  Despite its name, zftape does NOT use compression by default. The
   file Documentation/ftape.txt contains a short description of the
   most important changes in the file system interface compared to
   previous versions of ftape. The ftape home page
@@ -6149,7 +6299,7 @@
 CONFIG_FT_NR_BUFFERS
   Please leave this at `3' unless you REALLY know what you are
   doing. It is not necessary to change this value. Values below 3 make
-  the proper use of ftape impossible, values greater than 3 are waste
+  the proper use of ftape impossible, values greater than 3 are a waste
   of memory. You can change the amount of DMA memory used by ftape at
   runtime with "mt -f /dev/qft0 setdrvbuffer #NUMBUFFERS". Each buffer
   wastes 32kb of memory. Please note that this memory cannot be
@@ -6157,8 +6307,8 @@
 
 Procfs entry for ftape
 CONFIG_FT_PROC_FS
-  Optional. Saying `Y' will result in creation of a file
-  `/proc/ftape' under the proc file system. This files can be viewed
+  Optional. Saying `Y' will result in creation of a directory
+  `/proc/ftape' under the proc file system. The files can be viewed
   with your favorite pager (i.e. use "more /proc/ftape/history" or
   "less /proc/ftape/history" or simply "cat /proc/ftape/history"). The
   file will contain some status information about the inserted
@@ -6303,16 +6453,16 @@
 FDC FIFO Threshold before requesting DMA service
 CONFIG_FT_FDC_THR
   Set the FIFO threshold of the FDC. If this is higher the DMA
-  controller may serve the FCD after a higher latency time. If this is
-  lower, less DMA transfers occur leading to less bus contention.
+  controller may serve the FDC after a higher latency time. If this is
+  lower, fewer DMA transfers occur leading to less bus contention.
   You may try to tune this if ftape annoys you with "reduced data
   rate because of excessive overrun errors" messages. However, this
-  doesn't seem to have too much an effect.
+  doesn't seem to have too much effect.
   If unsure, don't touch the initial value, i.e. leave it at "8".
 
 FDC maximum data rate
 CONFIG_FT_FDC_MAX_RATE
-  With some mother board/FDC combinations ftape will not be able to
+  With some motherboard/FDC combinations ftape will not be able to
   run your FDC/tape drive combination at the highest available
   speed. If this is the case you'll encounter "reduced data rate
   because of excessive overrun errors" messages and lots of retries
@@ -6343,20 +6493,25 @@
   notification of APM "events" (e.g., battery status
   change). Supporting software is available; for more information,
   read the Battery Powered Linux mini-HOWTO available via ftp (user:
-  anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
-  This driver does not spin down disk drives (see hdparm(8) for that);
-  and it doesn't turn off VESA-compliant "green" monitors.  This
-  driver does not support the TI 4000M TravelMate and the ACER
-  486/DX4/75 because they don't have compliant BIOSes.  Many "green"
-  desktop machines also don't have compliant BIOSes, and this driver
-  will cause those machines to panic during the boot phase (typically,
-  these machines are using a data segment of 0040, which is reserved
-  for the Linux kernel). Generally, if you don't have a battery in
-  your machine, there isn't much point in using this driver and you
-  should say N.  If you get random kernel OOPSes or reboots that don't
-  seem to be related to anything, try disabling/enabling this
-  option. Some other things to try when experiencing seemingly random,
-  "weird" problems:
+  anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.  This
+  driver does not spin down disk drives (see the hdparm(8) manpage
+  ("man 8 hdparm") for that), and it doesn't turn off VESA-compliant
+  "green" monitors.  This driver does not support the TI 4000M
+  TravelMate and the ACER 486/DX4/75 because they don't have compliant
+  BIOSes.  Many "green" desktop machines also don't have compliant
+  BIOSes, and this driver will cause those machines to panic during
+  the boot phase (typically, these machines are using a data segment
+  of 0040, which is reserved for the Linux kernel).
+  If you are running Linux on a laptop, you may also want to read the
+  Linux Laptop homepage on the WWW at
+  http://www.cs.utexas.edu/users/kharker/linux-laptop/ (to browse the
+  WWW, you need to have access to a machine on the Internet that has a
+  program like lynx or netscape).
+  Generally, if you don't have a battery in your machine, there isn't
+  much point in using this driver and you should say N.  If you get
+  random kernel OOPSes or reboots that don't seem to be related to
+  anything, try disabling/enabling this option. Some other things to
+  try when experiencing seemingly random, "weird" problems:
    1) passing the "no-hlt" option to the kernel 
    2) passing the "no-387" option to the kernel 
    3) passing the "floppy=nodma" option to the kernel
@@ -6378,16 +6533,17 @@
 CONFIG_APM_DO_ENABLE
   Enable APM features at boot time.  From page 36 of the APM BIOS
   specification: "When disabled, the APM BIOS does not automatically
-  power manage devices, enter the Standby State, enter the Suspend State,
-  or take power saving steps in response to CPU Idle calls."  This driver
-  will make CPU Idle calls when Linux is idle (unless this feature is
-  turned off -- see below).  This should always save battery power, but
-  more complicated APM features will be dependent on your BIOS
-  implementation.  You may need to turn this option off if your computer
-  hangs at boot time when using APM support, or if it beeps continuously
-  instead of suspending.  Turn this off if you have a NEC UltraLite Versa
-  33/C or a Toshiba T400CDT.  This is off by default since most machines
-  do fine without this feature.
+  power manage devices, enter the Standby State, enter the Suspend
+  State, or take power saving steps in response to CPU Idle calls."
+  This driver will make CPU Idle calls when Linux is idle (unless this
+  feature is turned off -- see "Do CPU IDLE calls", below).  This
+  should always save battery power, but more complicated APM features
+  will be dependent on your BIOS implementation.  You may need to turn
+  this option off if your computer hangs at boot time when using APM
+  support, or if it beeps continuously instead of suspending.  Turn
+  this off if you have a NEC UltraLite Versa 33/C or a Toshiba
+  T400CDT.  This is off by default since most machines do fine without
+  this feature.
 
 Do CPU IDLE calls
 CONFIG_APM_CPU_IDLE
@@ -6402,20 +6558,21 @@
 Enable console blanking using APM
 CONFIG_APM_DISPLAY_BLANK
   Enable console blanking using the APM.  Some laptops can use this to
-  turn off the LCD backlight when the VC screen blanker blanks the
-  screen.  Note that this is only used by the VC screen blanker, and
-  won't turn off the backlight when using X11 (this also doesn't have
-  anything to do with your VESA-compliant power-saving monitor).
-  Further, this option doesn't work for all laptops -- it might not turn
-  off your backlight at all, or it might print a lot of errors to the
-  console, especially if you are using gpm.
+  turn off the LCD backlight when the screen blanker of the Linux
+  virtual console blanks the screen.  Note that this is only used by
+  the virtual console screen blanker, and won't turn off the backlight
+  when using the X Window system. This also doesn't have anything to
+  do with your VESA-compliant power-saving monitor.  Further, this
+  option doesn't work for all laptops -- it might not turn off your
+  backlight at all, or it might print a lot of errors to the console,
+  especially if you are using gpm.
 
 Power off on shutdown 
 CONFIG_APM_POWER_OFF
   Enable the ability to power off the computer after the Linux kernel
   is halted.  You will need software (e.g., a suitable version of the
-  halt(8) command) to cause the computer to power down.  Recent
-  versions of the sysvinit package available from
+  halt(8) command ("man 8 halt")) to cause the computer to power down.
+  Recent versions of the sysvinit package available from
   ftp://sunsite.unc.edu/pub/Linux/system/daemons/init/ (user:
   anonymous) contain support for this ("halt -p" shuts down Linux and
   powers off the computer).  As with the other APM options, this
@@ -6423,10 +6580,11 @@
 
 Ignore multiple suspend/standby events
 CONFIG_APM_IGNORE_MULTIPLE_SUSPEND
-  This option is necessary on the Thinkpad 560, but should work on all
-  other laptops.  When the APM BIOS returns multiple suspend or standby
-  events while one is already being processed they will be ignored.
-  Without this the Thinkpad 560 has troubles with apmd, and pcmcia-cs.
+  This option is necessary on the IBM Thinkpad 560, but should work on
+  all other laptops. When the APM BIOS returns multiple suspend or
+  standby events while one is already being processed they will be
+  ignored. Without this the Thinkpad 560 has troubles with the user
+  level daemon apmd, and with the PCMCIA package pcmcia-cs.
 
 Watchdog Timer Support 
 CONFIG_WATCHDOG
@@ -6526,11 +6684,17 @@
   generate signals from as low as 1Hz up to 8192Hz, and can also be
   used as a 24 hour alarm.  It reports status information via the file
   /proc/rtc and its behaviour is set by various ioctls on
-  /dev/rtc. People running SMP (= multiprocessor) versions of Linux
-  should say Y here to read and set the RTC clock in a SMP compatible
-  fashion. (They should also read Documentation/smp.) If you think you
-  have a use for such a device (such as periodic data sampling), then
-  say Y here, and go read the file Documentation/rtc.txt for details.
+  /dev/rtc. 
+  People running SMP (= multiprocessor) versions of Linux should say Y
+  here to read and set the RTC clock in a SMP compatible
+  fashion. (They should also Documentation/smp and
+  Documentation/IO-APIC.txt and the SMP-FAQ on the WWW at
+  http://www.irisa.fr/prive/mentre/smp-faq/ (to browse the WWW, you
+  need to have access to a machine on the Internet that has a programs
+  like lynx or netscape)).
+  If you think you have a use for such a device (such as periodic data
+  sampling), then say Y here, and go read the file
+  Documentation/rtc.txt for details.
 
 Tadpole ANA H8 Support
 CONFIG_H8
@@ -6573,30 +6737,39 @@
 
 Sound card support
 CONFIG_SOUND
-  If you have a Sound Card in your Computer, i.e. if it can say more
+  If you have a sound card in your computer, i.e. if it can say more
   than an occasional beep, say Y. Be sure to have all the information
   about your sound card and its configuration down (I/O port,
   interrupt and DMA channel), because you will be asked for it. You
   want to read the Sound-HOWTO, available via ftp (user: anonymous)
   from sunsite.unc.edu:/pub/Linux/docs/HOWTO. There is also some
-  information in various README files in drivers/sound.  If you want
-  to compile this as a module ( = code which can be inserted in and
-  removed from the running kernel whenever you want), say M here and
-  read Documentation/modules.txt. I'm told that even without a sound
-  card, you can make your computer say more than an occasional beep,
-  by programming the PC speaker. Kernel patches and programs to do
-  that are at
+  information in various README files in drivers/sound, esp. in
+  Readme.cards which you should read first to find out whether your
+  card is supported by Linux.
+  If you have a PnP sound card and you want to configure it at boot
+  time using the ISA PnP tools (read
+  http://www.roestock.demon.co.uk/isapnptools/ (to browse the WWW, you
+  need to have access to a machine on the Internet that has a program
+  like lynx or netscape)), then you need to compile the sound card
+  support as a module ( = code which can be inserted in and removed
+  from the running kernel whenever you want) and load that module
+  after the PnP configuration is finished. To do this, say M here and
+  read Documentation/modules.txt as well as
+  drivers/sound/Readme.modules; the module will be called sound.o.
+  I'm told that even without a sound card, you can make your computer
+  say more than an occasional beep, by programming the PC speaker.
+  Kernel patches and programs to do that are at
   sunsite.unc.edu:/pub/Linux/kernel/patches/console/pcsndrv-X.X.tar.gz,
   to be extracted with "tar xzvf filename".
 
 ProAudioSpectrum 16 support
 CONFIG_PAS
   Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio
-  16 or Logitech SoundMan 16.  Don't answer Y if you have some other
-  card made by Media Vision or Logitech since they are not PAS16
-  compatible.
+  16 or Logitech SoundMan 16 sound card.  Don't answer Y if you have
+  some other card made by Media Vision or Logitech since they are not
+  PAS16 compatible.
 
-SoundBlaster (SB, SBPro, SB16, clones) support
+100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support
 CONFIG_SB
   Answer Y if you have an original SoundBlaster card made by
   Creative Labs or a 100% hardware compatible clone (like the
@@ -6604,16 +6777,18 @@
   cards look at the card specific instructions in the
   drivers/sound/Readme.cards file before answering this question. For
   an unknown card you may answer Y if the card claims to be
-  SoundBlaster compatible.
+  SoundBlaster compatible. If you have an SB AWE 32 or SB AWE 64, say
+  Y here and to "Additional lowlevel drivers" and to "SB32/AWE
+  support" below.
 
 Are you using the IBM Mwave "emulation" of SB ?
 CONFIG_SB_MWAVE
-  The IBM Mwave can do whats loosely describable as emulation of an 8bit
-  soundblaster if you load the right firmware from DOS warm boot and pray
-  and your machine happens to like you. Say Y if you are doing this as the
-  IRQ test normally fails on the mwave emulation. If you'd like real MWAVE
-  support phone IBM (425-556-8822) and ask them why they still haven't 
-  released any documentation.
+  The IBM Mwave can do what's loosely describable as emulation of an
+  8bit SoundBlaster card if you load the right firmware from DOS warm
+  boot and pray and your machine happens to like you. Say Y if you are
+  doing this as the IRQ test normally fails on the Mwave emulation. If
+  you'd like real MWAVE support phone IBM (425-556-8822) and ask them
+  why they still haven't released any documentation.
   [http://204.200.238.31/cgi-bin/link.pl?co=i&cl=/ts/ibm/contact.html]
 
 Generic OPL2/OPL3 FM synthesizer support
@@ -6622,10 +6797,13 @@
   Answering Y is usually a safe and recommended choice, however some
   cards may have software (TSR) FM emulation. Enabling FM support with
   these cards may cause trouble (I don't currently know of any such
-  cards, however).
+  cards, however). If unsure, say Y.
 
 Loopback MIDI device support
 CONFIG_VMIDI
+###
+### somebody please fill this in.
+###
 
 Gravis Ultrasound support
 CONFIG_GUS
@@ -6635,7 +6813,7 @@
 MPU-401 support (NOT for SB16)
 CONFIG_MPU401
   Be careful with this question. The MPU401 interface is supported by
-  all soundcards. However, some natively supported cards have their
+  all sound cards. However, some natively supported cards have their
   own driver for MPU401. Enabling this MPU401 option with these cards
   will cause a conflict. Also, enabling MPU401 on a system that
   doesn't really have a MPU401 could cause some trouble. If your card
@@ -6691,7 +6869,7 @@
 
 Ensoniq Soundscape support
 CONFIG_SSCAPE
-  Answer Y if you have a soundcard based on the Ensoniq SoundScape
+  Answer Y if you have a sound card based on the Ensoniq SoundScape
   chipset. Such cards are being manufactured at least by Ensoniq, Spea
   and Reveal (Reveal makes also other cards).
 
@@ -6738,19 +6916,15 @@
 
 Sun Audio support
 CONFIG_SUN_AUDIO
-  This is support for the soundcards on Sun workstations. The code
+  This is support for the sound cards on Sun workstations. The code
   does not exist yet, so you might as well say N here.
 
-SB32/AWE support
-CONFIG_AWE32_SYNTH
-  Say Y here if you have a SB32 or SB AWE soundcard. See
-  drivers/sound/lowlevel/README.awe for more info.
-
 Additional low level drivers
 CONFIG_LOWLEVEL_SOUND
-  If you need additional low level sound drivers which are not part
-  of USS/Lite (UNIX Sound System), say Y.  The only such driver at
-  present is the ACI driver for the miroSOUND PCM12 and PCM20.
+  If you need additional low level sound drivers which have not yet
+  appeared, say Y. The answer to this question does not directly
+  affect the kernel; saying Y will simply cause this configure script
+  to present you with more options. If unsure, say Y.
 
 ACI mixer (miroPCM12)
 CONFIG_ACI_MIXER
@@ -6763,6 +6937,13 @@
   also controls the radio tuner on this card, however this is not
   yet supported in this software.
 
+SB32/AWE support
+CONFIG_AWE32_SYNTH
+  Say Y here if you have a SoundBlaster SB32, AWE32-PnP, SB AWE64 or
+  similar sound card. See drivers/sound/lowlevel/README.awe and the
+  Soundblaster-AWE mini-HOWTO, available via ftp (user: anonymous)
+  from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini for more info.
+
 Gallant's Audio Excel DSP 16 support (SC-6000 and SC-6600)
 CONFIG_AEDSP16
   Answer Y if you have a Gallant's Audio Excel DSP 16 card. This card
@@ -6915,7 +7096,7 @@
   S0-8 and many compatibles.
   See Documentation/isdn/README.HiSax on how to configure it 
   using the different cards, a different D-channel protocol, or
-  non-standard irq/port/shmem settings.
+  non-standard IRQ/port/shmem settings.
 
 HiSax Support for Teles 16.3 or PNP or PCMCIA
 CONFIG_HISAX_16_3
@@ -6923,14 +7104,14 @@
   the Teles/Creatix PnP and the Teles PCMCIA.
   See Documentation/isdn/README.HiSax on how to configure it 
   using the different cards, a different D-channel protocol, or
-  non-standard irq/port/shmem settings.
+  non-standard IRQ/port/shmem settings.
 
 HiSax Support for AVM A1 (Fritz)
 CONFIG_HISAX_AVM_A1
   This enables HiSax support for the AVM A1 (aka "Fritz").
   See Documentation/isdn/README.HiSax on how to configure it
   using the different cards, a different D-channel protocol, or
-  non-standard irq/port/shmem settings.
+  non-standard IRQ/port/shmem settings.
 
 HiSax Support for Elsa ISA cards
 CONFIG_HISAX_ELSA_PCC
@@ -6938,21 +7119,21 @@
   for the Elsa Quickstep series cards.
   See Documentation/isdn/README.HiSax on how to configure it 
   using the different cards, a different D-channel protocol, or
-  non-standard irq/port/shmem settings.
+  non-standard IRQ/port/shmem settings.
 
 HiSax Support for Elsa PCMCIA card
 CONFIG_HISAX_ELSA_PCMCIA
   This enables HiSax support for the Elsa PCMCIA cards.
   See Documentation/isdn/README.HiSax on how to configure it 
   using the different cards, a different D-channel protocol, or
-  non-standard irq/port/shmem settings.
+  non-standard IRQ/port/shmem settings.
 
 HiSax Support for ITK ix1-micro Revision 2
 CONFIG_HISAX_IX1MICROR2
   This enables HiSax support for the ITK ix1-micro Revision 2 card.
   See Documentation/isdn/README.HiSax on how to configure it 
   using the different cards, a different D-channel protocol, or
-  non-standard irq/port/shmem settings.
+  non-standard IRQ/port/shmem settings.
 
 HiSax Support for EURO/DSS1
 CONFIG_HISAX_EURO
@@ -7293,7 +7474,7 @@
 CONFIG_ATARI_SCSI
   If you have an Atari with built-in NCR5380 SCSI controller (TT,
   Falcon, ...) say Y to get it supported. Of course also, if you have
-  an compatible SCSI controller (e.g. for Medusa). This driver is also
+  a compatible SCSI controller (e.g. for Medusa). This driver is also
   available as a module ( = code which can be inserted in and removed
   from the running kernel whenever you want). The module is called
   atari_scsi.o. If you want to compile it as a module, say M here and
@@ -7547,9 +7728,9 @@
   want). If you want to compile it as a module, say M here and read
   Documentation/modules.txt.
 
-MACE (Power Mac ethernet) support
+MACE (Power Mac Ethernet) support
 CONFIG_MACE
-  Power Macintoshes and clones with ethernet built-in on the
+  Power Macintoshes and clones with Ethernet built-in on the
   motherboard will usually use a MACE (Medium Access Control for
   Ethernet) interface.  Say Y to include support for the MACE chip.
 
@@ -7574,18 +7755,20 @@
 
 Quickcam BW Video For Linux
 CONFIG_VIDEO_BWQCAM
-  Say Y have if you have such a thing. This driver is also available
-  as a module called bw-qcam.o ( = code which can be inserted in and
-  removed from the running kernel whenever you want). If you want to
-  compile it as a module, say M here and read
+  Say Y have if you the black and white version of the QuickCam
+  camera. See the next option for the color version. This driver is
+  also available as a module called bw-qcam.o ( = code which can be
+  inserted in and removed from the running kernel whenever you want).
+  If you want to compile it as a module, say M here and read
   Documentation/modules.txt.
 
 Colour QuickCam Video For Linux
 CONFIG_VIDEO_CQCAM
-  This is the video4linux driver for the colour version of the Connectix
-  Quickcam.  If you have one of these cameras, say Y here, otherwise say N.
-  This driver does not work with the original monochrome Quickcam,
-  Quickcam VC or QuickClip.  It is also available as a module (c-qcam.o).
+  This is the video4linux driver for the colour version of the
+  Connectix Quickcam. If you have one of these cameras, say Y here,
+  otherwise say N. This driver does not work with the original
+  monochrome Quickcam, Quickcam VC or QuickClip. It is also available
+  as a module (c-qcam.o).
 
 Mediavision Pro Movie Studio Video For Linux
 CONFIG_VIDEO_PMS
@@ -7595,22 +7778,26 @@
   it as a module, say M here and read Documentation/modules.txt.
 
 # need an empty line after last entry, for sed script in Configure.
-
+#
+# A couple of things I keep forgetting:
+#   capitalize: Internet, Intel, SCSI, NetWare, PCI, IRQ, DMA
+#   two words: hard drive, hard disk, sound card
+#   other: it's safe to save.
 #
 # This is used by ispell.el:
 #
 # LocalWords:  CONFIG coprocessor DX Pentium SX lilo loadlin HOWTO ftp sunsite
 # LocalWords:  unc edu docs emu README kB BLK DEV FD Thinkpad fd MFM RLL IDE gz
-# LocalWords:  cdrom harddisk diskless netboot nfs xzvf ATAPI MB harddrives ide
-# LocalWords:  HD harddisks CDROMs IDECD NEC MITSUMI filesystem XT XD PCI bios
+# LocalWords:  cdrom diskless netboot nfs xzvf ATAPI MB ide pavia rubini pl pd
+# LocalWords:  HD CDROMs IDECD NEC MITSUMI filesystem XT XD PCI bios cezar ATEN
 # LocalWords:  ISA EISA Microchannel VESA BIOSes IPC SYSVIPC ipc Ctrl dmesg hlt
 # LocalWords:  BINFMT Linkable http ac uk jo html GCC Sparc AVANTI CABRIOLET EB
 # LocalWords:  netscape gcc LD CC toplevel MODVERSIONS insmod rmmod modprobe IP
-# LocalWords:  genksyms INET loopback gatewaying ethernet internet PPP ARP Arp
+# LocalWords:  genksyms INET loopback gatewaying ethernet PPP ARP Arp MEMSIZE
 # LocalWords:  howto multicasting MULTICAST MBONE firewalling ipfw ACCT resp ip
 # LocalWords:  proc acct IPIP encapsulator decapsulator klogd PCTCP RARP EXT PS
 # LocalWords:  telneting subnetted NAGLE rlogin NOSR ttyS TGA techinfo mbone nl
-# LocalWords:  Mb SKB IPX Novell Netware dosemu Appletalk DDP ATALK tapedrive
+# LocalWords:  Mb SKB IPX Novell dosemu Appletalk DDP ATALK tapedrive vmalloc
 # LocalWords:  SD CHR scsi thingy SG CD LUNs LUN jukebox Adaptec BusLogic EATA
 # LocalWords:  buslogic DMA DPT ATT eata dma PIO UltraStor fdomain umsdos ext
 # LocalWords:  QLOGIC qlogic TMC seagate Trantor ultrastor FASST wd NETDEVICES
@@ -7623,21 +7810,21 @@
 # LocalWords:  TR Sony CDU caddyless cdu Mitsumi MCD cd mcd XA MultiSession CDA
 # LocalWords:  Matsushita Panasonic SBPCD Soundblaster Longshine sbpcd Aztech
 # LocalWords:  Okano Wearnes AZTCD CDD SE aztcd sonycd Goldstar GSCD Philips fs
-# LocalWords:  LMS OPTCD Sanyo SJCD minix faqs xiafs XIA msdos harddrive mtools
+# LocalWords:  LMS OPTCD Sanyo SJCD minix faqs xiafs XIA msdos mtools Cichocki
 # LocalWords:  std softlinks umssync NetworkFileSharing nfsd mountd CDs HPFS TI
-# LocalWords:  hpfs SYSV SCO intel iBCS Wyse WordPerfect tsx mit unixes sysv NR
+# LocalWords:  hpfs SYSV SCO iBCS Wyse WordPerfect tsx mit unixes sysv NR irisa
 # LocalWords:  SMB WfW Cyclades async mux Logitech busmouse MouseSystem aka AST
 # LocalWords:  PSMOUSE Compaq trackballs Travelmate Inport ATIXL ATI busmice ld
 # LocalWords:  gpm config QIC DYNCONF FTAPE Stor Ftape ftape pcsndrv manpage NT
 # LocalWords:  readprofile diskdrives org com masq EtherTalk tcp netrom sunacm
 # LocalWords:  misc AIC aic pio nullmodems scc Portmaster eql GIS PhotoCDs MCDX
-# LocalWords:  mcdx gscd optcd sjcd ISP soundcard hdparm Workgroups Lan samba
+# LocalWords:  mcdx gscd optcd sjcd ISP hdparm Workgroups Lan samba PARIDE PCD
 # LocalWords:  filesystems smbfs ATA ppp PCTech RZ www powerquest txt CMD ESDI
 # LocalWords:  chipset FB multicast MROUTE appletalk ifconfig IBMTR multiport
 # LocalWords:  Multisession STALDRV EasyIO EC EasyConnection ISTALLION ONboard
 # LocalWords:  Brumby pci TNC cis ohio faq usenet NETLINK dev hydra ca Tyne mem
 # LocalWords:  carleton Deskstation DECstation SUNFD JENSEN Noname XXXM SLiRP
-# LocalWords:  pppd Zilog ZS soundcards SRM bootloader ez mainmenu rarp ipfwadm
+# LocalWords:  pppd Zilog ZS SRM bootloader ez mainmenu rarp ipfwadm paride pcd
 # LocalWords:  RTNETLINK mknod xos MTU lwared Macs mac netatalk macs cs Wolff
 # LocalWords:  dartmouth flowerpt MultiMaster FlashPoint tudelft etherexpress
 # LocalWords:  ICL EtherTeam ETH IDESCSI TXC SmartRAID SmartCache httpd sjc dlp
@@ -7647,7 +7834,7 @@
 # LocalWords:  Vertos Genoa Funai hsfs NCP NetWare tgz APM apm ioctls UltraLite
 # LocalWords:  TravelMate CDT LCD backlight VC RPC Mips DECStation AXP barlow
 # LocalWords:  PMAX MILO Alphas Multia Tseng linuxelf endian mipsel mips drv HT
-# LocalWords:  KERNELD kerneld callouts AdvanSys advansys diskquotas Admin WDT
+# LocalWords:  KERNELD kerneld callouts AdvanSys advansys Admin WDT DataStor EP
 # LocalWords:  wdt hdb hdc bugfix SiS vlb Acculogic CSA DTC dtc Holtek ht QDI
 # LocalWords:  QD qd UMC umc ALI ali lena fnet fr homepage azstarnet axplinux
 # LocalWords:  Avanti XL AlphaStations Jensen DECpc AXPpci UDB Cabriolet MCA RC
@@ -7715,7 +7902,7 @@
 # LocalWords:  SYMBIOS COMPAT SDMS rev ASUS Tekram HX VX API ibmmcascsi ASY asy
 # LocalWords:  loader's PCnetPCI automounter AUTOFS amd autofs VT Gallant's Pnp
 # LocalWords:  AEDSP aedsp enskip tik Sysctl sysctl PARPORT parport pnp IDs EPP
-# LocalWords:  Autoprobe conformant bart patrickr HDLS READBACK AB usr DAMA DS
+# LocalWords:  Autoprobe bart patrickr HDLS READBACK AB usr DAMA DS SparQ aten
 # LocalWords:  Symbios PCscsi tmscsim RoamAbout GHz Hinds's contrib mathematik
 # LocalWords:  darmstadt okir DIGIEPCA International's Xem digiepca epca bootup
 # LocalWords:  zorro CAPI AVMB capi avmb VP SYN syncookies EM em pc Ethertalk
@@ -7741,16 +7928,23 @@
 # LocalWords:  DMASCC paccomm dmascc addr cfg oevsv oe kib picpar FDX baudrate
 # LocalWords:  baudrates fdx HDX hdx PSK kanren frforum QoS SCHED CBQ SCH sched
 # LocalWords:  sch cbq CSZ Shenker Zhang csz SFQ sfq TBF tbf PFIFO fifo PRIO RW
-# LocalWords:  prio Micom xIO dwmw rimi OMIRR omirr omirrd unicode ntfs cmu
+# LocalWords:  prio Micom xIO dwmw rimi OMIRR omirr omirrd unicode ntfs cmu NIC
 # LocalWords:  Braam braam Schmidt's freiburg nls codepages codepage Romanian
 # LocalWords:  Slovak Slovenian Sorbian Nordic iso Catalan Faeroese Galician SZ
 # LocalWords:  Valencian Slovene Esperanto Estonian Latvian Byelorussian KOI mt
 # LocalWords:  charset Inuit Greenlandic Sami Lappish koi SOFTCURSOR softcursor
-# LocalWords:  Specialix specialix DTR RTS RTSCTS cycladesZ Exabyte ftape's
+# LocalWords:  Specialix specialix DTR RTS RTSCTS cycladesZ Exabyte ftape's inr
 # LocalWords:  Iomega's LBFM claus ZFTAPE VFS zftape zft William's lzrw DFLT kb
 # LocalWords:  MTSETBLK MTIOCTOP qft setblk zftape's tar's afio's setdrvbuffer
 # LocalWords:  Procfs Exabyte's THR FCD sysvinit init PSC pscwdt VMIDI Euro SAB
 # LocalWords:  Mostek Fastlane PowerMac PReP PMAC PowerPC Macintoshes Starmax
 # LocalWords:  PowerStack Starmaxes MCOMMON DEVICETREE ATY IMS IMSTT videodev
 # LocalWords:  BT Hauppauge STB bttv Quickcam BW BWQCAM bw qcam Mediavision PMS
-# LocalWords:  pms
+# LocalWords:  pms Avatar Freecom Imation Superdisk BPCK bpck COMM comm DSTR ru
+# LocalWords:  dstr EPAT EPEZ epat EPIA epia FreeCom FRPW frpw KingByte KBIC HW
+# LocalWords:  KingByte's kbic OnSpec ValuStore FASTROUTE fastroute FLOWCONTROL
+# LocalWords:  struct APIC realtime OSs LynxOS CNC tmp cvf HFS hfs ADFS Risc os
+# LocalWords:  StrongARM adfs ncpmount namespace SUBDIR reexport NDS kcore FT
+# LocalWords:  interserver BLKSZ NUMBUFFERS apmd Tadpole ANA roestock QuickCam
+# LocalWords:  isapnptools Colour CQCAM colour Connectix QuickClip prive mentre
+# LocalWords:  KMOD kmod conformant utexas kharker UnixWare Mwave cgi cl ts ibm

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov