diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-05 20:43:04 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-05 20:43:04 -0500 |
| commit | f8a9efb52847433c6a2e1598d78e49c42a9aa3c5 (patch) | |
| tree | 0f1ed130a72949a88ec2278d25ce5fc85847a089 /include/linux/libata.h | |
| parent | 61edab8d144ae7b4d7206b91adec947579a73c0a (diff) | |
| parent | 6bbfd53d47abd1fb20d7c93a9b19a75970b66f49 (diff) | |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:
libata: handle broken cable reporting
pata_hpt37x: Fix outstanding bug reports on the HPT374 and 37x cable detect
ata_piix: Add additional PCI identifier for 40 wire short cable
pata_serverworks: Fix problem with some drive combinations
libata: Don't disable dipm with SET FEATURES
libata and bogus LBA48 drives
Diffstat (limited to 'include/linux/libata.h')
| -rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 1e277852ba42..56a5673aebad 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
| @@ -339,6 +339,7 @@ enum { | |||
| 339 | ATA_HORKAGE_SKIP_PM = (1 << 5), /* Skip PM operations */ | 339 | ATA_HORKAGE_SKIP_PM = (1 << 5), /* Skip PM operations */ |
| 340 | ATA_HORKAGE_HPA_SIZE = (1 << 6), /* native size off by one */ | 340 | ATA_HORKAGE_HPA_SIZE = (1 << 6), /* native size off by one */ |
| 341 | ATA_HORKAGE_IPM = (1 << 7), /* Link PM problems */ | 341 | ATA_HORKAGE_IPM = (1 << 7), /* Link PM problems */ |
| 342 | ATA_HORKAGE_IVB = (1 << 8), /* cbl det validity bit bugs */ | ||
| 342 | 343 | ||
| 343 | /* DMA mask for user DMA control: User visible values; DO NOT | 344 | /* DMA mask for user DMA control: User visible values; DO NOT |
| 344 | renumber */ | 345 | renumber */ |
