summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-21 11:55:42 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-21 11:55:42 -0800
commitba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9 (patch)
treedc9812192df482123d5b1dddf20b35d1cd776a22 /etc
parent61c0a6a270fff40434801f35bea81e4fc923fc8a (diff)
downloadvyatta-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.conf3
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