diff options
author | Borislav Petkov <bbpetkov@yahoo.de> | 2008-02-02 13:56:51 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:51 -0500 |
commit | fa36625bf7cb4f5ea5314b550898542f83cb5d4f (patch) | |
tree | 50003f1b2d8d1f9af797743ab7c2b176034096ba /drivers/ide | |
parent | 860ff5ecbf352ee7a97685bf01fcd91f44b0ac72 (diff) |
ide-tape: remove unused sense packet commands.
Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/ide-tape.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c index 620cba04b1b5..2d4d28271101 100644 --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c | |||
@@ -591,16 +591,9 @@ typedef struct { | |||
591 | u32 bytes_in_buffer; /* Bytes In Buffer (Optional) */ | 591 | u32 bytes_in_buffer; /* Bytes In Buffer (Optional) */ |
592 | } idetape_read_position_result_t; | 592 | } idetape_read_position_result_t; |
593 | 593 | ||
594 | /* | 594 | /* Structures related to the SELECT SENSE / MODE SENSE packet commands. */ |
595 | * Follows structures which are related to the SELECT SENSE / MODE SENSE | ||
596 | * packet commands. Those packet commands are still not supported | ||
597 | * by ide-tape. | ||
598 | */ | ||
599 | #define IDETAPE_BLOCK_DESCRIPTOR 0 | 595 | #define IDETAPE_BLOCK_DESCRIPTOR 0 |
600 | #define IDETAPE_CAPABILITIES_PAGE 0x2a | 596 | #define IDETAPE_CAPABILITIES_PAGE 0x2a |
601 | #define IDETAPE_PARAMTR_PAGE 0x2b /* Onstream DI-x0 only */ | ||
602 | #define IDETAPE_BLOCK_SIZE_PAGE 0x30 | ||
603 | #define IDETAPE_BUFFER_FILLING_PAGE 0x33 | ||
604 | 597 | ||
605 | /* | 598 | /* |
606 | * Run time configurable parameters. | 599 | * Run time configurable parameters. |