patch-pre2.0.10 linux/drivers/block/README.fd

Next file: linux/drivers/block/floppy.c
Previous file: linux/arch/i386/kernel/time.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.9/linux/drivers/block/README.fd linux/drivers/block/README.fd
@@ -13,15 +13,15 @@
  The floppy driver is configured using the 'floppy=' option in
 lilo. This option can be typed at the boot prompt, or entered in the
 lilo configuration file.
- Example: If your kernel is called linux-72, type the following line
+ Example: If your kernel is called linux-pre2.0.9, type the following line
 at the lilo boot prompt (if you have a thinkpad):
- linux-72 floppy=thinkpad
+ linux-pre2.0.9 floppy=thinkpad
 You may also enter the following line in /etc/lilo.conf, in the description
-of linux-72:
+of linux-pre2.0.9:
  append = "floppy=thinkpad"
 
  Several floppy related options may be given, example:
- linux-72 floppy=daring floppy=two_fdc
+ linux-pre2.0.9 floppy=daring floppy=two_fdc
  append = "floppy=daring floppy=two_fdc"
 
  If you give options both in the lilo config file and on the boot
@@ -30,15 +30,22 @@
 restore the default behavior.
 
  If you use the floppy driver as a module, use the following syntax:
- insmod floppy floppy="<options>"
+ insmod floppy 'floppy="<options>"'
 
 Example:
- insmod floppy floppy="daring two_fdc"
+ insmod floppy 'floppy="daring two_fdc"'
 
  Note that in this case 'floppy=' should only be typed out once, and
 not once for each option. You need at least modules-1.3.57 for this
 method.  However, the older environment variable based syntax is still
-available: floppy="daring two_fdc" insmod floppy
+available:
+(sh syntax): floppy="daring two_fdc" insmod floppy
+(csh syntax): setenv floppy "daring two_fdc" ; insmod floppy
+
+ Some versions of insmod are buggy in one way or another. If you have
+any problems (options not being passed correctly, segfaults during
+insmod), first check whether there is a more recent version. If there
+isn't, use the old method using environment variables.
 
  The floppy related options include:
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this