summaryrefslogtreecommitdiffstats
path: root/include/pcmcia
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-01-22 18:26:04 +0000
committerwdenk <wdenk>2005-01-22 18:26:04 +0000
commitcd172b710822fe170db04fa1e78c08adea56425a (patch)
tree0b255bea431a8303537e7d247ee7d21fa32c1fbc /include/pcmcia
parentc3d2b4b48a225edd35f80f4b7b8e70e628366575 (diff)
downloadblackbird-obmc-uboot-cd172b710822fe170db04fa1e78c08adea56425a.tar.gz
blackbird-obmc-uboot-cd172b710822fe170db04fa1e78c08adea56425a.zip
Fix IDE stability problems on CPC45 board.
Diffstat (limited to 'include/pcmcia')
-rw-r--r--include/pcmcia/cirrus.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pcmcia/cirrus.h b/include/pcmcia/cirrus.h
index f53b85a323..cd34dd8560 100644
--- a/include/pcmcia/cirrus.h
+++ b/include/pcmcia/cirrus.h
@@ -166,9 +166,15 @@ static int has_led = -1;
static int has_ring = -1;
static int dynamic_mode = 0;
static int freq_bypass = -1;
+#ifdef CONFIG_CPC45
+static int setup_time = 2;
+static int cmd_time = 6;
+static int recov_time = 1;
+#else
static int setup_time = -1;
static int cmd_time = -1;
static int recov_time = -1;
+#endif
#endif /* _LINUX_CIRRUS_H */
OpenPOWER on IntegriCloud