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
-  Lines: 9
 -  Date:
Wed Dec  3 04:36:30 1997
 -  Orig file: 
v2.1.70/linux/drivers/block/ht6560b.c
 -  Orig date: 
Sun Aug  4 22:12:25 1996
 
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