summaryrefslogtreecommitdiffstats
path: root/drivers/block/qd6580.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/qd6580.c')
-rw-r--r--drivers/block/qd6580.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/qd6580.c b/drivers/block/qd6580.c
index 78c73cf39..296aef3a7 100644
--- a/drivers/block/qd6580.c
+++ b/drivers/block/qd6580.c
@@ -63,4 +63,6 @@ void init_qd6580 (void)
ide_hwifs[0].chipset = ide_qd6580;
ide_hwifs[1].chipset = ide_qd6580;
ide_hwifs[0].tuneproc = &tune_qd6580;
+ ide_hwifs[0].mate = &ide_hwifs[1];
+ ide_hwifs[1].mate = &ide_hwifs[0];
}