diff options
author | FUJITA Tomonori <[email protected]> | 2008-09-10 22:22:34 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <[email protected]> | 2008-09-10 22:22:34 +0200 |
commit | 46dfa040f6c26f416a0979a7cd5a2d81f08121d5 (patch) | |
tree | 1ebdf45375a9b36bafce748674c1305b880f1472 | |
parent | 62ff2ecf7a4e69f7271b7f7a57aaee76ffe610f2 (diff) |
add deprecated ide-scsi to feature-removal-schedule.txt
Signed-off-by: FUJITA Tomonori <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index eb1a47b97427..83c88cae1eda 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -322,3 +322,11 @@ Why: Accounting can now be enabled/disabled without kernel recompilation. controlled by a kernel/module/sysfs/sysctl parameter. Who: Krzysztof Piotr Oledzki <[email protected]> +--------------------------- + +What: ide-scsi (BLK_DEV_IDESCSI) +When: 2.6.29 +Why: The 2.6 kernel supports direct writing to ide CD drives, which + eliminates the need for ide-scsi. The new method is more + efficient in every way. +Who: FUJITA Tomonori <[email protected]> |