Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup/files: 1.2-3-dyn_blacklist.patch
Date: Fri, 25 Apr 2008 23:56:13
Message-Id: E1JpXlz-0005ub-1O@stork.gentoo.org
1 wolf31o2 08/04/25 23:56:11
2
3 Modified: 1.2-3-dyn_blacklist.patch
4 Log:
5 Fixing 1.2-3-dyn_blacklist.patch and closing bug #218571.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch?r1=1.1&r2=1.2
14
15 Index: 1.2-3-dyn_blacklist.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/files/1.2-3-dyn_blacklist.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 1.2-3-dyn_blacklist.patch 9 Apr 2008 00:44:56 -0000 1.1
22 +++ 1.2-3-dyn_blacklist.patch 25 Apr 2008 23:56:10 -0000 1.2
23 @@ -2,6 +2,13 @@
24 --- hwsetup-1.2.orig/hwsetup.c 2005-05-28 18:11:51.000000000 -0400
25 +++ hwsetup-1.2/hwsetup.c 2005-11-17 14:08:03.000000000 -0500
26 @@ -43,12 +43,39 @@
27 + /* Do not, under any circumstances, load these modules automatically, */
28 + /* even if in pcitable. (libkudzu may ignore this, and the KNOPPIX */
29 + /* autoconfig scripts may probe them, too) */
30 +-char *blacklist[] =
31 ++char blacklist[200][200] =
32 + { "apm","agpgart","yenta_socket","i82092","i82365","tcic",
33 + "pcmcia_core","ds","ohci1394","hisax",
34 /* Winmodems, unusable, can block sound slot */
35 "snd-atiixp-modem", "snd-intel8x0m","snd-via82xx-modem"
36 };
37
38
39
40 --
41 gentoo-commits@l.g.o mailing list