瀏覽代碼

[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 20 年之前
父節點
當前提交
b4b2c0411e
共有 1 個文件被更改,包括 7 次插入0 次删除
  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>