[PC-BSD Commits] r1194 - pcbsd/trunk/SoundDetect
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 16 15:47:45 PST 2008
Author: carlos
Date: 2008-01-16 15:47:45 -0800 (Wed, 16 Jan 2008)
New Revision: 1194
Modified:
pcbsd/trunk/SoundDetect/sound_detect.c
Log:
little fix
Modified: pcbsd/trunk/SoundDetect/sound_detect.c
===================================================================
--- pcbsd/trunk/SoundDetect/sound_detect.c 2008-01-16 23:42:16 UTC (rev 1193)
+++ pcbsd/trunk/SoundDetect/sound_detect.c 2008-01-16 23:47:45 UTC (rev 1194)
@@ -94,12 +94,16 @@
printf("I have found a module for your card ! is : %s.\n",kmodule);
printf("i just have loaded the module for you !.\n");
}else {
- if (called != ALREADY_CALLED)update_soundcards_xml();
+ if (called != ALREADY_CALLED)
+ {
+ update_soundcards_xml();
+ }else {
printf("*** This is BAD !!***\n");
printf("I Could not find a driver for your card.\n");
printf("snd_driver was loaded..\n");
printf("Send us a file with the output of pciconf -lv.\n");
printf("Coordially the PCBSD team");
+ }
}
}
More information about the Commits
mailing list