diff options
Diffstat (limited to 'include/linux/libata.h')
| -rw-r--r-- | include/linux/libata.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 3d501db36a2..e5b6e33c657 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -385,6 +385,7 @@ enum {  						    not multiple of 16 bytes */  	ATA_HORKAGE_FIRMWARE_WARN = (1 << 12),	/* firmware update warning */  	ATA_HORKAGE_1_5_GBPS	= (1 << 13),	/* force 1.5 Gbps */ +	ATA_HORKAGE_NOSETXFER	= (1 << 14),	/* skip SETXFER, SATA only */  	 /* DMA mask for user DMA control: User visible values; DO NOT  	    renumber */ @@ -588,6 +589,7 @@ struct ata_device {  #endif  	/* n_sector is CLEAR_BEGIN, read comment above CLEAR_BEGIN */  	u64			n_sectors;	/* size of device, if ATA */ +	u64			n_native_sectors; /* native size, if ATA */  	unsigned int		class;		/* ATA_DEV_xxx */  	unsigned long		unpark_deadline;  |