--- hwsetup-1.1/hwsetup.c 2005-12-15 15:07:21.150821000 +0200 +++ hwsetup-1.1-patched/hwsetup.c 2005-12-15 15:07:46.448402000 +0200 @@ -43,7 +43,7 @@ /* 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[200][1024] = +char blacklist[200][200] = { "apm","agpgart","yenta_socket","i82092","i82365","tcic", "pcmcia_core","ds","ohci1394","hisax", /* Winmodems, unusable, can block sound slot */ @@ -70,6 +70,7 @@ strcat (module , " \0"); strcpy(blacklist[n] , module); n++; + if ( n == 200 ) break; //printf(module); } blacklistsize = n;