Most of the the loadable modules have parameters that can be set when
they are loaded.  Some parameters are for "internal use" and should be
left alone, but there are few you might want to change.

For example, to set the number of sockets when loading the i82365
module, you could do:

	insmod i82365.o sockets=2

==== pcmcia_core ====

poll_interval	The time, in 1/100 seconds, between card status checks
		when POLL_STATUS is on.  The default is 100.

DEBUGGING

When the PCMCIA modules are compiled with PCMCIA_DEBUG set, they each
get an extra symbol, pc_debug, controlling the level of debugging.  If
you compile with PCMCIA_DEBUG=0, the debugging code will be present
but disabled.  Then, the debugging level of individual modules can be
set when they are loaded, using a 'pc_debug=#' option to 'insmod'.
This allows fine-tuning of debugging output from individual modules.

The 8390 network driver has its own debugging parameter, ei_debug,
that can also be set when 8390.o is loaded.
