diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 05:34:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 05:34:03 +0000 |
commit | 967c65a99059fd459b956c1588ce0ba227912c4e (patch) | |
tree | 8224d013ff5d255420713d05610c7efebd204d2a /drivers/block/qd6580.c | |
parent | e20c1cc1656a66a2773bca4591a895cbc12696ff (diff) |
Merge with Linux 2.1.72, part 1.
Diffstat (limited to 'drivers/block/qd6580.c')
-rw-r--r-- | drivers/block/qd6580.c | 2 |
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]; } |