Browse Source

[PATCH] PCI: schedule PCI_LEGACY_PROC for removal

PCI_LEGACY_PROC is deprecated since 2.5.53 in favor of lspci(8).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Adrian Bunk 19 years ago
parent
commit
b4b2c0411e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Documentation/feature-removal-schedule.txt

+ 7 - 0
Documentation/feature-removal-schedule.txt

@@ -148,3 +148,10 @@ Why:	The 8250 serial driver now has the ability to deal with the differences
 	brother on Alchemy SOCs.  The loss of features is not considered an
 	brother on Alchemy SOCs.  The loss of features is not considered an
 	issue.
 	issue.
 Who:	Ralf Baechle <ralf@linux-mips.org>
 Who:	Ralf Baechle <ralf@linux-mips.org>
+
+---------------------------
+
+What:	Legacy /proc/pci interface (PCI_LEGACY_PROC)
+When:	March 2006
+Why:	deprecated since 2.5.53 in favor of lspci(8)
+Who:	Adrian Bunk <bunk@stusta.de>