aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-08-13 00:17:09 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2006-09-26 00:08:36 -0400
commitd81d9d6b9f7d0af7d4341951d48d296681878f7a (patch)
treefab4e755eed72f0bbc3e21ef31e5ba299e58cbe2 /Documentation/feature-removal-schedule.txt
parent6d99eb33f55879bc71ddba077e09cf8a61129707 (diff)
deprecate PHYSDEV* keys
deprecate PHYSDEV* values in the uevent environment These values are no longer needed and inconsistent with the stacking of class devices. The event environment should not carry properties of a parent device. The key PHYSDEVDRIVER is available as DRIVER, PHYDEVBUS is indentical SUBSYSTEM. Class devices should not carry any of these values. Signed-off-by: Kay Sievers <kay.sievers@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 552507fe9a7e..a89a1b7f7cf7 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -294,3 +294,15 @@ Why: The frame diverter is included in most distribution kernels, but is
294 It is not clear if anyone is still using it. 294 It is not clear if anyone is still using it.
295Who: Stephen Hemminger <shemminger@osdl.org> 295Who: Stephen Hemminger <shemminger@osdl.org>
296 296
297---------------------------
298
299
300What: PHYSDEVPATH, PHYSDEVBUS, PHYSDEVDRIVER in the uevent environment
301When: Oktober 2008
302Why: The stacking of class devices makes these values misleading and
303 inconsistent.
304 Class devices should not carry any of these properties, and bus
305 devices have SUBSYTEM and DRIVER as a replacement.
306Who: Kay Sievers <kay.sievers@suse.de>
307
308---------------------------