aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-05-15 17:57:46 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-05-15 17:57:46 +0000
commitfe9ba7bea609a559544a6488f095c184792562ec (patch)
tree6c1e0f8e9cf68024c7787b31cadde1631febf561
parent134dec11493549b6cb219118fb1347e7a15f4fe5 (diff)
downloadxen-fe9ba7bea609a559544a6488f095c184792562ec.tar.gz
xen-fe9ba7bea609a559544a6488f095c184792562ec.tar.bz2
xen-fe9ba7bea609a559544a6488f095c184792562ec.zip
bitkeeper revision 1.232 (3ec3d51aE6D2CLYLncQQCXyoOi7XwQ)
config.h: Only enable DMA for IDE disk devices (in particular, we want it disabled for the weird CD-and-crippled-ide-interface combos you get on server boxes :-)
-rw-r--r--xen/include/xeno/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xeno/config.h b/xen/include/xeno/config.h
index 85ad44033a..ac1051dad9 100644
--- a/xen/include/xeno/config.h
+++ b/xen/include/xeno/config.h
@@ -28,6 +28,7 @@
#define CONFIG_BLK_DEV_IDEDMA_PCI 1
#define CONFIG_IDEDMA_PCI_AUTO 1
#define CONFIG_IDEDMA_AUTO 1
+#define CONFIG_IDEDMA_ONLYDISK 1
#define CONFIG_BLK_DEV_IDE_MODES 1
#define CONFIG_BLK_DEV_PIIX 1