patch-2.4.0-test2 linux/drivers/ide/ide-probe.c
Next file: linux/drivers/ide/ide-tape.c
Previous file: linux/drivers/ide/ide-pmac.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Tue Jun 20 07:52:36 2000
- Orig file:
v2.4.0-test1/linux/drivers/ide/ide-probe.c
- Orig date:
Mon Jun 19 16:31:59 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/ide/ide-probe.c linux/drivers/ide/ide-probe.c
@@ -1,5 +1,5 @@
/*
- * linux/drivers/ide/ide-probe.c Version 1.05 July 3, 1999
+ * linux/drivers/ide/ide-probe.c Version 1.06 June 9, 2000
*
* Copyright (C) 1994-1998 Linus Torvalds & authors (see below)
*/
@@ -7,6 +7,7 @@
/*
* Mostly written by Mark Lord <mlord@pobox.com>
* and Gadi Oxman <gadio@netvision.net.il>
+ * and Andre Hedrick <andre@linux-ide.org>
*
* See linux/MAINTAINERS for address of current maintainer.
*
@@ -23,6 +24,7 @@
* added ide6/7/8/9
* allowed for secondary flash card to be detectable
* with new flag : drive->ata_flash : 1;
+ * Version 1.06 stream line request queue and prep for cascade project.
*/
#undef REALLY_SLOW_IO /* most systems can safely undef this */
@@ -41,6 +43,7 @@
#include <linux/malloc.h>
#include <linux/delay.h>
#include <linux/ide.h>
+#include <linux/spinlock.h>
#include <asm/byteorder.h>
#include <asm/irq.h>
@@ -167,6 +170,7 @@
}
drive->media = ide_disk;
printk("ATA DISK drive\n");
+ QUIRK_LIST(HWIF(drive),drive);
return;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)