diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 11:55:42 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 11:55:42 -0800 |
commit | ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9 (patch) | |
tree | dc9812192df482123d5b1dddf20b35d1cd776a22 /etc | |
parent | 61c0a6a270fff40434801f35bea81e4fc923fc8a (diff) | |
download | vyatta-cfg-ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9.tar.gz vyatta-cfg-ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9.zip |
Workaround issues with floppy formatting on some VM and hardware
This is a known upstream kernel bug, but turning off DMA should
solve majority of problem.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/modprobe.d/floppy.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/modprobe.d/floppy.conf b/etc/modprobe.d/floppy.conf new file mode 100644 index 0000000..7995f43 --- /dev/null +++ b/etc/modprobe.d/floppy.conf @@ -0,0 +1,3 @@ +# Disable floppy DMA to workaround kernel bug in formatting +# on some hardware/VM's +options floppy floppy=nodma |