diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index eb1a47b97427..cc8093c15cf5 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -6,6 +6,24 @@ be removed from this file. | |||
6 | 6 | ||
7 | --------------------------- | 7 | --------------------------- |
8 | 8 | ||
9 | What: old static regulatory information and ieee80211_regdom module parameter | ||
10 | When: 2.6.29 | ||
11 | Why: The old regulatory infrastructure has been replaced with a new one | ||
12 | which does not require statically defined regulatory domains. We do | ||
13 | not want to keep static regulatory domains in the kernel due to the | ||
14 | the dynamic nature of regulatory law and localization. We kept around | ||
15 | the old static definitions for the regulatory domains of: | ||
16 | * US | ||
17 | * JP | ||
18 | * EU | ||
19 | and used by default the US when CONFIG_WIRELESS_OLD_REGULATORY was | ||
20 | set. We also kept around the ieee80211_regdom module parameter in case | ||
21 | some applications were relying on it. Changing regulatory domains | ||
22 | can now be done instead by using nl80211, as is done with iw. | ||
23 | Who: Luis R. Rodriguez <lrodriguez@atheros.com> | ||
24 | |||
25 | --------------------------- | ||
26 | |||
9 | What: dev->power.power_state | 27 | What: dev->power.power_state |
10 | When: July 2007 | 28 | When: July 2007 |
11 | Why: Broken design for runtime control over driver power states, confusing | 29 | Why: Broken design for runtime control over driver power states, confusing |
@@ -232,6 +250,9 @@ What (Why): | |||
232 | - xt_mark match revision 0 | 250 | - xt_mark match revision 0 |
233 | (superseded by xt_mark match revision 1) | 251 | (superseded by xt_mark match revision 1) |
234 | 252 | ||
253 | - xt_recent: the old ipt_recent proc dir | ||
254 | (superseded by /proc/net/xt_recent) | ||
255 | |||
235 | When: January 2009 or Linux 2.7.0, whichever comes first | 256 | When: January 2009 or Linux 2.7.0, whichever comes first |
236 | Why: Superseded by newer revisions or modules | 257 | Why: Superseded by newer revisions or modules |
237 | Who: Jan Engelhardt <jengelh@computergmbh.de> | 258 | Who: Jan Engelhardt <jengelh@computergmbh.de> |
@@ -266,14 +287,6 @@ Who: Glauber Costa <gcosta@redhat.com> | |||
266 | 287 | ||
267 | --------------------------- | 288 | --------------------------- |
268 | 289 | ||
269 | What: old style serial driver for ColdFire (CONFIG_SERIAL_COLDFIRE) | ||
270 | When: 2.6.28 | ||
271 | Why: This driver still uses the old interface and has been replaced | ||
272 | by CONFIG_SERIAL_MCF. | ||
273 | Who: Sebastian Siewior <sebastian@breakpoint.cc> | ||
274 | |||
275 | --------------------------- | ||
276 | |||
277 | What: /sys/o2cb symlink | 290 | What: /sys/o2cb symlink |
278 | When: January 2010 | 291 | When: January 2010 |
279 | Why: /sys/fs/o2cb is the proper location for this information - /sys/o2cb | 292 | Why: /sys/fs/o2cb is the proper location for this information - /sys/o2cb |
@@ -322,3 +335,11 @@ Why: Accounting can now be enabled/disabled without kernel recompilation. | |||
322 | controlled by a kernel/module/sysfs/sysctl parameter. | 335 | controlled by a kernel/module/sysfs/sysctl parameter. |
323 | Who: Krzysztof Piotr Oledzki <ole@ans.pl> | 336 | Who: Krzysztof Piotr Oledzki <ole@ans.pl> |
324 | 337 | ||
338 | --------------------------- | ||
339 | |||
340 | What: ide-scsi (BLK_DEV_IDESCSI) | ||
341 | When: 2.6.29 | ||
342 | Why: The 2.6 kernel supports direct writing to ide CD drives, which | ||
343 | eliminates the need for ide-scsi. The new method is more | ||
344 | efficient in every way. | ||
345 | Who: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | ||