summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/local.h
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1995-03-05 22:11:57 +0000
committerswallace <swallace@FreeBSD.org>1995-03-05 22:11:57 +0000
commit5f6a57e19b7def5cdea2a672b848261358bed2bc (patch)
tree1e658d49b82bceaa8111746c76cabe83b379a832 /sys/i386/isa/sound/local.h
parenta7d260fe54e3d7b22ab803370579706759b72f8b (diff)
downloadFreeBSD-src-5f6a57e19b7def5cdea2a672b848261358bed2bc.zip
FreeBSD-src-5f6a57e19b7def5cdea2a672b848261358bed2bc.tar.gz
Revert to earlier code which contains FreeBSD snd[1-7] probe information,
$Id$ information, and other code to make sound driver compile and work correctly with FreeBSD. Integrate changes obtained from Sujal Patel. These changes are: o local.h: reverse option logic from EXCLUDE_* to AUDIO_* o pas2_mixer.c: small addition o ad1848.c: minor change with macro names o sequencer.c: minor change with note check o many spelling corrections in comments in about every other file
Diffstat (limited to 'sys/i386/isa/sound/local.h')
-rw-r--r--sys/i386/isa/sound/local.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index 479b706..7c1f8d7 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -1,6 +1,6 @@
/* for FreeBSD */
/*
- * local.h,v 1.11 1994/11/01 17:26:50 ache Exp
+ * $Id: local.h,v 1.11 1994/11/01 17:26:50 ache Exp
*/
#include "snd.h"
@@ -24,9 +24,9 @@
#define SELECTED_SOUND_OPTIONS 0xffffffff
#define SOUND_VERSION_STRING "2.90-2"
#define SOUND_CONFIG_DATE "Sun Feb 5 14:38:12 EST 1995"
-#define SOUND_CONFIG_BY "smpatel"
-#define SOUND_CONFIG_HOST "xi.dorm.umd.edu"
-#define SOUND_CONFIG_DOMAIN "dorm.umd.edu"
+#define SOUND_CONFIG_BY "freebsd-hackers"
+#define SOUND_CONFIG_HOST "freebsd.org"
+#define SOUND_CONFIG_DOMAIN "freebsd.org"
/* Reversed the VoxWare EXCLUDE options -Sujal Patel (smpatel@wam.umd.edu) */
@@ -87,6 +87,7 @@
#undef EXCLUDE_PSS
#endif
#ifdef AUDIO_GUS16
+#undef EXCLUDE_GUS
#undef EXCLUDE_GUS16
#endif
#ifdef AUDIO_GUSMAX
@@ -97,11 +98,9 @@
#endif
#ifdef AUDIO_SBPRO
#undef EXCLUDE_SBPRO
-#undef EXCLUDE_SB
#endif
#ifdef AUDIO_SB16
#undef EXCLUDE_SB16
-#undef EXCLUDE_SB
#endif
#ifdef AUDIO_YM3812
#undef EXCLUDE_YM3812
OpenPOWER on IntegriCloud