aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index c93fcdec246d..d0f22fac55da 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -340,3 +340,11 @@ Why: Accounting can now be enabled/disabled without kernel recompilation.
340 controlled by a kernel/module/sysfs/sysctl parameter. 340 controlled by a kernel/module/sysfs/sysctl parameter.
341Who: Krzysztof Piotr Oledzki <ole@ans.pl> 341Who: Krzysztof Piotr Oledzki <ole@ans.pl>
342 342
343---------------------------
344
345What: ide-scsi (BLK_DEV_IDESCSI)
346When: 2.6.29
347Why: The 2.6 kernel supports direct writing to ide CD drives, which
348 eliminates the need for ide-scsi. The new method is more
349 efficient in every way.
350Who: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>