diff options
| author | 2006-05-15 11:27:47 -0400 | |
|---|---|---|
| committer | 2006-05-15 11:27:47 -0400 | |
| commit | 8d4ee71ff6de5255ebfdf44fb83419d27bd06368 (patch) | |
| tree | ae03881d6d86b528e075f7b6af8af74f4dbbf9ec /include/linux/libata.h | |
| parent | Merge branch 'for-jeff' of git://htj.dyndns.org/libata-tj into tejun-merge (diff) | |
| parent | Merge branch 'upstream' into max-sect (diff) | |
Merge branch 'max-sect' into upstream
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 fcdd798bb086..2803ab8e9243 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -112,6 +112,7 @@ enum { ATA_MAX_QUEUE = 32, ATA_TAG_INTERNAL = ATA_MAX_QUEUE - 1, ATA_MAX_SECTORS = 200, /* FIXME */ + ATA_MAX_SECTORS_LBA48 = 65535, ATA_MAX_BUS = 2, ATA_DEF_BUSY_WAIT = 10000, ATA_SHORT_PAUSE = (HZ >> 6) + 1, |
