|
|
/* Do not, under any circumstances, load these modules automatically, */ | /* Do not, under any circumstances, load these modules automatically, */ |
/* even if in pcitable. (libkudzu may ignore this, and the KNOPPIX */ | /* even if in pcitable. (libkudzu may ignore this, and the KNOPPIX */ |
/* autoconfig scripts may probe them, too) */ | /* autoconfig scripts may probe them, too) */ |
char blacklist[200][1024] = |
char blacklist[200][200] = |
{ "apm","agpgart","yenta_socket","i82092","i82365","tcic", | { "apm","agpgart","yenta_socket","i82092","i82365","tcic", |
"pcmcia_core","ds","ohci1394","hisax", | "pcmcia_core","ds","ohci1394","hisax", |
/* Winmodems, unusable, can block sound slot */ | /* Winmodems, unusable, can block sound slot */ |
|
|
strcat (module , " \0"); | strcat (module , " \0"); |
strcpy(blacklist[n] , module); | strcpy(blacklist[n] , module); |
n++; | n++; |
|
if ( n == 200 ) break; |
//printf(module); | //printf(module); |
} | } |
blacklistsize = n; | blacklistsize = n; |