patch-1.3.98 linux/drivers/block/ide.h
Next file: linux/drivers/block/qd6580.c
Previous file: linux/drivers/block/ide.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri May 3 16:19:49 1996
- Orig file:
v1.3.97/linux/drivers/block/ide.h
- Orig date:
Fri Apr 12 15:51:50 1996
diff -u --recursive --new-file v1.3.97/linux/drivers/block/ide.h linux/drivers/block/ide.h
@@ -313,6 +313,7 @@
unsigned using_dma : 1; /* disk is using dma for read/write */
unsigned forced_geom : 1; /* 1 if hdx=c,h,s was given at boot */
unsigned unmask : 1; /* flag: okay to unmask other irqs */
+ unsigned nobios : 1; /* flag: do not probe bios for drive */
unsigned autotune : 2; /* 1=autotune, 2=noautotune, 0=default */
#if FAKE_FDISK_FOR_EZDRIVE
unsigned remap_0_to_1 : 1; /* flag: partitioned with ezdrive */
@@ -419,6 +420,7 @@
unsigned serialized : 1; /* serialized operation with mate hwif */
unsigned no_unmask : 1; /* disallow setting unmask bits */
unsigned got_irq : 1; /* 1 = already alloc'd our irq */
+ unsigned sharing_irq: 1; /* 1 = sharing irq with another hwif */
#ifdef CONFIG_BLK_DEV_PROMISE
unsigned is_promise2: 1; /* 2nd i/f on promise DC4030 */
#endif /* CONFIG_BLK_DEV_PROMISE */
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