[PC-BSD Commits] r1512 - pcbsd/trunk/SoundDetect
svn at pcbsd.org
svn at pcbsd.org
Mon Mar 3 05:45:09 PST 2008
Author: kris
Date: 2008-03-03 05:45:09 -0800 (Mon, 03 Mar 2008)
New Revision: 1512
Modified:
pcbsd/trunk/SoundDetect/sound_detect.c
Log:
Improved the output from the sound detect program, so its more consistent with
the rest of the startup messages
Modified: pcbsd/trunk/SoundDetect/sound_detect.c
===================================================================
--- pcbsd/trunk/SoundDetect/sound_detect.c 2008-03-03 13:40:09 UTC (rev 1511)
+++ pcbsd/trunk/SoundDetect/sound_detect.c 2008-03-03 13:45:09 UTC (rev 1512)
@@ -90,19 +90,15 @@
}else{
if(memcmp(kmodule,"snd_driver",10))
{
- printf("*** Great you have sound !!***\n");
- printf("I have found a module for your card ! is : %s.\n",kmodule);
- printf("i just have loaded the module for you !.\n");
+ printf("Loaded sound module: %s.\n",kmodule);
}else {
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("Could not locate a driver for the sound 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");
+ printf("Please send us the output of' pciconf -lv' to support at pcbsd.org\n");
}
}
}
More information about the Commits
mailing list