diff options
Diffstat (limited to 'drivers/scsi/sd.h')
-rw-r--r-- | drivers/scsi/sd.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/scsi/sd.h b/drivers/scsi/sd.h index f893b446f..9bbfbeb50 100644 --- a/drivers/scsi/sd.h +++ b/drivers/scsi/sd.h @@ -5,7 +5,7 @@ * * <drew@colorado.edu> * - * Modified by Eric Youngdale eric@aib.com to + * Modified by Eric Youngdale eric@andante.org to * add scatter-gather, multiple outstanding request, and other * enhancements. */ @@ -27,14 +27,11 @@ extern struct hd_struct *sd; typedef struct scsi_disk { unsigned capacity; /* size in blocks */ - unsigned sector_size; /* size in bytes */ Scsi_Device *device; unsigned char ready; /* flag ready for FLOPTICAL */ unsigned char write_prot; /* flag write_protect for rmvable dev */ 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 */ } Scsi_Disk; |