summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-04-25 23:56:10 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-04-25 23:56:10 +0000
commit5803a683298b3b7e92fcf68d61097f8bb68c9aed (patch)
treea3910a26882b33f6127ad4587920310a390d862b /sys-apps/hwsetup/files
parentAdded a patch for gcc 4.3 compatibility as kindly provided by Eduard Warkenti... (diff)
downloadhistorical-5803a683298b3b7e92fcf68d61097f8bb68c9aed.tar.gz
historical-5803a683298b3b7e92fcf68d61097f8bb68c9aed.tar.bz2
historical-5803a683298b3b7e92fcf68d61097f8bb68c9aed.zip
Fixing 1.2-3-dyn_blacklist.patch and closing bug #218571.
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'sys-apps/hwsetup/files')
-rw-r--r--sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch b/sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch
index bc50cd3fe341..7348993d264b 100644
--- a/sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch
+++ b/sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch
@@ -2,6 +2,13 @@ diff -urN hwsetup-1.2.orig/hwsetup.c hwsetup-1.2/hwsetup.c
--- hwsetup-1.2.orig/hwsetup.c 2005-05-28 18:11:51.000000000 -0400
+++ hwsetup-1.2/hwsetup.c 2005-11-17 14:08:03.000000000 -0500
@@ -43,12 +43,39 @@
+ /* Do not, under any circumstances, load these modules automatically, */
+ /* even if in pcitable. (libkudzu may ignore this, and the KNOPPIX */
+ /* autoconfig scripts may probe them, too) */
+-char *blacklist[] =
++char blacklist[200][200] =
+ { "apm","agpgart","yenta_socket","i82092","i82365","tcic",
+ "pcmcia_core","ds","ohci1394","hisax",
/* Winmodems, unusable, can block sound slot */
"snd-atiixp-modem", "snd-intel8x0m","snd-via82xx-modem"
};