summaryrefslogtreecommitdiffstats
path: root/recipes/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch')
-rw-r--r--recipes/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch b/recipes/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch
new file mode 100644
index 0000000000..5b4d169a2a
--- /dev/null
+++ b/recipes/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch
@@ -0,0 +1,11 @@
+--- hotplug-2004_09_20/etc/hotplug/pci.rc.orig 2006-01-14 16:15:34.000000000 +0100
++++ hotplug-2004_09_20/etc/hotplug/pci.rc 2006-01-14 16:16:19.000000000 +0100
+@@ -45,7 +45,7 @@
+ # 2.4 kernels
+ LISTER=`which pcimodules`
+ if [ "$LISTER" = "" ] || [ ! -f /proc/bus/pci/devices ] || [ ! -x pci.agent ]; then
+- echo $"** can't synthesize pci hotplug events"
++ # echo $"** can't synthesize pci hotplug events"
+ return 1
+ fi
+