diff --git a/sys/i386/isa/sound/sb_dsp.c b/sys/i386/isa/sound/sb_dsp.c index 0d97d1964664..d65ecbfeffb0 100644 --- a/sys/i386/isa/sound/sb_dsp.c +++ b/sys/i386/isa/sound/sb_dsp.c @@ -1091,7 +1091,7 @@ sb_dsp_detect (struct address_info *hw_config) } #endif - return 1; /* + return 0x10; /* * Detected */ }