From: Adrian Bunk Date: Thu, 29 Dec 2005 19:07:25 +0000 (+0100) Subject: [PATCH] PCI: schedule PCI_LEGACY_PROC for removal X-Git-Tag: v2.6.16-rc2~176^2~22 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b4b2c0411e25c8bd001c683be52a2a5996ea689a;p=~emulex%2Finfiniband.git [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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index b4a1ea76269..b8143bda187 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/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 issue. Who: Ralf Baechle + +--------------------------- + +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