patch-1.3.6 linux/drivers/scsi/sd.h

Next file: linux/fs/proc/net.c
Previous file: linux/drivers/scsi/scsi.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.5/linux/drivers/scsi/sd.h linux/drivers/scsi/sd.h
@@ -1,18 +1,18 @@
 /*
- *      sd.h Copyright (C) 1992 Drew Eckhardt 
- *      SCSI disk driver header file by
- *              Drew Eckhardt 
+ *	sd.h Copyright (C) 1992 Drew Eckhardt 
+ *	SCSI disk driver header file by
+ *		Drew Eckhardt 
  *
- *      <drew@colorado.edu>
+ *	<drew@colorado.edu>
  *
- *       Modified by Eric Youngdale eric@tantalus.nrl.navy.mil to
- *       add scatter-gather, multiple outstanding request, and other
- *       enhancements.
+ *	 Modified by Eric Youngdale eric@tantalus.nrl.navy.mil to
+ *	 add scatter-gather, multiple outstanding request, and other
+ *	 enhancements.
  */
 #ifndef _SD_H
 #define _SD_H
 /*
-	$Header: /usr/src/linux/kernel/blk_drv/scsi/RCS/sd.h,v 1.1 1992/07/24 06:27:38 root Exp root $
+    $Header: /usr/src/linux/kernel/blk_drv/scsi/RCS/sd.h,v 1.1 1992/07/24 06:27:38 root Exp root $
 */
 
 #ifndef _SCSI_H
@@ -32,14 +32,14 @@
 extern struct hd_struct * sd;
 
 typedef struct scsi_disk {
-    unsigned capacity;              /* size in blocks */
-    unsigned sector_size;           /* size in bytes */
-    Scsi_Device  *device;           
+    unsigned capacity;		    /* size in blocks */
+    unsigned sector_size;	    /* size in bytes */
+    Scsi_Device	 *device;	    
     unsigned char sector_bit_size;  /* sector_size = 2 to the  bit size power */
     unsigned char sector_bit_shift; /* power of 2 sectors per FS block */
-    unsigned ten:1;                 /* support ten byte read / write */
-    unsigned remap:1;               /* support remapping  */
-    unsigned has_part_table:1;      /* has partition table */
+    unsigned ten:1;		    /* support ten byte read / write */
+    unsigned remap:1;		    /* support remapping  */
+    unsigned has_part_table:1;	    /* has partition table */
 } Scsi_Disk;
 
 extern Scsi_Disk * rscsi_disks;
@@ -61,7 +61,7 @@
  * c-continued-statement-offset: 4
  * c-continued-brace-offset: 0
  * indent-tabs-mode: nil
- * tab-width: 4
+ * tab-width: 8
  * End:
  */
 

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