aboutsummaryrefslogtreecommitdiffstats
path: root/pci
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-01-18 16:44:06 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-18 16:44:06 -0800
commit891f234de23e7cb3d37acbb2f0f058cd8719300f (patch)
tree228d0e4aa0c4f8c3bb38c62a817b233ababac992 /pci
parent1a3570ed2d19741e14ca747557bd25a80519ec54 (diff)
downloadpatches-891f234de23e7cb3d37acbb2f0f058cd8719300f.tar.gz
bunch of i2c and hwmon patches and 1 usb patch
Diffstat (limited to 'pci')
-rw-r--r--pci/pci-schedule-pci_legacy_proc-for-removal.patch8
-rw-r--r--pci/pci-schedule-removal-of-pci_module_init.patch2
2 files changed, 5 insertions, 5 deletions
diff --git a/pci/pci-schedule-pci_legacy_proc-for-removal.patch b/pci/pci-schedule-pci_legacy_proc-for-removal.patch
index dda2528666b05..52dfb87c7d047 100644
--- a/pci/pci-schedule-pci_legacy_proc-for-removal.patch
+++ b/pci/pci-schedule-pci_legacy_proc-for-removal.patch
@@ -18,10 +18,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
--- gregkh-2.6.orig/Documentation/feature-removal-schedule.txt
+++ gregkh-2.6/Documentation/feature-removal-schedule.txt
-@@ -148,3 +148,10 @@ Why: The 8250 serial driver now has the
- brother on Alchemy SOCs. The loss of features is not considered an
- issue.
- Who: Ralf Baechle <ralf@linux-mips.org>
+@@ -157,3 +157,10 @@ Why: The ISA interface is faster and sho
+ probing is also known to cause trouble in at least one case (see
+ bug #5889.)
+ Who: Jean Delvare <khali@linux-fr.org>
+
+---------------------------
+
diff --git a/pci/pci-schedule-removal-of-pci_module_init.patch b/pci/pci-schedule-removal-of-pci_module_init.patch
index e52c24219f941..9a8ac9e4214b9 100644
--- a/pci/pci-schedule-removal-of-pci_module_init.patch
+++ b/pci/pci-schedule-removal-of-pci_module_init.patch
@@ -18,7 +18,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
--- gregkh-2.6.orig/Documentation/feature-removal-schedule.txt
+++ gregkh-2.6/Documentation/feature-removal-schedule.txt
-@@ -155,3 +155,10 @@ What: Legacy /proc/pci interface (PCI_LE
+@@ -164,3 +164,10 @@ What: Legacy /proc/pci interface (PCI_LE
When: March 2006
Why: deprecated since 2.5.53 in favor of lspci(8)
Who: Adrian Bunk <bunk@stusta.de>