patch-1.3.58 linux/drivers/block/ide.h
Next file: linux/drivers/block/triton.c
Previous file: linux/drivers/block/ide.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Thu Jan 18 10:17:35 1996
- Orig file:
v1.3.57/linux/drivers/block/ide.h
- Orig date:
Thu Jan 4 21:54:54 1996
diff -u --recursive --new-file v1.3.57/linux/drivers/block/ide.h linux/drivers/block/ide.h
@@ -37,9 +37,6 @@
#ifndef SUPPORT_RZ1000 /* 1 to support RZ1000 chipset */
#define SUPPORT_RZ1000 1 /* 0 to reduce kernel size */
#endif
-#ifndef SUPPORT_CMD640 /* 1 to support CMD640 chipset */
-#define SUPPORT_CMD640 1 /* 0 to reduce kernel size */
-#endif
#ifndef SUPPORT_UMC8672 /* 1 to support UMC8672 chipset */
#define SUPPORT_UMC8672 1 /* 0 to reduce kernel size */
#endif
@@ -59,6 +56,10 @@
#define FANCY_STATUS_DUMPS 1 /* 0 to reduce kernel size */
#endif
+#if defined(CONFIG_BLK_DEV_IDECD) || defined(CONFIG_BLK_DEV_IDETAPE)
+#define CONFIG_BLK_DEV_IDEATAPI 1
+#endif
+
/*
* IDE_DRIVE_CMD is used to implement many features of the hdparm utility
*/
@@ -393,6 +394,7 @@
char name[5]; /* name of interface, eg. "ide0" */
unsigned noprobe : 1; /* don't probe for this interface */
unsigned present : 1; /* this interface exists */
+ unsigned serialized : 1; /* valid only for ide_hwifs[0] */
#if (DISK_RECOVERY_TIME > 0)
unsigned long last_time; /* time when previous rq was done */
#endif
@@ -603,4 +605,3 @@
#ifdef CONFIG_BLK_DEV_TRITON
void ide_init_triton (byte, byte);
#endif /* CONFIG_BLK_DEV_TRITON */
-
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