diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 03c520917b7a..0f48fbd46028 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -377,7 +377,7 @@ enum { | |||
377 | * With each packet command, we allocate a buffer of IDE_PC_BUFFER_SIZE bytes. | 377 | * With each packet command, we allocate a buffer of IDE_PC_BUFFER_SIZE bytes. |
378 | * This is used for several packet commands (not for READ/WRITE commands). | 378 | * This is used for several packet commands (not for READ/WRITE commands). |
379 | */ | 379 | */ |
380 | #define IDE_PC_BUFFER_SIZE 256 | 380 | #define IDE_PC_BUFFER_SIZE 64 |
381 | #define ATAPI_WAIT_PC (60 * HZ) | 381 | #define ATAPI_WAIT_PC (60 * HZ) |
382 | 382 | ||
383 | struct ide_atapi_pc { | 383 | struct ide_atapi_pc { |