patch-2.1.71 linux/drivers/block/ht6560b.c

Next file: linux/drivers/block/ide-disk.c
Previous file: linux/drivers/block/floppy.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.70/linux/drivers/block/ht6560b.c linux/drivers/block/ht6560b.c
@@ -227,6 +227,8 @@
 			ide_hwifs[1].tuneproc = &tune_ht6560b;
 			ide_hwifs[0].serialized = 1;
 			ide_hwifs[1].serialized = 1;
+			ide_hwifs[0].mate = &ide_hwifs[1];
+			ide_hwifs[1].mate = &ide_hwifs[0];
 		} else
 			printk("\nht6560b: not found\n");
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov