Commit 3014420b6b5d0a6483cf5e56c10df180a33e957e

Authored by Stefan Richter
1 parent 5c40cbfefa

ieee1394: schedule for removal

All application domains that are supported by the old ieee1394 driver
stack are supported by the newer firewire driver stack too.  There is
now good and extensive experience with the newer stack from deployment
in Fedora since F7 as well as by enthusiast users of other
distributions.

The new drivers have consequently been recommended as the default ones
since 2.6.33, in order to fix some severe usability problems of FireWire
on Linux due to limitations of the old stack.  It is now high time to
announce when the obsolete drivers will be removed.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Acked-by: Jarod Wilson <jarod@redhat.com>

Showing 1 changed file with 10 additions and 0 deletions Side-by-side Diff

Documentation/feature-removal-schedule.txt
... ... @@ -542,4 +542,14 @@
542 542 sensors) wich are also supported by the gspca_zc3xx driver
543 543 (which supports 53 USB-ID's in total)
544 544 Who: Hans de Goede <hdegoede@redhat.com>
  545 +
  546 +----------------------------
  547 +
  548 +What: old ieee1394 subsystem (CONFIG_IEEE1394)
  549 +When: 2.6.37
  550 +Files: drivers/ieee1394/ except init_ohci1394_dma.c
  551 +Why: superseded by drivers/firewire/ (CONFIG_FIREWIRE) which offers more
  552 + features, better performance, and better security, all with smaller
  553 + and more modern code base
  554 +Who: Stefan Richter <stefanr@s5r6.in-berlin.de>