diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 01:22:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 01:22:27 +0000 |
commit | f9bbe9da79dbc8557c74efeb158b431cd67ace52 (patch) | |
tree | 3220d014a35f9d88a48668a1468524e988daebff /drivers/block/qd6580.c | |
parent | 3d697109c1ff85ef563aec3d5e113ef225ed2792 (diff) |
Upgrade to 2.1.73.
Diffstat (limited to 'drivers/block/qd6580.c')
-rw-r--r-- | drivers/block/qd6580.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/qd6580.c b/drivers/block/qd6580.c index 296aef3a7..9c13bfea9 100644 --- a/drivers/block/qd6580.c +++ b/drivers/block/qd6580.c @@ -65,4 +65,5 @@ void init_qd6580 (void) ide_hwifs[0].tuneproc = &tune_qd6580; ide_hwifs[0].mate = &ide_hwifs[1]; ide_hwifs[1].mate = &ide_hwifs[0]; + ide_hwifs[1].channel = 1; } |