home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / DOC / HOWTO / MODULE_H.GZ / MODULE_H
Encoding:
Text File  |  1996-06-24  |  85.9 KB  |  2,379 lines

  1.   Linux Module HOWTO
  2.   Lauri Tischler, Editor.
  3.   v1.0, 20 June 1996
  4.  
  5.   This is the Module-HOWTO, which is a compilation of all the possible
  6.   module parameters that can be passed to the Linux modules at load
  7.   time. Information within is based on Linux Kernel version 2.0.0.
  8.  
  9.   1.  Introduction
  10.  
  11.   Inspiration for this paper came from Paul Gortmaker's excellent
  12.   BootPrompt-HOWTO.  With Paul's permission I have used his paper as a
  13.   framework, upon which I have grafted my ramblings.  Different parts of
  14.   this paper have been shamelessly, without any permissions what so
  15.   ever, ripped off from various README and *.txt files within the
  16.   SourceTree. My sincere thanks for all the authors of those texts which
  17.   have made this document possible.
  18.  
  19.   This paper generally follows the same structure/module order as the
  20.   kernel configuration utility menuconfig when run in
  21.   single_menu_mode=TRUE mode.
  22.  
  23.   All sections which are marked Modular in the configuration utility are
  24.   included here, regardless whether they have option parameters or not.
  25.  
  26.   Each section follows the example outline below:
  27.  
  28.   ______________________________________________________________________
  29.   Load command:
  30.           /sbin/insmod ne.o io=0x300 irq=5
  31.  
  32.           io = 0          (Explicitly *requires* an "io=0xNNN" value)
  33.           irq = 0         (Tries to determine configured IRQ via autoIRQ)
  34.           (Probes ports: 0x300, 0x280, 0x320, 0x340, 0x360)
  35.  
  36.           Depends on 8390.o
  37.   ______________________________________________________________________
  38.  
  39.   The Module-HOWTO is edited and maintained by:
  40.  
  41.        Lauri Tischler, ltischler@efore.fi
  42.  
  43.   1.1.  Disclaimer and Copyright
  44.  
  45.   This document is not gospel. However, it is probably the most up to
  46.   date info that you will be able to find. Nobody is responsible for
  47.   what happens to your hardware but yourself. If your hardware goes up
  48.   in smoke (...nearly impossible!)  I take no responsibility. ie. THE
  49.   AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGES INCURRED DUE TO ACTIONS
  50.   TAKEN BASED ON THE INFORMATION INCLUDED IN THIS DOCUMENT.
  51.  
  52.   This document is Copyright (c) 1996 by Lauri Tischler.  Permisson is
  53.   granted to make and distribute verbatim copies of this manual provided
  54.   the copyright notice and this permission notice are preserved on all
  55.   copies.
  56.  
  57.   Permission is granted to copy and distribute modified versions of this
  58.   document under the conditions for verbatim copying, provided that this
  59.   copyright notice is included exactly as in the original, and that the
  60.   entire resulting derived work is distributed under the terms of a
  61.   permission notice identical to this one.
  62.  
  63.   Permission is granted to copy and distribute translations of this
  64.   document into another language, under the above conditions for
  65.   modified versions.
  66.  
  67.   If you are intending to incorporate this document into a published
  68.   work, please contact me, and I will make an effort to ensure that you
  69.   have the most up to date information available. In the past, out of
  70.   date versions of the Linux howto documents have been published, which
  71.   caused the developers undue grief from being plagued with questions
  72.   that were already answered in the up to date versions.
  73.  
  74.   1.2.  Related Documentation
  75.  
  76.   Following HOWTO's are highly recommended :
  77.  
  78.   ╖  BootPrompt-HOWTO by Paul Gortmaker (Paul.Gortmaker@anu.edu.au).
  79.      New versions of this document can be retrieved via anonymous FTP
  80.      from sunsite.unc.edu, in /pub/Linux/docs/HOWTO/* and various Linux
  81.      ftp mirror sites.
  82.  
  83.   ╖  kerneld mini-HOWTO by Henrik Storner (storner@osiris.ping.dk).  The
  84.      latest released version of this document can be found at
  85.      http://eolicom.olicom.dk/~storner/kerneld-mini-HOWTO.html.  Between
  86.      releases of the mini-HOWTO you can find updates on Henrik's
  87.      unstructured list of changes at
  88.      http://eolicom.olicom.dk/~storner/kern.html.
  89.  
  90.   The file Documentation/Configure.help gives good general information
  91.   about what parts of the kernel to modularize or not.
  92.  
  93.   Also plethora of various README files, sprinkled (unfortunately) all
  94.   over The SourceTree are good and informative reading.
  95.  
  96.   The most up-to-date documentation will always be The Kernel Source
  97.   itself.  For example, if you were looking for what parameters could be
  98.   passed to the smc-ultra ethernetcard, then you would go to the
  99.   linux/drivers/net directory, and look at the file smc-ultra.c --
  100.   usually somewhere in the end of the file you would find a procedure
  101.   called init_module.  Within this procedure or around it you will
  102.   parameter and structure definitions related to module parameters.
  103.  
  104.   1.3.  The Linux Newsgroups
  105.  
  106.   If you have questions about passing parameters to modules at load
  107.   time, please READ this document first. If this and the related
  108.   documentation mentioned above does not answer your question(s) then
  109.   you can try the Linux newsgroups.
  110.  
  111.   General questions on how to configure your system should be directed
  112.   to comp.os.linux.setup.  We ask that you please respect this general
  113.   guideline for content, and don't cross-post your request to other
  114.   groups.
  115.  
  116.   1.4.  New Versions of Document
  117.  
  118.   New versions of this document can be retrieved via anonymous FTP from
  119.   sunsite.unc.edu, in /pub/Linux/docs/HOWTO/* and various Linux ftp
  120.   mirror sites. Updates will be made  as new information or drivers
  121.   becomes available. If this copy that you are reading is more than 3
  122.   months old, it is either out of date, or it means that I have been
  123.   lazy and haven't updated it.
  124.   This document was produced by using the SGML system that was
  125.   specifically set up for the Linux Howto project, and there are various
  126.   output formats available, including, postscript, dvi, ascii, html, and
  127.   soon TeXinfo.
  128.  
  129.   I would recommend viewing it in the html (via a WWW browser) or the
  130.   Postscript/dvi format. Both of these contain cross-references that are
  131.   lost in the ascii translation.
  132.  
  133.   If you want to get the official copy off sunsite, here is URL.
  134.  
  135.   Module-HOWTO <http://sunsite.unc.edu/mdw/HOWTO/Module-HOWTO.html>
  136.  
  137.   1.5.  Experimental (alpha-code) modules or incomplete information.
  138.  
  139.   Here is a list of modules which are declared experimental in
  140.   configuration scripts or otherwise have incomplete info or I'm just
  141.   too dumb to understand the source code. Pick your choice.
  142.  
  143.   ╖  Support for JAVA binaries.
  144.  
  145.   ╖  Qlogic ISP SCSI driver.
  146.  
  147.   ╖  Frame Relay DLCI driver.
  148.  
  149.   ╖  Sangoma S502A FRAD driver.
  150.  
  151.   ╖  BAYCOM driver for AX.25.
  152.  
  153.   ╖  WIC Radio IP Bridge.
  154.  
  155.   ╖  3Com 3c505 Ethernet driver.
  156.  
  157.   ╖  3Com 3c507 Ethernet driver.
  158.  
  159.   ╖  Allied Telesis AT1700 Ethernet driver.
  160.  
  161.   ╖  Intel Ether Express Pro driver.
  162.  
  163.   ╖  Fujitsu FMV-18x Ethernet driver.
  164.  
  165.   ╖  ICL EtherTeam 16i/32 Ethernet driver.
  166.  
  167.   ╖  NI 5210 Ethernet driver.
  168.  
  169.   ╖  Ansel Communications EISA 3200 Ethernet driver.
  170.  
  171.   ╖  Amiga FSS Filesystem.
  172.  
  173.   1.6.  History.
  174.  
  175.   ╖  Initial release 1.0.
  176.  
  177.   2.  Module utilities
  178.  
  179.   Module utilities are a set of programs necessary for handling the
  180.   modules. At the time of this writing, version of latest module
  181.   utilities was modules-2.0.0.tar.gz.  Info about latest current version
  182.   can be found at http://www.pi.se/blox
  183.  
  184.   This information was originally provided by following gentlemen,
  185.   Jacques Gelinas jacques@solucorp.qc.ca and Bj÷rn Ekwall bj0rn@blox.se
  186.   in /usr/src/linux/Documentation/modules.txt.
  187.  
  188.   2.1.  Making the modules
  189.  
  190.   Your first step is to compile the kernel, as explained in the file
  191.   linux/README.  It generally goes like:
  192.  
  193.   ╖  make config
  194.  
  195.   ╖  make dep
  196.  
  197.   ╖  make clean
  198.  
  199.   ╖  make zImage or make zlilo
  200.  
  201.   In make config, you select what you want to include in the resident
  202.   kernel and what features you want to have available as loadable
  203.   modules.  You will generally select the minimal resident set that is
  204.   needed to boot:
  205.  
  206.   ╖  The filesystem of your root partition
  207.  
  208.   ╖  A scsi driver
  209.  
  210.   ╖  Normal hard drive support
  211.  
  212.   ╖  Net support (CONFIG_NET)
  213.  
  214.   ╖  TCP/IP support (CONFIG_INET), but no drivers!
  215.  
  216.   ╖  plus those things that you just can't live without...
  217.  
  218.   The set of modules is constantly increasing, and you will be able to
  219.   select the option m in make config for those features that the current
  220.   kernel can offer as loadable modules.
  221.  
  222.   You also have a possibility to create modules that are less dependent
  223.   on the kernel version.  This option can be selected during make
  224.   config, by enabling CONFIG_MODVERSIONS, and is most useful on stable
  225.   kernel versions, such as the kernels from the 1.2 and 2.0 series.  If
  226.   you have modules that are based on sources that are not included in
  227.   the official kernel sources, you will certainly like this option...
  228.  
  229.   When you have made the kernel, you create the modules by doing:
  230.  
  231.        make modules
  232.  
  233.   This will compile all modules and update the linux/modules directory.
  234.   In this directory you will then find a bunch of symbolic links,
  235.   pointing to the various object files in the kernel tree.
  236.  
  237.   Now, after you have created all your modules, you should also do:
  238.  
  239.        make modules_install
  240.  
  241.   This will copy all newly made modules into subdirectories under
  242.   /lib/modules/kernel_release/, where kernel_release is something like
  243.   2.0.1, or whatever the current kernel version is...
  244.  
  245.   As soon as you have rebooted the newly made kernel, you can install
  246.   and remove modules at will with the utilities: insmod and rmmod.
  247.   After reading the man-page for insmod, you will also know how easy it
  248.   is to configure a module when you do insmod (hint: symbol=value).
  249.  
  250.   2.2.  Extended utilities, modprobe and depmod.
  251.  
  252.   You also have access to two utilities: modprobe and depmod, where
  253.   modprobe is a wrapper for (or extension to) insmod.  These utilities
  254.   use (and maintain) a set of files that describe all the modules that
  255.   are available for the current kernel in the /lib/modules hierarchy as
  256.   well as their interdependencies.
  257.  
  258.   Using the modprobe utility, you can load any module like this:
  259.  
  260.        /sbin/modprobe module
  261.  
  262.   without paying much attention to which kernel you are running, or what
  263.   other modules this module depends on.
  264.  
  265.   With the help of the modprobe configuration file: /etc/conf.modules
  266.   you can tune the behaviour of modprobe in many ways, including an
  267.   automatic setting of insmod options for each module. And, yes, there
  268.   are man-pages for all this...
  269.  
  270.   To use modprobe successfully, you generally place the following
  271.   command in your /etc/rc.d/rc.S script.  (Read more about this in the
  272.   rc.hints file in the module utilities package, modules-x.y.z.tar.gz.)
  273.  
  274.        /sbin/depmod -a
  275.  
  276.   This computes the dependencies between the different modules.  Then if
  277.   you do, for example
  278.  
  279.        /sbin/modprobe umsdos
  280.  
  281.   you will automatically load both the msdos and umsdos modules, since
  282.   umsdos runs piggyback on msdos.
  283.  
  284.   2.3.  The ultimate utility, kerneld.
  285.  
  286.   OK, you have read all of the above, and feel amply impressed...  Now,
  287.   we tell you to forget all about how to install and remove loadable
  288.   modules...
  289.  
  290.   With the kerneld daemon, all of these chores will be taken care of
  291.   automatically.  Just answer "Y" to CONFIG_KERNELD in make config, and
  292.   make sure that /sbin/kerneld is started as soon as possible after boot
  293.   and that /sbin/depmod -a has been executed for the current kernel.
  294.   (Read more about this in the module utilities package.)
  295.  
  296.   Whenever a program wants the kernel to use a feature that is only
  297.   available as a loadable module, and if the kernel hasn't got the
  298.   module installed yet, the kernel will ask the kerneld deamon to take
  299.   care of the situation and make the best of it.
  300.  
  301.   This is what happens:
  302.  
  303.   ╖  The kernel notices that a feature is requested that is not resident
  304.      in the kernel.
  305.  
  306.   ╖  The kernel sends a message to kerneld, with a symbolic description
  307.      of the requested feature.
  308.  
  309.   ╖  The kerneld daemon asks e.g. modprobe to load a module that fits
  310.      this symbolic description.
  311.  
  312.   ╖  Modprobe looks into its internal alias translation table to see if
  313.      there is a match.  This table can be reconfigured and expanded by
  314.      having alias lines in /etc/conf.modules.
  315.  
  316.   ╖  Insmod is then asked to insert the module(s) that modprobe has
  317.      decided that the kernel needs.  Every module will be configured
  318.      according to the options lines in /etc/conf.modules.
  319.  
  320.   ╖  Modprobe exits and kerneld tells the kernel that the request
  321.      succeded (or failed...)
  322.  
  323.   ╖  The kernel uses the freshly installed feature just as if it had
  324.      been configured into the kernel as a resident part.
  325.  
  326.   The icing of the cake is that when an automatically installed module
  327.   has been unused for a period of time (usually 1 minute), the module
  328.   will be automatically removed from the kernel as well.
  329.  
  330.   This makes the kernel use the minimal amount of memory at any given
  331.   time, making it available for more productive use than as just a
  332.   placeholder for unused code.
  333.  
  334.   Actually, this is only a side-effect from the real benefit of kerneld:
  335.   You only have to create a minimal kernel, that is more or less
  336.   independent of the actual hardware setup.  The setup of the virtual
  337.   kernel is instead controlled by a configuration file as well as the
  338.   actual usage pattern of the current machine and its kernel.
  339.  
  340.   This should be good news for maintainers of multiple machines as well
  341.   as for maintainers of distributions.
  342.  
  343.   To use kerneld with the least amount of hassle, you need modprobe from
  344.   a release that can be considered recent w.r.t. your kernel, and also a
  345.   configuration file for modprobe (/etc/conf.modules).
  346.  
  347.   Since modprobe already knows about most modules, the minimal
  348.   configuration file could look something like this:
  349.  
  350.           alias scsi_hostadapter aha1542  # or whatever SCSI adapter you have
  351.           alias eth0 3c509                # or whatever net adapter you have
  352.  
  353.           # you might need an "options" line for some net adapters:
  354.           options 3c509 io=0x300 irq=10
  355.  
  356.           # you might also need an "options" line for some other module:
  357.           options cdu31a cdu31a_port=0x1f88 sony_pas_init=1
  358.  
  359.   You could add these lines as well, but they are only cosmetic:
  360.  
  361.                alias net-pf-3 off      # no ax25 module available (yet)
  362.                alias net-pf-4 off      # if you don't use the ipx module
  363.                alias net-pf-5 off      # if you don't use the appletalk module
  364.  
  365.   Finally, for the purists: You can name the modprobe configuration
  366.   either /etc/conf.modules or /etc/modules.conf, since modprobe knows
  367.   what to do in each case...
  368.  
  369.   3.  General Kernel setup
  370.  
  371.   Note: you can't have both a.out and ELF support compiled as modules.
  372.   Otherwise, you get a nice Catch-22 when you try to run insmod to
  373.   install a.out/ELF support so you can run insmod ;-).  If you have an
  374.   all-ELF system, but need a.out for the occasional Netscape session,
  375.   then you can do a.out support as a module.  Otherwise, you should
  376.   probably leave it in the kernel, and if you haven't gone ELF yet, you
  377.   can probably leave out ELF compleately.
  378.  
  379.   3.1.  Kernel support for a.out binaries (binfmt_aout.o).
  380.  
  381.   ______________________________________________________________________
  382.   Load command:
  383.           /sbin/insmod binfmt_aout.o
  384.  
  385.           No module parameters.
  386.   ______________________________________________________________________
  387.  
  388.   3.2.  Kernel support for ELF binaries (binfmt_elf.o).
  389.  
  390.   ______________________________________________________________________
  391.   Load command:
  392.           /sbin/insmod binfmt_elf.o
  393.  
  394.           No module parameters.
  395.   ______________________________________________________________________
  396.  
  397.   3.3.  Kernel support for JAVA binaries (binfmt_java.o).
  398.  
  399.   JAVA is an object oriented programming language developed by SUN; JAVA
  400.   programs are compiled into "JAVA bytecode" which can then be
  401.   interpreted by run time systems on many different operating systems.
  402.   These JAVA binaries are becoming a universal executable format. This
  403.   option allows you to run a Java binary just like any other Linux
  404.   program: by typing in its name.
  405.  
  406.   ______________________________________________________________________
  407.   Load command:
  408.           /sbin/insmod binfmt_java.o
  409.  
  410.           No module parameters.
  411.   ______________________________________________________________________
  412.  
  413.   4.  Floppy and other block devices.
  414.  
  415.   4.1.  The Floppy Disk Driver (floppy.o).
  416.  
  417.   There are many floppy driver options, and they are all listed in
  418.   README.fd in linux/drivers/block. For detailed, up to date,
  419.   information refer directly to this file.
  420.  
  421.   ______________________________________________________________________
  422.   Load command:
  423.           /sbin/insmod floppy.o 'floppy="<options>"'
  424.  
  425.           Option explanations below..
  426.   ______________________________________________________________________
  427.  
  428.   mask,allowed_drive_mask -         Sets the bitmask of allowed drives
  429.   to mask. By default, only units 0 and 1 of each floppy controller are
  430.   allowed. This is done because certain non-standard hardware (ASUS PCI
  431.   motherboards) mess up the keyboard when accessing units 2 or 3. This
  432.   option is somewhat obsoleted by the cmos option.
  433.  
  434.   all_drives - Sets the bitmask of allowed drives to all drives.  Use
  435.   this if you have more than two drives connected to a floppy
  436.   controller.
  437.  
  438.   asus_pci - Sets the bitmask to allow only units 0 and 1.  (The
  439.   default)
  440.  
  441.   daring - Tells the floppy driver that you have a well behaved floppy
  442.   controller.  This allows more efficient and smoother operation, but
  443.   may fail on certain controllers.  This may speed up certain
  444.   operations.
  445.  
  446.   0,daring - Tells the floppy driver that your floppy controller should
  447.   be used with caution.
  448.   one_fdc - Tells the floppy driver that you have only floppy controller
  449.   (default)
  450.  
  451.   two_fdc or address,two_fdc - Tells the floppy driver that you have two
  452.   floppy controllers. The second floppy controller is assumed to be at
  453.   address. This option is not needed if the second controller is at
  454.   address 0x370, and if you use the 'cmos' option
  455.  
  456.   thinkpad - Tells the floppy driver that you have a Thinkpad. Thinkpads
  457.   use an inverted convention for the disk change line.
  458.  
  459.   0,thinkpad - Tells the floppy driver that you don't have a Thinkpad.
  460.  
  461.   omnibook or nodma - Tells the floppy driver not to use Dma for data
  462.   transfers.  This is needed on HP Omnibooks, which don't have a
  463.   workable DMA channel for the floppy driver. This option is also useful
  464.   if you frequently get "Unable to allocate DMA memory" messages.
  465.   Indeed, dma memory needs to be continuous in physical, and is thus
  466.   harder to find, whereas non-dma buffers may be allocated in virtual
  467.   memory. However, I advise against this if you have an FDC without a
  468.   FIFO (8272A or 82072). 82072A and later are OK. You also need at least
  469.   a 486 to use nodma.  If you use nodma mode, I suggest you also set the
  470.   FIFO threshold to 10 or lower, in order to limit the number of data
  471.   transfer interrupts.
  472.  
  473.   dma - Tells the floppy driver that a workable DMA channel is available
  474.   (the default).
  475.  
  476.   nofifo - Disables the FIFO entirely. This is needed if you get "Bus
  477.   master arbitration error" messages from your ethernet card (or from
  478.   other devices) while accessing the floppy.
  479.  
  480.   fifo - Enables the FIFO (default)
  481.  
  482.   [threshold],fifo_depth - Sets the FIFO threshold. This is mostly
  483.   relevant in DMA mode. If this is higher, the floppy driver tolerates
  484.   more interrupt latency, but it triggers more interrupts (i.e. it
  485.   imposes more load on the rest of the system). If this is lower, the
  486.   interrupt latency should be lower too (faster processor). The benefit
  487.   of a lower threshold is less interrupts.
  488.  
  489.   To tune the fifo threshold, switch on over/underrun messages using
  490.   'floppycontrol --messages'. Then access a floppy disk. If you get a
  491.   huge amount of "Over/Underrun - retrying" messages, then the fifo
  492.   threshold is too low. Try with a higher value, until you only get an
  493.   occasional Over/Underrun.  It is a good idea to compile the floppy
  494.   driver as a module when doing this tuning. Indeed, it allows to try
  495.   different fifo values without rebooting the machine for each test.
  496.   Note that you need to do 'floppycontrol --messages' every time you re-
  497.   insert the module.  Usually, tuning the fifo threshold should not be
  498.   needed, as the default (0xa) is reasonable.
  499.  
  500.   [drive],[type],cmos - Sets the CMOS type of drive to type. This is
  501.   mandatory if you have more than two floppy drives (only two can be
  502.   described in the physical CMOS), or if your BIOS uses non-standard
  503.   CMOS types. The CMOS types are:
  504.  
  505.   ______________________________________________________________________
  506.             0 - Use the value of the physical CMOS
  507.                   1 - 5 1/4 DD
  508.                   2 - 5 1/4 HD
  509.                   3 - 3 1/2 DD
  510.                   4 - 3 1/2 HD
  511.                   5 - 3 1/2 ED
  512.                   6 - 3 1/2 ED
  513.                  16 - unknown or not installed
  514.   ______________________________________________________________________
  515.  
  516.   (Note: there are two valid types for ED drives. This is because 5 was
  517.   initially chosen to represent floppy *tapes*, and 6 for ED drives.
  518.   AMI ignored this, and used 5 for ED drives. That's why the floppy
  519.   driver handles both)
  520.  
  521.   unexpected_interrupts - Print a warning message when an unexpected
  522.   interrupt is received (default behavior)
  523.  
  524.   no_unexpected_interrupts or L40SX - Don't print a message when an
  525.   unexpected interrupt is received. This is needed on IBM L40SX laptops
  526.   in certain video modes. (There seems to be an interaction between
  527.   video and floppy. The unexpected interrupt only affect performance,
  528.   and can safely be ignored.)
  529.  
  530.   4.2.  Loopback block device support (loop.o).
  531.  
  532.   Enabling this option will allow you to mount a file as a file system.
  533.   This is useful if you want to check an ISO9660 file system before
  534.   burning the CD, or want to use floppy images without first writing
  535.   them to floppy.
  536.  
  537.   ______________________________________________________________________
  538.   Load command:
  539.           /sbin/insmod loop.o
  540.  
  541.           No module parameters.
  542.   ______________________________________________________________________
  543.  
  544.   4.3.  Multiple devices driver support.
  545.  
  546.   This driver lets you combine several harddisk partitions into one
  547.   logical block device.
  548.  
  549.   Tools that can be used to manage md devices can be found at sweet-
  550.   smoke.ufr-info-p7.ibp.fr/public/Linux/md035.tar.gz.  Same location
  551.   contains also a document md-FAQ.
  552.  
  553.   4.3.1.  Multiple device in Linear (append) mode (linear.o).
  554.  
  555.   If you use this, then your multiple devices driver will be able to use
  556.   the so-called linear mode, i.e. it will combine the harddisk
  557.   partitions by simply appending one to the other.
  558.  
  559.   ______________________________________________________________________
  560.   Load command:
  561.           /sbin/insmod linear.o
  562.  
  563.           No module parameters.
  564.   ______________________________________________________________________
  565.  
  566.   4.3.2.  Multiple device in RAID-0 (striped) mode (raid0.o).
  567.  
  568.   If you use this, then your multiple devices driver will be able to use
  569.   the so-called raid0 mode, i.e. it will combine the harddisk partitions
  570.   into one logical device in such a fashion as to fill them up evenly,
  571.   one chunk here and one chunk there. This will increase the throughput
  572.   rate if the partitions reside on distinct disks.
  573.  
  574.   ______________________________________________________________________
  575.   Load command:
  576.           /sbin/insmod raid0.o
  577.  
  578.           No module parameters.
  579.   ______________________________________________________________________
  580.  
  581.   4.4.  RAM disk support (rd.o).
  582.  
  583.   Enabling this option will allow you to use a portion of your RAM
  584.   memory as a block device, so that you can make filesystems on it, read
  585.   and write to it and do all the other things that normal block devices
  586.   (such as harddrives) can do.  It is usually used to load and store a
  587.   copy of a minimal root file system off of a floppy into RAM during the
  588.   initial install of Linux.
  589.  
  590.   ______________________________________________________________________
  591.   Load command:
  592.           /sbin/insmod rd.o
  593.  
  594.           No module parameters.
  595.           Boottime parameters available, see BootPrompt-HOWTO.
  596.   ______________________________________________________________________
  597.  
  598.   4.5.  XT harddisk support (xd.o).
  599.  
  600.   Very old 8 bit hard disk controllers used in the IBM XT computer.  No,
  601.   the existence of XT disk support does NOT mean that you can run Linux
  602.   on an IBM XT :).
  603.  
  604.   ______________________________________________________________________
  605.   Load command:
  606.           /sbin/insmod xd.o
  607.  
  608.           No module parameters.
  609.   ______________________________________________________________________
  610.  
  611.   5.  General TCP/IP and Networking options.
  612.  
  613.   5.1.  IP Tunneling (ipip.o and new_tunnel.o).
  614.  
  615.   Tunneling means encapsulating data of one protocol type within another
  616.   protocol and sending it over a channel that understands the
  617.   encapsulating protocol. Two modules are necessary ipip.o, IP/IP
  618.   protocol decoder, and new_tunnel.o driver, (this was previously called
  619.   tunnel.o and the documentation still refers to this name).
  620.   Documentation is found at /usr/src/linux/drivers/net/README.tunnel.
  621.  
  622.   ______________________________________________________________________
  623.   Load commands:
  624.           /sbin/insmod ipip.o
  625.           /sbin/insmod new_tunnel.o
  626.  
  627.           No module parameters.
  628.   ______________________________________________________________________
  629.  
  630.   5.2.  IP Aliasing support (ip_alias.o).
  631.  
  632.   Sometimes it is useful to give several addresses to a single network
  633.   interface (= serial port or ethernet card). The most common case is
  634.   that you want to serve different WWW documents to the outside
  635.   according to which of your host names they used to connect to you.
  636.  
  637.   ______________________________________________________________________
  638.   Load command:
  639.           /sbin/insmod ip_alias.o
  640.  
  641.           No module parameters.
  642.   ______________________________________________________________________
  643.  
  644.   5.3.  IP Reverse ARP (rarp.o).
  645.  
  646.   ______________________________________________________________________
  647.   Load command:
  648.           /sbin/insmod rarp.o
  649.  
  650.           No module parameters.
  651.   ______________________________________________________________________
  652.  
  653.   5.4.  IPX Protocol (ipx.o).
  654.  
  655.   This is support for the Novell networking protocol, IPX, commonly used
  656.   for local networks of DOS and Windows machines.
  657.  
  658.   IPX protocol is required if :
  659.  
  660.   ╖  You wish to connect to Netware servers using Linux DOS emulator
  661.      DOSEMU.
  662.  
  663.   ╖  You wish to mount Netware volumes as Linux filesystems using Linux
  664.      Novell client ncpfs.
  665.  
  666.   ╖  You wish to connect to Linux server from Netware client, or mount
  667.      Linux directories as Netware volumes.  There are two daemons for
  668.      this purpose, linwared and nwserv.
  669.  
  670.   Homesite for ncpfs is ftp.gwdg.de/pub/linux/misc/ncpfs, but sunsite
  671.   and its many mirrors will have it as well.
  672.  
  673.   Linware's home site is klokan.sh.cvut.cz/pub/linux/linware,
  674.  
  675.   nwserv package Mars_nwe is also on ftp.gwdg.de/pub/linux/misc/ncpfs.
  676.  
  677.   ______________________________________________________________________
  678.   Load command:
  679.           /sbin/insmod ipx.o
  680.  
  681.           No module parameters.
  682.   ______________________________________________________________________
  683.  
  684.   5.5.  Appletalk DDP (appletalk.o).
  685.  
  686.   Appletalk is the way Apple computers speak to each other on a network.
  687.   EtherTalk is the name used for appletalk over ethernet and Localtalk
  688.   is appletalk over the apple serial links.
  689.  
  690.   ______________________________________________________________________
  691.   Load command:
  692.           /sbin/insmod appletalk.o
  693.  
  694.           No module parameters.
  695.   ______________________________________________________________________
  696.  
  697.   6.  SCSI Support.
  698.  
  699.   The scsi support in the linux kernel can be modularized in a number of
  700.   different ways depending upon the needs of the end user.  To
  701.   understand  your options, we should first define a few terms.
  702.  
  703.   The scsi-core contains the core of scsi support.  Without it you can
  704.   do nothing with any of the other scsi drivers.  The scsi core support
  705.   can be a module (scsi_mod.o), or it can be build into the kernel.  If
  706.   the core is a module, it must be the first scsi module loaded, and if
  707.   you unload the modules, it will have to be the last one unloaded.
  708.  
  709.   The individual upper and lower level drivers can be loaded in any
  710.   order once the scsi core is present in the kernel (either compiled in
  711.   or loaded as a module).  The disk driver (sd_mod.o), cdrom driver
  712.   (sr_mod.o), tape driver (st.o) and scsi generics driver (sg.o)
  713.   represent the upper level drivers to support the various assorted
  714.   devices which can be controlled.  You can for example load the tape
  715.   driver to use the tape drive, and then unload it once you have no
  716.   further need for the driver (and release the associated memory).
  717.  
  718.   The lower level drivers are the ones that support the individual cards
  719.   that are supported for the hardware platform that you are running
  720.   under.  Examples are aha1542.o to drive Adaptec 1542 cards.
  721.  
  722.   6.1.  SCSI Required Core Support.
  723.  
  724.   6.1.1.  SCSI Core support (scsi_mod.o).
  725.  
  726.   ______________________________________________________________________
  727.   Load command:
  728.           /sbin/insmod scsi_mod.o
  729.  
  730.           No module parameters.
  731.   ______________________________________________________________________
  732.  
  733.   6.2.  SCSI High level support.
  734.  
  735.   6.2.1.  SCSI Disk support (sd_mod.o).
  736.  
  737.   ______________________________________________________________________
  738.   Load command:
  739.           /sbin/insmod sd_mod.o
  740.  
  741.           No module parameters.
  742.   ______________________________________________________________________
  743.  
  744.   6.2.2.  SCSI Tape support (st.o).
  745.  
  746.   ______________________________________________________________________
  747.   Load command:
  748.           /sbin/insmod st.o
  749.  
  750.           No module parameters.
  751.           Boottime parameters available, see BootPrompt-HOWTO.
  752.   ______________________________________________________________________
  753.  
  754.   6.2.3.  SCSI CDrom support (sr_mod.o).
  755.  
  756.   ______________________________________________________________________
  757.   Load command:
  758.           /sbin/insmod sr_mod.o
  759.  
  760.           No module parameters.
  761.   ______________________________________________________________________
  762.  
  763.   6.2.4.  SCSI generic support (sg.o).
  764.  
  765.   ______________________________________________________________________
  766.   Load command:
  767.           /sbin/insmod sg.o
  768.  
  769.           No module parameters.
  770.   ______________________________________________________________________
  771.  
  772.   6.3.  SCSI Low Level Device Driver Support.
  773.  
  774.   Most SCSI-card drivers don't support module parameters, they do
  775.   generally autoprobe for card settings.  Do read the SCSI-HOWTO
  776.   document and README files in /usr/src/linux/drivers/scsi to to find
  777.   out about your hardware.  If your card is located in some
  778.   unconventional i/o-address you must load the driver permanently into
  779.   the kernel and use Boottime options, see BootPrompt-HOWTO.  Optionally
  780.   you can twiddle the Source and recompile.
  781.  
  782.   6.3.1.  7000FASST SCSI support (wd7000.o),
  783.  
  784.   ______________________________________________________________________
  785.   Load command:
  786.           /sbin/insmod wd7000.o
  787.  
  788.           No module parameters.
  789.           Autoprobes the card, requires installed BIOS.
  790.           Boottime parameters available, see BootPrompt-HOWTO.
  791.   ______________________________________________________________________
  792.  
  793.   6.3.2.  Adaptec AHA152X/2825 support (aha154x.o).
  794.  
  795.   ______________________________________________________________________
  796.   Load command:
  797.           /sbin/insmod aha154x.o
  798.  
  799.           No module parameters.
  800.           Autoprobes the card, requires installed BIOS.
  801.           Boottime parameters available, see BootPrompt-HOWTO.
  802.   ______________________________________________________________________
  803.  
  804.   6.3.3.  Adaptec AHA1542 support (aha1542.o).
  805.  
  806.   ______________________________________________________________________
  807.   Load command:
  808.           /sbin/insmod aha1542.o
  809.  
  810.           No module parameters.
  811.           Autoprobes card at 0x330 and 0x334 only.
  812.           Boottime parameters available, see BootPrompt-HOWTO.
  813.   ______________________________________________________________________
  814.  
  815.   6.3.4.  Adaptec AHA1740 EISA support (aha1740.o).
  816.  
  817.   ______________________________________________________________________
  818.   Load command:
  819.           /sbin/insmod aha1740.o
  820.  
  821.           No module parameters.
  822.           Autoprobes the card.
  823.   ______________________________________________________________________
  824.  
  825.   6.3.5.  Adaptec AHA274X/284X/294X support (aic7xxx.o).
  826.  
  827.   ______________________________________________________________________
  828.   Load command:
  829.           /sbin/insmod aic7xxx.o
  830.  
  831.           No module parameters.
  832.           Autoprobes the card, BIOS must be enabled.
  833.           Boottime parameters available, see BootPrompt-HOWTO.
  834.   ______________________________________________________________________
  835.  
  836.   6.3.6.  AdvanSys SCSI support (advansys.o).
  837.  
  838.   ______________________________________________________________________
  839.   Load command:
  840.           /sbin/insmod advansys.o [parameters]
  841.  
  842.           asc_iopflag=1                   enable=1, disable=0 port scanning
  843.           asc_ioport=0x110,0x330          ports to scan
  844.           asc_dbglvl=1                    debugging level
  845.                                              0: Errors Only
  846.                                              1: High-Level Tracing
  847.                                              2-N: Verbose Tracing
  848.  
  849.           Boottime parameters available, see BootPrompt-HOWTO.
  850.   ______________________________________________________________________
  851.  
  852.   6.3.7.  Always IN2000 SCSI support (in2000.o).
  853.  
  854.   ______________________________________________________________________
  855.   Load command:
  856.           /sbin/insmod in2000.o
  857.  
  858.           No module parameters.
  859.           Autoprobes the card, BIOS not required.
  860.   ______________________________________________________________________
  861.  
  862.   6.3.8.  BusLogic SCSI support (BusLogic.o).
  863.  
  864.   The list of supported BusLogic cards is long.  Read
  865.   usr/src/linux/drivers/scsi/README.BusLogic to get the total picture.
  866.  
  867.   ______________________________________________________________________
  868.   Load command:
  869.           /sbin/insmod BusLogic.o
  870.  
  871.           No module parameters.
  872.           Boottime parameters available, see BootPrompt-HOWTO.
  873.   ______________________________________________________________________
  874.  
  875.   6.3.9.  DTC3180/3280 SCSI support (dtc.o).
  876.  
  877.   ______________________________________________________________________
  878.   Load command:
  879.           /sbin/insmod dtc.o
  880.  
  881.           No module parameters.
  882.           Autoprobes the card.
  883.           Boottime parameters available, see BootPrompt-HOWTO.
  884.   ______________________________________________________________________
  885.  
  886.   6.3.10.  EATA ISA/EISA (DPT PM2011/021/012/022/122/322) support
  887.   (eata.o).
  888.  
  889.   ______________________________________________________________________
  890.   Load command:
  891.           /sbin/insmod eata.o
  892.  
  893.           No module parameters.
  894.           Boottime parameters available, see BootPrompt-HOWTO.
  895.   ______________________________________________________________________
  896.  
  897.   6.3.11.  EATA-DMA (DPT, NEC, AT&T, SNI, AST, Olivetti, Alphatronix)
  898.   (eata_dma.o).
  899.  
  900.   Includes DPT Smartcache, Smartcache III and SmartRAID.
  901.  
  902.   ______________________________________________________________________
  903.   Load command:
  904.           /sbin/insmod eata_dma.o
  905.  
  906.           No module parameters.
  907.           Autoprobe works in all configurations.
  908.   ______________________________________________________________________
  909.  
  910.   6.3.12.  EATA-PIO (old DPT PM2001, PM2012A) support (eata_pio.o).
  911.  
  912.   ______________________________________________________________________
  913.   Load command:
  914.           /sbin/insmod eata_pio.o
  915.  
  916.           No module parameters.
  917.   ______________________________________________________________________
  918.  
  919.   6.3.13.  Future Domain 16xx SCSI support (fdomain.o).
  920.  
  921.   ______________________________________________________________________
  922.   Load command:
  923.           /sbin/insmod fdomain.o
  924.  
  925.           No module parameters.
  926.           Autoprobes the card, requires installed BIOS.
  927.   ______________________________________________________________________
  928.  
  929.   6.3.14.  Generic NCR5380/53c400 SCSI support (NCR5380.o).
  930.  
  931.   ______________________________________________________________________
  932.   Load command:
  933.           /sbin/insmod NCR5380.o
  934.  
  935.                   ncr_irq=xx      the interrupt
  936.                   ncr_addr=xx     the port or base address (for port or
  937.                                   memory mapped, resp.)
  938.                   ncr_dma=xx      the DMA
  939.                   ncr_5380=1      to set up for a NCR5380 board
  940.                   ncr_53c400=1    to set up for a NCR53C400 board
  941.  
  942.           modprobe g_NCR5380 ncr_irq=5 ncr_addr=0x350 ncr_5380=1
  943.            - for a port mapped NCR5380 board or
  944.  
  945.           modprobe g_NCR5380 ncr_irq=255 ncr_addr=0xc8000 ncr_53c400=1
  946.            - for a memory mapped NCR53C400 board with interrupts disabled.
  947.  
  948.           (255 should be specified for no or DMA interrupt,
  949.            254 to autoprobe for an IRQ line if overridden on the command line.)
  950.  
  951.           Boottime parameters available, see BootPrompt-HOWTO.
  952.   ______________________________________________________________________
  953.  
  954.   6.3.15.  NCR53c406a SCSI support (NCR53c406a.o).
  955.  
  956.   ______________________________________________________________________
  957.   Load command:
  958.           /sbin/insmod NCR53c406a.o
  959.  
  960.           No module parameters.
  961.           Boottime parameters available, see BootPrompt-HOWTO.
  962.   ______________________________________________________________________
  963.  
  964.   6.3.16.  NCR53c7,8xx SCSI support (53c7,8xx.o).
  965.  
  966.   ______________________________________________________________________
  967.   Load command:
  968.           /sbin/insmod 53c7,8xx.o
  969.  
  970.           No module parameters.
  971.           Autoprobes the card, requires installed BIOS.
  972.           Boottime parameters available, see BootPrompt-HOWTO.
  973.   ______________________________________________________________________
  974.  
  975.   6.3.17.  IOMEGA Parallel Port ZIP drive SCSI support (ppa.o).
  976.  
  977.   Check file /usr/src/linux/drivers/scsi/README.ppa for detailed
  978.   information.
  979.  
  980.   ______________________________________________________________________
  981.   Load command:
  982.           /sbin/insmod ppa.o ppa_base=0x378 ppa_nybble=1
  983.  
  984.           Here are the parameters and their functions:
  985.  
  986.           Variable        Default    Description
  987.  
  988.           ppa_base        0x378   The base address of PPA's parallel port.
  989.           ppa_speed_high  1       Microsecond i/o delay used in data transfers
  990.           ppa_speed_low   6       Microsecond delay used in other operations
  991.           ppa_nybble      0       1 to force the driver to use 4-bit mode.
  992.   ______________________________________________________________________
  993.  
  994.   6.3.18.  PAS16 SCSI support(pas16.o).
  995.  
  996.   ______________________________________________________________________
  997.   Load command:
  998.           /sbin/insmod pas16.o
  999.  
  1000.           No module parameters.
  1001.           Autoprobes the card, BIOS not required.
  1002.           Boottime parameters available, see BootPrompt-HOWTO.
  1003.   ______________________________________________________________________
  1004.  
  1005.   6.3.19.  Qlogic FAS SCSI support (qlogicfas.o).
  1006.  
  1007.   ______________________________________________________________________
  1008.   Load command:
  1009.           /sbin/insmod qlogicfas.o
  1010.  
  1011.           No module parameters.
  1012.           Boottime parameters available, see BootPrompt-HOWTO.
  1013.   ______________________________________________________________________
  1014.  
  1015.   6.3.20.  Qlogic ISP SCSI support (qlogicisp.o).
  1016.  
  1017.   Requires firmware.
  1018.  
  1019.   ______________________________________________________________________
  1020.   Load command:
  1021.           /sbin/insmod qlogicisp.o
  1022.  
  1023.           No module parameters.
  1024.           Boottime parameters available, see BootPrompt-HOWTO.
  1025.   ______________________________________________________________________
  1026.  
  1027.   6.3.21.  (seagate.o).  Seagate ST-02 and Future Domain TMC-8xx SCSI
  1028.   support
  1029.  
  1030.   ______________________________________________________________________
  1031.   Load command:
  1032.           /sbin/insmod seagate.o
  1033.  
  1034.           No module parameters.
  1035.           Autoprobes for address only, irq fixed at 5.
  1036.           Requires installed BIOS.
  1037.           Boottime parameters available, see BootPrompt-HOWTO.
  1038.   ______________________________________________________________________
  1039.  
  1040.   6.3.22.  Trantor T128/T128F/T228 SCSI support (t128.o).
  1041.  
  1042.   ______________________________________________________________________
  1043.   Load command:
  1044.           /sbin/insmod t128.o
  1045.  
  1046.           No module parameters.
  1047.           Autoprobes the card, requires installed BIOS.
  1048.           Boottime parameters available, see BootPrompt-HOWTO.
  1049.   ______________________________________________________________________
  1050.  
  1051.   6.3.23.  UltraStor 14F/34F support (u14-34f.o).
  1052.  
  1053.   ______________________________________________________________________
  1054.   Load command:
  1055.           /sbin/insmod u14-34f.o
  1056.  
  1057.           No module parameters.
  1058.           Autoprobes the card, NOT 0x310 port, BIOS not required.
  1059.           Boottime parameters available, see BootPrompt-HOWTO.
  1060.   ______________________________________________________________________
  1061.  
  1062.   6.3.24.  UltraStor SCSI support (ultrastor.o).
  1063.  
  1064.   ______________________________________________________________________
  1065.   Load command:
  1066.           /sbin/insmod ultrastor.o
  1067.  
  1068.           No module parameters.
  1069.           Boottime parameters available, see BootPrompt-HOWTO.
  1070.   ______________________________________________________________________
  1071.  
  1072.   7.  Network device support
  1073.  
  1074.   7.1.  Required and/or optional lowlevel modules.
  1075.  
  1076.   7.1.1.  Optional BSD compressor for PPP (bsd_comp.o).
  1077.  
  1078.   ______________________________________________________________________
  1079.   Load command:
  1080.           /sbin/insmod bsd_comp.o
  1081.  
  1082.           No module parameters.
  1083.  
  1084.           Depends on ppp.o
  1085.   ______________________________________________________________________
  1086.  
  1087.   7.1.2.  SLHC compressor for PPP (slhc.o).
  1088.  
  1089.   Routines to compress and uncompress tcp packets (for transmission over
  1090.   low speed serial lines).
  1091.  
  1092.   Required by SLIP and PPP (also ISDN-PPP) protocols.
  1093.  
  1094.   ______________________________________________________________________
  1095.   Load command:
  1096.           /sbin/insmod slhc.o
  1097.  
  1098.           No module parameters.
  1099.   ______________________________________________________________________
  1100.  
  1101.   7.1.3.  A general NS8390 ethernet driver core for linux.(8390.o).
  1102.  
  1103.   This is the chip-specific code for many 8390-based ethernet adaptors.
  1104.   This is not a complete driver, it must be combined with board-specific
  1105.   code such as ne.o, wd.o, 3c503.o, etc.
  1106.  
  1107.   ______________________________________________________________________
  1108.   Load command:
  1109.           /sbin/insmod 8390.o
  1110.  
  1111.           No module parameters.
  1112.   ______________________________________________________________________
  1113.  
  1114.   7.2.  Dummy net driver support (dummy.o).
  1115.  
  1116.   This is essentially a bit-bucket device (i.e. traffic you send to this
  1117.   device is consigned into oblivion) with a configurable IP address. It
  1118.   is most commonly used in order to make your currently inactive SLIP
  1119.   address seem like a real address for local programs.
  1120.  
  1121.   ______________________________________________________________________
  1122.   Load command:
  1123.           /sbin/insmod dummy.o
  1124.  
  1125.           No module parameters.
  1126.   ______________________________________________________________________
  1127.  
  1128.   7.3.  EQL (serial line load balancing) support (eql.o).
  1129.  
  1130.   If you have two serial connections to some other computer (this
  1131.   usually requires two modems and two telephone lines) and you use SLIP
  1132.   (= the protocol for sending internet traffic over telephone lines) or
  1133.   PPP (= a better SLIP) on them, you can make them behave like one
  1134.   double speed connection using this driver.
  1135.  
  1136.   ______________________________________________________________________
  1137.   Load command:
  1138.           /sbin/insmod eql.o
  1139.  
  1140.           No module parameters.
  1141.   ______________________________________________________________________
  1142.  
  1143.   7.4.  Frame relay DLCI support (dlci.o).
  1144.  
  1145.   This is support for the frame relay protocol; frame relay is a fast
  1146.   low-cost way to connect to a remote internet access provider or to
  1147.   form a private wide area network. The one physical line from your box
  1148.   to the local "switch" (i.e. the entry point to the frame relay
  1149.   network) can carry several logical point-to-point connections to other
  1150.   computers connected to the frame relay network. For a general
  1151.   explanation of the protocol, check out http://frame-
  1152.   relay.indiana.edu/4000/4000index.html on the WWW.  To use frame relay,
  1153.   you need supporting hardware (FRAD) and certain programs from the net-
  1154.   tools package as explained in Documentation/networking/framerelay.txt.
  1155.  
  1156.   ______________________________________________________________________
  1157.   Load command:
  1158.           /sbin/insmod dlci.o
  1159.  
  1160.           No module parameters.
  1161.   ______________________________________________________________________
  1162.  
  1163.   7.5.  Sangoma S502A FRAD support (sdla.o).
  1164.  
  1165.   This is a driver for the Sangoma S502A, S502E and S508 Frame Relay
  1166.   Access Devices. These are multi-protocol cards, but only frame relay
  1167.   is supported by the driver at this time. Please read
  1168.   Documentation/networking/framerelay.txt.
  1169.  
  1170.   ______________________________________________________________________
  1171.   Load command:
  1172.           /sbin/insmod sdla.o
  1173.  
  1174.           No module parameters.
  1175.  
  1176.           Depends on dlci.o
  1177.   ______________________________________________________________________
  1178.  
  1179.   7.6.  PLIP (parallel port) support (plip.o).
  1180.  
  1181.   PLIP (Parallel Line Internet Protocol) is used to create a mini
  1182.   network consisting of two (or, rarely, more) local machines. The
  1183.   parallel ports (the connectors at the computers with 25 holes) are
  1184.   connected using "null printer" or "Turbo Laplink" cables which can
  1185.   transmit 4 bits at a time or using special PLIP cables, to be used on
  1186.   bidirectional parallel ports only, which can transmit 8 bits at a time
  1187.   (you can find the wiring of these cables in drivers/net/README?.plip).
  1188.   The cables can be up to 15m long. This works also if one of the
  1189.   machines runs DOS/Windows and has some PLIP software installed, e.g.
  1190.   the Crynwr PLIP packet driver
  1191.   http://sunsite.cnam.fr/packages/Telnet/PC/msdos/misc/pktdrvr.txt and
  1192.   winsock or NCSA's telnet.
  1193.  
  1194.   ______________________________________________________________________
  1195.   Load command:
  1196.           /sbin/insmod plip.o io=0x378 irq=7
  1197.  
  1198.           io = 0
  1199.           irq = 0         (by default, uses IRQ 5 for port at 0x3bc,
  1200.                                             IRQ 7 for port at 0x378,
  1201.                                         and IRQ 2 for port at 0x278)
  1202.           (Probes ports: 0x278, 0x378, 0x3bc)
  1203.   ______________________________________________________________________
  1204.  
  1205.   7.7.  PPP (point-to-point) support (ppp.o).
  1206.  
  1207.   To use PPP you need an additional program called pppd as described in
  1208.   Documentation/networking/ppp.txt and in the PPP-HOWTO, available from
  1209.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  1210.  
  1211.   ______________________________________________________________________
  1212.   Load command:
  1213.           /sbin/insmod ppp.o
  1214.  
  1215.           No module parameters.
  1216.  
  1217.           Depends on slhc.o
  1218.           Also depends on serial.o, this is not detected automatically,
  1219.           so serial.o must be loaded manually.
  1220.   ______________________________________________________________________
  1221.  
  1222.   7.8.  SLIP (serial line) support (slip.o).
  1223.  
  1224.   SLIP (Serial Line Internet Protocol) is the protocol used to send
  1225.   Internet traffic over telephone lines or serial cables (also known as
  1226.   nullmodems).
  1227.  
  1228.   ______________________________________________________________________
  1229.   Load command:
  1230.           /sbin/insmod slip.o
  1231.  
  1232.           slip_maxdev = 256 (default value from SL_NRUNIT on slip.h)
  1233.  
  1234.           Depends on slhc.o
  1235.           Also depends on serial.o, this is not detected automatically,
  1236.           so serial.o must be loaded manually.
  1237.   ______________________________________________________________________
  1238.  
  1239.   7.9.  Amateur Radio and wireless network interfaces.
  1240.  
  1241.   7.9.1.  (baycom.o).  BAYCOM ser12 and par96 kiss emulation driver for
  1242.   AX.25
  1243.  
  1244.   This is a driver for Baycom style simple amateur radio modems that
  1245.   connect to either a serial interface or a parallel interface. The
  1246.   driver supports the ser12 and par96 designs. To configure the driver,
  1247.   use the setbaycom utility available from
  1248.   http://www.ife.ee.ethz.ch/~sailer/ham/ham.html#lnxbay. For
  1249.   informations on the modems, see http://www.baycom.de and
  1250.   drivers/char/README.baycom.
  1251.  
  1252.   ______________________________________________________________________
  1253.   Load command:
  1254.           /sbin/insmod baycom.o modem=1 iobase=0x3f8 irq=4 options=1
  1255.  
  1256.           major   major number the driver should use; default 60
  1257.           modem   modem type of the first channel (minor 0); 1=ser12,
  1258.                   2=par96/par97, any other value invalid
  1259.           iobase  base address of the port; common values are for ser12 0x3f8,
  1260.                   0x2f8, 0x3e8, 0x2e8 and for par96/par97 0x378, 0x278, 0x3bc
  1261.           irq     interrupt line of the port; common values are for ser12 3,4
  1262.                   and for par96/par97 7
  1263.           options 0=use hardware DCD, 1=use software DCD
  1264.   ______________________________________________________________________
  1265.  
  1266.   7.9.2.  STRIP (Metricom starmode radio IP) strip.o).
  1267.  
  1268.   STRIP is a radio protocol developed for the MosquitoNet project
  1269.   (http://mosquitonet.stanford.edu/) to send Internet traffic using
  1270.   Metricom radios.  Metricom radios are small, battery powered,
  1271.   100kbit/sec packet radio transceivers, about the size and weight of a
  1272.   cellular telephone.  (You may also have heard them called "Metricom
  1273.   modems" but we avoid the term "modem" because it misleads many people
  1274.   into thinking that you can plug a Metricom modem into a phone line and
  1275.   use it as a modem.)  You can use STRIP on any Linux machine with a
  1276.   serial port, although it is obviously most useful for people with
  1277.   laptop computers.
  1278.  
  1279.   ______________________________________________________________________
  1280.   Load command:
  1281.           /sbin/insmod strip.o
  1282.  
  1283.           No module parameters.
  1284.   ______________________________________________________________________
  1285.  
  1286.   7.9.3.  WaveLAN support (wavelan.o).
  1287.  
  1288.   These are cards for wireless ethernet-like networking. Supported are
  1289.   AT&T GIS and NCR WaveLAN cards.
  1290.  
  1291.   ______________________________________________________________________
  1292.   Load command:
  1293.           /sbin/insmod wavelan.o
  1294.  
  1295.           io = 0x390      (Settable, but change not recommended)
  1296.           irq = 0         (Not honoured, if changed..)
  1297.   ______________________________________________________________________
  1298.  
  1299.   7.9.4.  WIC Radio IP bridge (wic.o).
  1300.  
  1301.   Support for the WIC parallel port radio bridge.
  1302.  
  1303.   ______________________________________________________________________
  1304.   Load command:
  1305.           /sbin/insmod wic.o
  1306.  
  1307.           It appears that devices 'wic0', 'wic1' and 'wic2' have direct
  1308.           relations to corresponding 'lpx' ports.
  1309.   ______________________________________________________________________
  1310.  
  1311.   7.9.5.  Z8530 SCC kiss emulation driver for AX.25 (scc.o).
  1312.  
  1313.   These cards are used to connect your Linux box to an amateur radio in
  1314.   order to communicate with other computers.  If you want to use this,
  1315.   read Documentation/networking/z8530drv.txt and the HAM-HOWTO.
  1316.  
  1317.   ______________________________________________________________________
  1318.   Load command:
  1319.           /sbin/insmod scc.o
  1320.  
  1321.           No module parameters.
  1322.   ______________________________________________________________________
  1323.  
  1324.   7.10.  3COM Ethernet cards.
  1325.  
  1326.   7.10.1.  3c501 support (3c501.o).
  1327.  
  1328.   ______________________________________________________________________
  1329.   Load command:
  1330.           /sbin/insmod 3c501.o
  1331.  
  1332.           io  = 0x280     IO base address
  1333.           irq = 5         IRQ
  1334.           (Probes ports:  0x280, 0x300)
  1335.   ______________________________________________________________________
  1336.  
  1337.   7.10.2.  3c503 support (3c503.o).
  1338.  
  1339.   ______________________________________________________________________
  1340.   Load command:
  1341.           /sbin/insmod 3c503.o
  1342.  
  1343.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1344.           irq = 0         (IRQ software selected by driver using autoIRQ)
  1345.           xcvr = 0        (Use xcvr=1 to select external transceiver.)
  1346.           (Probes ports: 0x300, 0x310, 0x330, 0x350, 0x250, 0x280, 0x2A0,0x2E0)
  1347.  
  1348.           Depends on 8390.o
  1349.   ______________________________________________________________________
  1350.  
  1351.   7.10.3.  3c505 support (3c505.o).
  1352.  
  1353.   ______________________________________________________________________
  1354.   Load command:
  1355.           /sbin/insmod 3c505.o
  1356.  
  1357.           io = 0x300
  1358.           irq = 0
  1359.           (Probes ports: 0x300, 0x280, 0x310)
  1360.   ______________________________________________________________________
  1361.  
  1362.   7.10.4.  3c507 support (3c507.o).
  1363.  
  1364.   ______________________________________________________________________
  1365.   Load command:
  1366.           /sbin/insmod 3c507.o
  1367.  
  1368.           io = 0x300
  1369.           irq = 0
  1370.           (Probes ports: 0x300, 0x320, 0x340, 0x280)
  1371.   ______________________________________________________________________
  1372.  
  1373.   7.10.5.  3c509/3c579 support (3c509.o).
  1374.  
  1375.   ______________________________________________________________________
  1376.   Load command:
  1377.           /sbin/insmod 3c509.o
  1378.  
  1379.           io = 0
  1380.           irq = 0
  1381.           ( Module load-time probing Works reliably only on EISA, ISA ID-PROBE
  1382.             IS NOT RELIABLE!  Compile this driver statically into kernel for
  1383.             now, if you need it auto-probing on an ISA-bus machine. )
  1384.   ______________________________________________________________________
  1385.  
  1386.   7.10.6.  3c590 series "Vortex" support (3c59x.o).
  1387.  
  1388.   Provides support for folloving cards :
  1389.  
  1390.   ╖  3c590 Vortex 10Mbps.
  1391.  
  1392.   ╖  3c595 Vortex 100baseTX.
  1393.  
  1394.   ╖  3c595 Vortex 100baseT4.
  1395.  
  1396.   ╖  3c595 Vortex 100base-MII.
  1397.  
  1398.   ╖  EISA Vortex 3c597.
  1399.  
  1400.      ___________________________________________________________________
  1401.      Load command:
  1402.              /sbin/insmod 3c59x.o debug=1 options=0,,12
  1403.  
  1404.              This sets the debug message level to minimal messages,
  1405.              sets the first card to the 10baseT transceiver, the second
  1406.              to the EEPROM-set transceiver, and the third card to operate
  1407.              in full-duplex mode using its 100baseTx transceiver.
  1408.              (Note: card ordering is set by the PCI BIOS.)
  1409.  
  1410.              Possible media type settings
  1411.                      0       10baseT
  1412.                      1       10Mbs AUI
  1413.                      2       undefined
  1414.                      3       10base2 (BNC)
  1415.                      4       100base-TX
  1416.                      5       100base-FX
  1417.                      6       MII (not yet available)
  1418.                      7       <Use default setting>
  1419.  
  1420.                      8       Full-duplex bit
  1421.                      8       10baseT full-duplex
  1422.                      12      100baseTx full-duplex
  1423.                      16      Bus-master enable bit (experimental use only!)
  1424.  
  1425.              Details of the device driver implementation are at the top of
  1426.              the source file.
  1427.      ___________________________________________________________________
  1428.  
  1429.   7.11.  Western Digital/SMC Ethernet cards.
  1430.  
  1431.   7.11.1.  WD80*3 support (wd.o).
  1432.  
  1433.   ______________________________________________________________________
  1434.   Load command:
  1435.           /sbin/insmod wd.o
  1436.  
  1437.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1438.           irq = 0         (IRQ val. read from EEPROM, ancient cards use autoIRQ)
  1439.           mem = 0         (Force shared-memory on address 0xC8000, or whatever..)
  1440.           mem_end = 0     (Force non-std. mem. size via supplying mem_end val.)
  1441.                           (eg. for 32k WD8003EBT, use mem=0xd0000 mem_end=0xd8000
  1442.           (Probes ports:  0x300, 0x280, 0x380, 0x240)
  1443.  
  1444.           Depends on 8390.o
  1445.   ______________________________________________________________________
  1446.  
  1447.   7.11.2.  SMC Ultra/EtherEZ support (smc-ultra.o).
  1448.  
  1449.   ______________________________________________________________________
  1450.   Load command:
  1451.           /sbin/insmod smc-ultra.o
  1452.  
  1453.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1454.           irq = 0         (IRQ val. read from EEPROM)
  1455.           (Probes ports:  0x200, 0x220, 0x240, 0x280, 0x300, 0x340, 0x380)
  1456.  
  1457.           Depends on 8390.o
  1458.   ______________________________________________________________________
  1459.  
  1460.   7.11.3.  SMC 9194 support (smc9194.o).
  1461.  
  1462.   This is a driver for SMC's 9000 series of Ethernet cards.
  1463.  
  1464.   ______________________________________________________________________
  1465.   Load command:
  1466.           /sbin/insmod smc9194.o
  1467.  
  1468.           io = 0          for the base address
  1469.           irq = 0         for the IRQ
  1470.           ifport = 0      for autodetect, 1 for TP, 2 for AUI ( or 10base2 )
  1471.  
  1472.           Probes ports:   0x200, 0x220, 0x240, 0x260, 0x280, 0x2A0, 0x2C0, 0x2E0,
  1473.                           0x300, 0x320, 0x340, 0x360, 0x380, 0x3A0, 0x3C0, 0x3E0
  1474.  
  1475.           Debug level setable in smc9194.c driver code.
  1476.   ______________________________________________________________________
  1477.  
  1478.   7.12.  Other Ethernet cards.
  1479.  
  1480.   7.12.1.  AT1700 support (at1700.o).
  1481.  
  1482.   ______________________________________________________________________
  1483.   Load command:
  1484.           /sbin/insmod at1700.o
  1485.  
  1486.           io = 0x260
  1487.           irq = 0
  1488.  
  1489.           (Probes ports: 0x260, 0x280, 0x2A0, 0x240, 0x340, 0x320, 0x380, 0x300)
  1490.   ______________________________________________________________________
  1491.  
  1492.   7.12.2.  Cabletron E21xx support (e2100.o).
  1493.  
  1494.   ______________________________________________________________________
  1495.   Load command:
  1496.           /sbin/insmod e2100.o
  1497.  
  1498.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1499.           irq = 0         (IRQ software selected by driver)
  1500.           mem = 0         (Override default shared memory start of 0xd0000)
  1501.           xcvr = 0        (Use xcvr=1 to select external transceiver.)
  1502.           (Probes ports: 0x300, 0x280, 0x380, 0x220)
  1503.  
  1504.           Depends on 8390.o
  1505.   ______________________________________________________________________
  1506.  
  1507.   7.12.3.  DEPCA, DE10x, DE200, DE201, DE202, DE422 support (depca.o).
  1508.  
  1509.   ______________________________________________________________________
  1510.   Load command:
  1511.           /sbin/insmod depca.o
  1512.  
  1513.           io = 0x200
  1514.           irq = 7
  1515.           (Probes ports:  ISA:  0x300, 0x200;
  1516.                           EISA: 0x0c00            )
  1517.   ______________________________________________________________________
  1518.  
  1519.   7.12.4.  EtherWORKS 3 (DE203, DE204, DE205) support (ewrk3.o).
  1520.  
  1521.   ______________________________________________________________________
  1522.   Load command:
  1523.           /sbin/insmod ewrk3.o
  1524.  
  1525.           io = 0x300
  1526.           irq = 5
  1527.           (With module no autoprobing!
  1528.            On EISA-bus does EISA probing.
  1529.            Static linkage probes ports on ISA bus:
  1530.                   0x100, 0x120, 0x140, 0x160, 0x180, 0x1A0, 0x1C0,
  1531.                   0x200, 0x220, 0x240, 0x260, 0x280, 0x2A0, 0x2C0, 0x2E0,
  1532.                   0x300,        0x340, 0x360, 0x380, 0x3A0, 0x3C0)
  1533.   ______________________________________________________________________
  1534.  
  1535.   7.12.5.  EtherExpress 16 support (eexpress.o).
  1536.  
  1537.   ______________________________________________________________________
  1538.   Load command:
  1539.           /sbin/insmod eexpress.o
  1540.  
  1541.           io = 0x300
  1542.           irq = 0         (IRQ value read from EEPROM)
  1543.           (Probes ports: 0x300, 0x270, 0x320, 0x340)
  1544.   ______________________________________________________________________
  1545.  
  1546.   7.12.6.  EtherExpressPro support (eepro.o).
  1547.  
  1548.   ______________________________________________________________________
  1549.   Load command:
  1550.           /sbin/insmod eepro.o
  1551.  
  1552.           io = 0x200
  1553.           irq = 0
  1554.           (Probes ports: 0x200, 0x240, 0x280, 0x2C0, 0x300, 0x320, 0x340, 0x360)
  1555.   ______________________________________________________________________
  1556.  
  1557.   7.12.7.  Fujitsu FMV-181/182/183/184 support (fmv18x.o).
  1558.  
  1559.   ______________________________________________________________________
  1560.   Load command:
  1561.           /sbin/insmod fmv18x.o
  1562.  
  1563.           io = 0x220      for the base address
  1564.           irq = 0         for the IRQ
  1565.  
  1566.           Probes ports: 0x220, 0x240, 0x260, 0x280, 0x2a0, 0x2c0, 0x300, 0x340
  1567.   ______________________________________________________________________
  1568.  
  1569.   7.12.8.  HP PCLAN+ (27247B and 27252A) support (hp-plus.o).
  1570.  
  1571.   ______________________________________________________________________
  1572.   Load command:
  1573.           /sbin/insmod hp-plus.o
  1574.  
  1575.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1576.           irq = 0         (IRQ read from configuration register)
  1577.           (Probes ports: 0x200, 0x240, 0x280, 0x2C0, 0x300, 0x320, 0x340)
  1578.  
  1579.           Depends on 8390.o
  1580.   ______________________________________________________________________
  1581.  
  1582.   7.12.9.  HP PCLAN (27245 and other 27xxx series) support (hp.o).
  1583.  
  1584.   ______________________________________________________________________
  1585.   Load command:
  1586.           /sbin/insmod hp.o
  1587.  
  1588.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1589.           irq = 0         (IRQ software selected by driver using autoIRQ)
  1590.           (Probes ports: 0x300, 0x320, 0x340, 0x280, 0x2C0, 0x200, 0x240)
  1591.  
  1592.           Depends on 8390.o
  1593.   ______________________________________________________________________
  1594.  
  1595.   7.12.10.  HP 10/100VG PCLAN (ISA, EISA, PCI) support (hp100.o).
  1596.  
  1597.   ______________________________________________________________________
  1598.   Load command:
  1599.           /sbin/insmod hp100.o
  1600.  
  1601.           hp100_port = 0 (IO-base address)
  1602.  
  1603.           (Does EISA-probing, if on EISA-slot;
  1604.           On ISA-bus probes all ports from 0x100 thru to 0x3E0
  1605.           in increments of 0x020)
  1606.   ______________________________________________________________________
  1607.  
  1608.   7.12.11.  ICL EtherTeam 16i/32 support (eth16i.o).
  1609.  
  1610.   ______________________________________________________________________
  1611.   Load command:
  1612.           /sbin/insmod eth16i.o
  1613.  
  1614.           io = 0x2a0      (It will complain if you don't supply an "io=0xNNN")
  1615.           irq = 0         (IRQ software selected by driver using autoIRQ)
  1616.  
  1617.           Probed ports on eth16i card :
  1618.           0x260, 0x280, 0x2A0, 0x240, 0x340, 0x320, 0x380, 0x300
  1619.  
  1620.           Probed ports in eth32i card :
  1621.           0x1000, 0x2000, 0x3000, 0x4000, 0x5000, 0x6000, 0x7000, 0x8000,
  1622.           0x9000, 0xA000, 0xB000, 0xC000, 0xD000, 0xE000, 0xF000
  1623.   ______________________________________________________________________
  1624.  
  1625.   7.12.12.  NE2000/NE1000 support (ne.o).
  1626.  
  1627.   ______________________________________________________________________
  1628.   Load command:
  1629.           /sbin/insmod ne.o
  1630.  
  1631.           io = 0          (Explicitly *requires* an "io=0xNNN" value)
  1632.           irq = 0         (Tries to determine configured IRQ via autoIRQ)
  1633.           (Probes ports: 0x300, 0x280, 0x320, 0x340, 0x360)
  1634.  
  1635.           Depends on 8390.o
  1636.   ______________________________________________________________________
  1637.  
  1638.   7.12.13.  NI5210 support (ni52.o).
  1639.  
  1640.   ______________________________________________________________________
  1641.   Load command:
  1642.           /sbin/insmod ni52.o
  1643.  
  1644.           io=0x360
  1645.           irq=9
  1646.           memstart=0xd0000
  1647.           memend=0xd4000
  1648.  
  1649.           Don't use autoprobing, io=0
  1650.   ______________________________________________________________________
  1651.  
  1652.   7.13.  EISA, VLB, PCI and on board controllers
  1653.  
  1654.   7.13.1.  Ansel Communications EISA 3200 support (ac3200.o).
  1655.  
  1656.   ______________________________________________________________________
  1657.   Load command:
  1658.           /sbin/insmod ac3200.o
  1659.  
  1660.           As this is an EISA board, Autoprobe should work.
  1661.  
  1662.           Depends on 8390.o
  1663.   ______________________________________________________________________
  1664.  
  1665.   7.13.2.  Apricot Xen-II on board ethernet (apricot.o).
  1666.  
  1667.   ______________________________________________________________________
  1668.   Load command:
  1669.           /sbin/insmod apricot.o
  1670.  
  1671.           io = 0x300  (Can't be altered!)
  1672.           irq = 10
  1673.   ______________________________________________________________________
  1674.  
  1675.   7.13.3.  DE425, DE434, DE435, DE450, DE500 support (de4x5.o).
  1676.  
  1677.   ______________________________________________________________________
  1678.   Load command:
  1679.           /sbin/insmod de4x5.o
  1680.  
  1681.           io = 0x000b
  1682.           irq = 10
  1683.           is_not_dec = 0
  1684.           For non-DEC card using DEC 21040/21041/21140 chip, set this to 1
  1685.           (EISA, and PCI probing)
  1686.   ______________________________________________________________________
  1687.  
  1688.   7.13.4.  DECchip Tulip (dc21x4x) PCI support (tulip.o).
  1689.  
  1690.   ______________________________________________________________________
  1691.   Load command:
  1692.           /sbin/insmod tulip.o
  1693.  
  1694.           Read Documentation/networking/tulip.txt
  1695.   ______________________________________________________________________
  1696.  
  1697.   7.13.5.  Digi Intl. RightSwitch SE-X support (dgrs.o).
  1698.  
  1699.   This is a Linux driver for the Digi International RightSwitch SE-X
  1700.   EISA and PCI boards.  These are 4 (EISA) or 6 (PCI) port ethernet
  1701.   switches and a NIC combined into a single board.
  1702.  
  1703.   There is a tool for setting up input and output packet filters on each
  1704.   port, called "dgrsfilt".
  1705.  
  1706.   The management tool lets you watch the performance graphically, as
  1707.   well as set the SNMP agent IP and IPX addresses, IEEE Spanning Tree,
  1708.   and Aging time.  These can also be set from the command line when the
  1709.   driver is loaded.
  1710.  
  1711.   There is also a companion management tool, called "xrightswitch".
  1712.  
  1713.   ______________________________________________________________________
  1714.   Load command:
  1715.           /sbin/insmod dgrs.o
  1716.  
  1717.           debug=NNN               Debug printing level
  1718.           dma=0/1                 Disable/Enable DMA on PCI card
  1719.           spantree=0/1            Disable/Enable IEEE spanning tree
  1720.           hashexpire=NNN          Change address aging time (default 300 seconds)
  1721.           ipaddr=A,B,C,D          Set SNMP agent IP address i.e. 199,86,8,221
  1722.           ipxnet=NNN              Set SNMP agent IPX network number
  1723.   ______________________________________________________________________
  1724.  
  1725.   7.14.  Pocket and portable adaptors
  1726.  
  1727.   7.14.1.  D-Link DE600 pocket adaptor support (de600.o).
  1728.  
  1729.   ______________________________________________________________________
  1730.   Load command:
  1731.           /sbin/insmod de600.o
  1732.  
  1733.           de600_debug = 0
  1734.           (On port 0x378, irq 7 -- lpt1;  compile time configurable)
  1735.   ______________________________________________________________________
  1736.  
  1737.   7.14.2.  D-Link DE620 pocket adaptor support (de620.o).
  1738.  
  1739.   ______________________________________________________________________
  1740.   Load command:
  1741.           /sbin/insmod de620.o
  1742.  
  1743.           bnc = 0, utp = 0        <-- Force media by setting either.
  1744.           io = 0x378              (also compile-time configurable)
  1745.           irq = 7
  1746.   ______________________________________________________________________
  1747.  
  1748.   7.15.  Token Ring driver support
  1749.  
  1750.   7.15.1.  Tropic chipset based adaptor support (ibmtr.o).
  1751.  
  1752.   ______________________________________________________________________
  1753.   Load command:
  1754.           /sbin/insmod ibmtr.o io=0xa20 irq=0
  1755.  
  1756.           io = 0xa20      You should not use auto-probing with insmod
  1757.           irq = 0
  1758.   ______________________________________________________________________
  1759.  
  1760.   7.16.  ARCnet support (arcnet.o).
  1761.  
  1762.   ______________________________________________________________________
  1763.   Load command:
  1764.           /sbin/insmod arcnet.o
  1765.  
  1766.           io = 0
  1767.           irqnum = 0
  1768.           shmem = 0
  1769.           num = 0
  1770.  
  1771.           DO SET THESE MANUALLY AT INSMOD!
  1772.  
  1773.           (When probing, looks at the following possible addresses:
  1774.            Suggested ones:
  1775.                   0x300, 0x2E0, 0x2F0, 0x2D0
  1776.            Other ones:
  1777.                   0x200, 0x210, 0x220, 0x230, 0x240, 0x250, 0x260, 0x270,
  1778.                   0x280, 0x290, 0x2A0, 0x2B0, 0x2C0,
  1779.                          0x310, 0x320, 0x330, 0x340, 0x350, 0x360, 0x370,
  1780.                   0x380, 0x390, 0x3A0,                      0x3E0, 0x3F0  )
  1781.   ______________________________________________________________________
  1782.  
  1783.   8.  ISDN subsystem
  1784.  
  1785.   Setting up ISDN-networking is a complicated task.  Read documentation
  1786.   found in /usr/src/linux/Documentation/isdn.
  1787.  
  1788.   8.1.  ISDN support (isdn.o).
  1789.  
  1790.   ______________________________________________________________________
  1791.   Load command:
  1792.           /sbin/insmod isdn.o
  1793.  
  1794.           No module parameters.
  1795.  
  1796.           Depends on slhc.o
  1797.   ______________________________________________________________________
  1798.  
  1799.   8.2.  ICN 2B and 4B support (icn.o).
  1800.  
  1801.   ______________________________________________________________________
  1802.   Load command:
  1803.           /sbin/insmod icn.o [parameters]
  1804.  
  1805.           portbase=p membase=m icn_id=idstring [icn_id2=idstring2]
  1806.  
  1807.           p = portbase            (default: 0x320)
  1808.           m = shared memory       (default: 0xd0000)
  1809.  
  1810.           When using the ICN double card, you MUST define TWO idstrings.
  1811.           idstring must start with a character!
  1812.  
  1813.           Depends on isdn.o
  1814.   ______________________________________________________________________
  1815.  
  1816.   8.3.  PCBIT-D support (pcbit.o).
  1817.  
  1818.   ______________________________________________________________________
  1819.   Load command:
  1820.           /sbin/insmod pcbit.o
  1821.  
  1822.           mem = 0         default = 0xd0000
  1823.           irq = 0         default = 5
  1824.  
  1825.           Depends on isdn.o
  1826.   ______________________________________________________________________
  1827.  
  1828.   8.4.  Teles/NICCY1016PC/Creatix support (teles.o).
  1829.  
  1830.   ______________________________________________________________________
  1831.   Load command:
  1832.           /sbin/insmod teles.o io=.....
  1833.  
  1834.           io=m0,i0,p0,d0[,m1,i1,p1,d1 ... ,mn,in,pn,dn] teles_id=idstring
  1835.  
  1836.           m0 = shared memory of 1st card.         (default: 0xd0000
  1837.           i0 = irq of 1st card.                   (default: 15)
  1838.           p0 = portbase of 1st card.              (default: 0xd80)
  1839.           d0 = D-channel protocol of 1st card.    1=1TR6, 2=EDSS1 (default: 2)
  1840.  
  1841.           p1,i1,m1,d1 = Parameters of second card (defaults: none)
  1842.           pn,in,mn,d1 = Parameters of n'th card (up to 16 cards are supported)
  1843.  
  1844.           idstring = Driver-Id for accessing with utilities and identification
  1845.           when using a Line-monitor. (default: none) idstring must start with a character!
  1846.  
  1847.           The type of the card is determined by the port, irq and shared memory:
  1848.  
  1849.           port == 0, shared memory != 0   -> Teles S0-8
  1850.           port != 0, shared memory != 0   -> Teles S0-16.0
  1851.           port != 0, shared memory == 0   -> Teles S0-16.3
  1852.  
  1853.           Depends on isdn.o
  1854.   ______________________________________________________________________
  1855.  
  1856.   9.  CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
  1857.  
  1858.   9.1.  Aztech/Orchid/Okano/Wearnes/TXC/CyDROM support (aztcd.o).
  1859.  
  1860.   ______________________________________________________________________
  1861.   Load command:
  1862.           /sbin/insmod aztcd.o aztcd=[baseaddress]
  1863.  
  1864.           Read Documentation/cdrom/aztcd for full information.
  1865.   ______________________________________________________________________
  1866.  
  1867.   9.2.  Goldstar R420 CDROM support (gscd.o).
  1868.  
  1869.   ______________________________________________________________________
  1870.   Load command:
  1871.           /sbin/insmod gscd.o gscd=[address]
  1872.  
  1873.           The default base address is 0x340.
  1874.           This will work for most applications.
  1875.           Address selection is accomplished by jumpers PN801-1 to PN801-4
  1876.           on the GoldStar Interface Card.
  1877.           Appropriate settings are: 0x300, 0x310, 0x320, 0x330, 0x340, 0x350,
  1878.           0x360, 0x370, 0x380, 0x390, 0x3A0, 0x3B0, 0x3C0, 0x3D0, 0x3E0, 0x3F0
  1879.   ______________________________________________________________________
  1880.  
  1881.   9.3.  Matsushita/Panasonic/Creative, Longshine, TEAC support
  1882.   (sbpcd.o).
  1883.  
  1884.   ______________________________________________________________________
  1885.   Load command:
  1886.           /sbin/insmod sbpcd.o sbpcd=[address], x
  1887.  
  1888.           address = ioaddress
  1889.           x       = SBPRO setting, read Documentation/cdrom/sbpcd
  1890.   ______________________________________________________________________
  1891.  
  1892.   9.4.  Mitsumi (standard) no XA/Multisession support (mcd.o).
  1893.  
  1894.   ______________________________________________________________________
  1895.   Load command:
  1896.           /sbin/insmod mcd.o mcd=0x300,11,0x304,5
  1897.  
  1898.           Where parameters are io and irq in pairs.
  1899.   ______________________________________________________________________
  1900.  
  1901.   9.5.  Mitsumi XA/MultiSession support (mcdx.o).
  1902.  
  1903.   ______________________________________________________________________
  1904.   Load command:
  1905.           /sbin/insmod mcdx.o mcdx=0x300,11,0x304,5
  1906.  
  1907.           Where parameters are io and irq in pairs.
  1908.   ______________________________________________________________________
  1909.  
  1910.   9.6.  Optics Storage DOLPHIN 8000AT CDROM support (optcd.o).
  1911.  
  1912.   ______________________________________________________________________
  1913.   Load command:
  1914.           /sbin/insmod optcd.o optcd=0x340
  1915.  
  1916.           Where parameter is the baseaddress of your card.
  1917.   ______________________________________________________________________
  1918.  
  1919.   9.7.  Philips/LMS CM206 CDROM support (cm206.o).
  1920.  
  1921.   ______________________________________________________________________
  1922.   Load command:
  1923.           /sbin/insmod cm206.o cm206=0x300,11
  1924.  
  1925.           Where parameters are the baseaddress and irq of your card.
  1926.   ______________________________________________________________________
  1927.  
  1928.   9.8.  Sanyo CDR-H94A CDROM support (sjcd.o).
  1929.  
  1930.   ______________________________________________________________________
  1931.   Load command:
  1932.           /sbin/insmod sjcd.o sjcd_base=0x340
  1933.  
  1934.           Where parameter is the baseaddress of your card.
  1935.           Default address = 0x340,  no irq,  no dma.
  1936.   ______________________________________________________________________
  1937.  
  1938.   9.9.  ISP16/MAD16/Mozart soft configurable cdrom interface support
  1939.   (isp16.o).
  1940.  
  1941.   ______________________________________________________________________
  1942.   Load command:
  1943.           /sbin/insmod isp16.o [parameters]
  1944.  
  1945.           isp16_cdrom_base=<port>
  1946.           isp16_cdrom_irq=<irq>
  1947.           isp16_cdrom_dma=<dma>
  1948.           isp16_cdrom_type=<drive_type>
  1949.  
  1950.           Valid values are:
  1951.             port=0x340,0x320,0x330,0x360
  1952.             irq=0,3,5,7,9,10,11
  1953.             dma=0,3,5,6,7
  1954.             drive_type=noisp16,Sanyo,Panasonic,Sony,Mitsumi.
  1955.  
  1956.             Note that these options are case sensitive.
  1957.   ______________________________________________________________________
  1958.  
  1959.   9.10.  Sony CDU31A/CDU33A CDROM support (cdu31a.o).
  1960.  
  1961.   ______________________________________________________________________
  1962.   Load command:
  1963.           /sbin/insmod cdu31a.o [parameters]
  1964.  
  1965.           cdu31a_port=<I/O address> - sets the base I/O.
  1966.           This must be specified.
  1967.  
  1968.           cdu31a_irq=<interrupt> - Sets the interrupt number.
  1969.           Leaving this off will turn interrupts off.
  1970.   ______________________________________________________________________
  1971.  
  1972.   9.11.  Sony CDU535 CDROM support (sonycd535.o).
  1973.  
  1974.   ______________________________________________________________________
  1975.   Load command:
  1976.           /sbin/insmod sonycd535.o sonycd535=[address]
  1977.  
  1978.           Where parameter is the baseaddress of your card.
  1979.   ______________________________________________________________________
  1980.  
  1981.   10.  Filesystems
  1982.  
  1983.   10.1.  Minix fs support(minix.o).
  1984.  
  1985.   ______________________________________________________________________
  1986.   Load command:
  1987.           /sbin/insmod minix.o
  1988.  
  1989.           No module parameters.
  1990.   ______________________________________________________________________
  1991.  
  1992.   10.2.  Extended fs support (ext.o).
  1993.  
  1994.   ______________________________________________________________________
  1995.   Load command:
  1996.           /sbin/insmod ext.o
  1997.  
  1998.           No module parameters.
  1999.   ______________________________________________________________________
  2000.  
  2001.   10.3.  Second extended fs support (ext2.o).
  2002.  
  2003.   ______________________________________________________________________
  2004.   Load command:
  2005.           /sbin/insmod ext2.o
  2006.  
  2007.           No module parameters.
  2008.   ______________________________________________________________________
  2009.  
  2010.   10.4.  xiafs filesystem support (xiafs.o).
  2011.  
  2012.   ______________________________________________________________________
  2013.   Load command:
  2014.           /sbin/insmod xiafs.o
  2015.  
  2016.           No module parameters.
  2017.   ______________________________________________________________________
  2018.  
  2019.   10.5.  DOS FAT fs support (fat.o).
  2020.  
  2021.   ______________________________________________________________________
  2022.   Load command:
  2023.           /sbin/insmod fat.o
  2024.  
  2025.           No module parameters.
  2026.   ______________________________________________________________________
  2027.  
  2028.   10.6.  MSDOS fs support (msdos.o).
  2029.  
  2030.   ______________________________________________________________________
  2031.   Load command:
  2032.           /sbin/insmod msdos.o
  2033.  
  2034.           No module parameters.
  2035.           Depends on fat.o.
  2036.   ______________________________________________________________________
  2037.  
  2038.   10.7.  VFAT (Windows-95) fs support (vfat.o).
  2039.  
  2040.   ______________________________________________________________________
  2041.   Load command:
  2042.           /sbin/insmod vfat.o
  2043.  
  2044.           No module parameters.
  2045.           Depends on fat.o.
  2046.   ______________________________________________________________________
  2047.  
  2048.   10.8.  UMSDOS: Unix like fs on top of std MSDOS FAT fs (umsdos.o).
  2049.  
  2050.   ______________________________________________________________________
  2051.   Load command:
  2052.           /sbin/insmod vfat.o
  2053.  
  2054.           No module parameters.
  2055.           Depends on fat.o and msdos.o.
  2056.   ______________________________________________________________________
  2057.  
  2058.   10.9.  NFS filesystem support (nfs.o).
  2059.  
  2060.   ______________________________________________________________________
  2061.   Load command:
  2062.           /sbin/insmod nfs.o
  2063.  
  2064.           No module parameters.
  2065.   ______________________________________________________________________
  2066.  
  2067.   10.10.  SMB filesystem support (to mount WfW shares etc..) (smbfs.o).
  2068.  
  2069.   smbfs is a filesystem which understands the SMB protocol. This is the
  2070.   protocol Windows for Workgroups, Windows NT or Lan Manager use to talk
  2071.   to each other. smbfs was inspired by samba, the program written by
  2072.   Andrew Tridgell that turns any unix host into a file server for DOS or
  2073.   Windows clients.  See ftp://nimbus.anu.edu.au/pub/tridge/samba/ for
  2074.   this interesting program suite and lots of more information on SMB and
  2075.   NetBIOS over TCP/IP. There you also find explanation for concepts like
  2076.   netbios name or share.
  2077.  
  2078.   To use smbfs, you need a special mount program, which can be found in
  2079.   the ksmbfs package, found on
  2080.   sunsite.unc.edu:/pub/Linux/system/Filesystems/smbfs.
  2081.  
  2082.   ______________________________________________________________________
  2083.   Load command:
  2084.           /sbin/insmod smbfs.o
  2085.  
  2086.           No module parameters.
  2087.   ______________________________________________________________________
  2088.  
  2089.   10.11.  NCP filesystem support (to mount NetWare volumes) (ncpfs.o).
  2090.  
  2091.   ncpfs is a filesystem which understands the NCP protocol, designed by
  2092.   the Novell Corporation for their NetWare(tm) product. NCP is
  2093.   functionally similar to the NFS used in the tcp/ip community.  To
  2094.   mount a Netware-Filesystem, you need a special mount program, which
  2095.   can be found in ncpfs package. Homesite for ncpfs is
  2096.   ftp.gwdg.de/pub/linux/misc/ncpfs, but sunsite and its many mirrors
  2097.   will have it as well.
  2098.  
  2099.   Related products are linware and mars_nwe, which will give Linux
  2100.   partial NetWare Server functionality.
  2101.  
  2102.   Linware's home site is: klokan.sh.cvut.cz/pub/linux/linware,
  2103.  
  2104.   Mars_nwe can be found on ftp.gwdg.de/pub/linux/misc/ncpfs.
  2105.  
  2106.   ______________________________________________________________________
  2107.   Load command:
  2108.           /sbin/insmod ncpfs.o
  2109.  
  2110.           No module parameters.
  2111.  
  2112.           Depends on ipx.o
  2113.   ______________________________________________________________________
  2114.  
  2115.   10.12.  ISO9660 cdrom filesystem support (isofs.o).
  2116.  
  2117.   ______________________________________________________________________
  2118.   Load command:
  2119.           /sbin/insmod isofs.o
  2120.  
  2121.           No module parameters.
  2122.   ______________________________________________________________________
  2123.  
  2124.   10.13.  OS/2 HPFS filesystem support (read only) (hpfs.o)
  2125.  
  2126.   ______________________________________________________________________
  2127.   Load command:
  2128.           /sbin/insmod hpfs.o
  2129.  
  2130.           No module parameters.
  2131.   ______________________________________________________________________
  2132.  
  2133.   10.14.  System V and Coherent filesystem support (sysv.o).
  2134.  
  2135.   This is the implementation of the SystemV/Coherent filesystem for
  2136.   Linux.
  2137.  
  2138.   It implements all of
  2139.  
  2140.   ╖  Xenix FS,
  2141.  
  2142.   ╖  SystemV/386 FS,
  2143.  
  2144.   ╖  Coherent FS.
  2145.  
  2146.   ______________________________________________________________________
  2147.   Load command:
  2148.           /sbin/insmod sysv.o
  2149.  
  2150.           No module parameters.
  2151.   ______________________________________________________________________
  2152.  
  2153.   10.15.  Amiga FFS filesystem support  (affs.o).
  2154.  
  2155.   ______________________________________________________________________
  2156.   Load command:
  2157.           /sbin/insmod affs.o
  2158.  
  2159.           No module parameters.
  2160.   ______________________________________________________________________
  2161.  
  2162.   10.16.  UFS filesystem support (read only) (ufs.o).
  2163.  
  2164.   Apparently for mounting disks with FreeBSD and/or Sun partitions.  No
  2165.   documentation exists, apart from The Source.
  2166.  
  2167.   ______________________________________________________________________
  2168.   Load command:
  2169.           /sbin/insmod ufs.o
  2170.  
  2171.           No module parameters.
  2172.   ______________________________________________________________________
  2173.  
  2174.   11.  Character devices
  2175.  
  2176.   11.1.  Support for user misc device modules (misc.o).
  2177.  
  2178.   This module is used by atixlmouse, busmouse, msbusmouse, psaux, wdt
  2179.   and softdog modules and it is automatically generated if required.
  2180.  
  2181.   ______________________________________________________________________
  2182.   Load command:
  2183.           /sbin/insmod misc.o
  2184.  
  2185.           No module parameters.
  2186.   ______________________________________________________________________
  2187.  
  2188.   11.2.  Standard/generic serial support (serial.o).
  2189.  
  2190.   NOTE: serial.o is required by other modules, like ppp.o and slip.o.
  2191.   Also it is required by serial mouse and accordingly by gpm.  However
  2192.   this dependency is not detected by present tools and module serial.o
  2193.   must be loaded manually.
  2194.  
  2195.   ______________________________________________________________________
  2196.   Load command:
  2197.           /sbin/insmod serial.o
  2198.  
  2199.           No module parameters.
  2200.   ______________________________________________________________________
  2201.  
  2202.   11.3.  Cyclades async mux support (cyclades.o)
  2203.  
  2204.   ______________________________________________________________________
  2205.   Load command:
  2206.           /sbin/insmod cyclades.o
  2207.  
  2208.           No module parameters.
  2209.   ______________________________________________________________________
  2210.  
  2211.   11.4.  Stallion multiport serial support
  2212.  
  2213.   The intelligent boards also need to have their "firmware" code
  2214.   downloaded to them. This is done via a user level application supplied
  2215.   in the driver package called "stlload". Compile this program where
  2216.   ever you dropped the package files, by typing "make". In its simplest
  2217.   form you can then type
  2218.  
  2219.   in this directory and that will download board 0 (assuming board 0 is
  2220.   an EasyConnection 8/64 board). To download to an ONboard, Brumby or
  2221.   Stallion do:
  2222.  
  2223.   Read the information at /usr/src/linux/drivers/char/README.stallion.
  2224.  
  2225.   11.4.1.  Stallion EasyIO or EC8/32 support (stallion.o).
  2226.  
  2227.   ______________________________________________________________________
  2228.   Load command:
  2229.           /sbin/insmod stallion.o
  2230.  
  2231.           No module parameters.
  2232.   ______________________________________________________________________
  2233.  
  2234.   11.4.2.  Stallion EC8/64, ONboard, Brumby support (istallion.o).
  2235.  
  2236.   ______________________________________________________________________
  2237.   Load command:
  2238.           /sbin/insmod istallion.o
  2239.  
  2240.           No module parameters.
  2241.   ______________________________________________________________________
  2242.  
  2243.   11.5.  SDL RISCom/8 card support (riscom8.o).
  2244.  
  2245.   ______________________________________________________________________
  2246.   Load command:
  2247.           /sbin/insmod riscom8.o [options]
  2248.  
  2249.           This driver can support up to 4 boards at time.
  2250.           Options : iobase=0xXXX iobase1=0xXXX iobase2=...
  2251.  
  2252.   ______________________________________________________________________
  2253.  
  2254.   11.6.  Parallel printer support (lp.o).
  2255.  
  2256.   ______________________________________________________________________
  2257.   Load command:
  2258.           /sbin/insmod lp.o io=0x378 irq=0
  2259.  
  2260.           io = 0
  2261.           irq = 0         irq=0 will run in polled mode
  2262.  
  2263.           (Probes ports: 0x278, 0x378, 0x3bc)
  2264.           Note: loading lp.o without any parameters will
  2265.           grab all parallelports.
  2266.   ______________________________________________________________________
  2267.  
  2268.   11.7.  Bus Mouse Support
  2269.  
  2270.   11.7.1.  ATIXL busmouse support (atixlmouse.o).
  2271.  
  2272.   ______________________________________________________________________
  2273.   Load command:
  2274.           /sbin/insmod atixlmouse.o
  2275.  
  2276.           No module parameters.
  2277.           Depends on misc.o
  2278.   ______________________________________________________________________
  2279.  
  2280.   11.7.2.  Logitech busmouse support (busmouse.o).
  2281.  
  2282.   ______________________________________________________________________
  2283.   Load command:
  2284.           /sbin/insmod busmouse.o
  2285.  
  2286.           No module parameters.
  2287.           Depends on misc.o
  2288.   ______________________________________________________________________
  2289.  
  2290.   11.7.3.  Microsoft busmouse support (msbusmouse.o).
  2291.  
  2292.   ______________________________________________________________________
  2293.   Load command:
  2294.           /sbin/insmod msbusmouse.o
  2295.  
  2296.           No module parameters.
  2297.           Depends on misc.o
  2298.   ______________________________________________________________________
  2299.  
  2300.   11.7.4.  PS/2 mouse (aka "auxiliary device") support (psaux.o).
  2301.  
  2302.   ______________________________________________________________________
  2303.   Load command:
  2304.           /sbin/insmod psaux.o
  2305.  
  2306.           No module parameters.
  2307.           Depends on misc.o
  2308.   ______________________________________________________________________
  2309.  
  2310.   11.8.  Tape support
  2311.  
  2312.   For support of SCSI tapedrives, see section SCSI Support.
  2313.  
  2314.   11.8.1.  Ftape (QIC-80/Travan) support (ftape.o).
  2315.  
  2316.   ______________________________________________________________________
  2317.   Load command:
  2318.           /sbin/insmod ftape.o tracing=3
  2319.  
  2320.           Option parameter 'tracing' can take following values
  2321.  
  2322.           set it to:     to get:
  2323.             0             bugs
  2324.             1             + errors
  2325.             2             + warnings
  2326.             3             + information           ** Default **
  2327.             4             + more information
  2328.             5             + program flow
  2329.             6             + fdc/dma info
  2330.             7             + data flow
  2331.             8             + everything else
  2332.   ______________________________________________________________________
  2333.  
  2334.   11.9.  Watchdog Timer Support
  2335.  
  2336.   11.9.1.  WDT Watchdog timer (wdt.o).
  2337.  
  2338.   ______________________________________________________________________
  2339.   Load command:
  2340.           /sbin/insmod wdt.o
  2341.  
  2342.           No module parameters.
  2343.           Defaults to io=0x240 irq=14,
  2344.           make any required changes to wdt.c directly.
  2345.           Depends on misc.o
  2346.   ______________________________________________________________________
  2347.  
  2348.   11.9.2.  Software Watchdog (softdog.o).
  2349.  
  2350.   ______________________________________________________________________
  2351.   Load command:
  2352.           /sbin/insmod softdog.o
  2353.  
  2354.           No module parameters.
  2355.           Depends on misc.o
  2356.   ______________________________________________________________________
  2357.  
  2358.   12.  Sound support (sound.o).
  2359.  
  2360.   Configuring sound is a complex task, there is a number of Readme-files
  2361.   in directory /usr/src/linux/drivers/sound, read them.
  2362.  
  2363.   ______________________________________________________________________
  2364.   Load command:
  2365.           /sbin/insmod sound.o [option]
  2366.  
  2367.           Option: dma_buffsize=32768
  2368.   ______________________________________________________________________
  2369.  
  2370.   13.  Closing
  2371.  
  2372.   If you have found any glaring typos, or outdated info in this
  2373.   document, please let me know. It is easy to overlook stuff.
  2374.  
  2375.   Thanks,
  2376.  
  2377.   Lauri Tischler, ltischler@efore.fi
  2378.  
  2379.