patch-1.3.98 linux/drivers/block/qd6580.c
Next file: linux/drivers/cdrom/aztcd.c
Previous file: linux/drivers/block/ide.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Fri May  3 11:07:24 1996
-  Orig file: 
v1.3.97/linux/drivers/block/qd6580.c
-  Orig date: 
Mon Feb 12 07:04:03 1996
diff -u --recursive --new-file v1.3.97/linux/drivers/block/qd6580.c linux/drivers/block/qd6580.c
@@ -38,6 +38,9 @@
  * and can work out the answers!
  *
  * I/O ports are 0xb0 0xb2 and 0xb3
+ *
+ * More research on qd6580 being done by willmore@cig.mot.com (David)
+ *	-- this is apparently a *dual* IDE interface
  */
 
 static void tune_qd6580 (ide_drive_t *drive, byte pio)
@@ -61,5 +64,6 @@
 void init_qd6580 (void)
 {
 	ide_hwifs[0].chipset = ide_qd6580;
+	ide_hwifs[1].chipset = ide_qd6580;
 	ide_hwifs[0].tuneproc = &tune_qd6580;
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this