summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-15 08:30:39 +0000
committerjkh <jkh@FreeBSD.org>1996-11-15 08:30:39 +0000
commit4f5f3fe42d63e5e235e72190a907628c80fd6634 (patch)
treec96045317d0779cb7485002677c8d28d80a265bf
parentb60d45e0aa3e96da1c1fcb8b4a19a8a40b792441 (diff)
downloadFreeBSD-src-4f5f3fe42d63e5e235e72190a907628c80fd6634.zip
FreeBSD-src-4f5f3fe42d63e5e235e72190a907628c80fd6634.tar.gz
Rename sb.h to sb_defs.h and pas.h to pas_defs.h so there's no
possibility of conflict with the versions in the compile dir.
-rw-r--r--sys/i386/isa/sound/pas2_card.c2
-rw-r--r--sys/i386/isa/sound/pas2_midi.c2
-rw-r--r--sys/i386/isa/sound/pas2_mixer.c2
-rw-r--r--sys/i386/isa/sound/pas2_pcm.c2
-rw-r--r--sys/i386/isa/sound/pas_defs.h (renamed from sys/i386/isa/sound/pas.h)0
-rw-r--r--sys/i386/isa/sound/sb16_dsp.c2
-rw-r--r--sys/i386/isa/sound/sb16_midi.c2
-rw-r--r--sys/i386/isa/sound/sb_defs.h (renamed from sys/i386/isa/sound/sb.h)0
-rw-r--r--sys/i386/isa/sound/sb_dsp.c2
-rw-r--r--sys/i386/isa/sound/sb_midi.c2
-rw-r--r--sys/i386/isa/sound/sb_mixer.c2
11 files changed, 9 insertions, 9 deletions
diff --git a/sys/i386/isa/sound/pas2_card.c b/sys/i386/isa/sound/pas2_card.c
index eeff8ae..b609261 100644
--- a/sys/i386/isa/sound/pas2_card.c
+++ b/sys/i386/isa/sound/pas2_card.c
@@ -33,7 +33,7 @@
#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_PAS)
#define DEFINE_TRANSLATIONS
-#include <i386/isa/sound/pas.h>
+#include <i386/isa/sound/pas_defs.h>
static int config_pas_hw __P((struct address_info *hw_config));
static int detect_pas_hw __P((struct address_info *hw_config));
diff --git a/sys/i386/isa/sound/pas2_midi.c b/sys/i386/isa/sound/pas2_midi.c
index a83158e..ac4467b 100644
--- a/sys/i386/isa/sound/pas2_midi.c
+++ b/sys/i386/isa/sound/pas2_midi.c
@@ -31,7 +31,7 @@
#ifdef CONFIGURE_SOUNDCARD
-#include <i386/isa/sound/pas.h>
+#include <i386/isa/sound/pas_defs.h>
#if !defined(EXCLUDE_PAS) && !defined(EXCLUDE_MIDI) && defined(EXCLUDE_PRO_MIDI)
diff --git a/sys/i386/isa/sound/pas2_mixer.c b/sys/i386/isa/sound/pas2_mixer.c
index c1ba76b..53ae8ad 100644
--- a/sys/i386/isa/sound/pas2_mixer.c
+++ b/sys/i386/isa/sound/pas2_mixer.c
@@ -33,7 +33,7 @@
#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_PAS)
-#include <i386/isa/sound/pas.h>
+#include <i386/isa/sound/pas_defs.h>
extern void mix_write __P((unsigned char data, int ioaddr));
static int pas_mixer_ioctl __P((int dev, unsigned int cmd, unsigned int arg));
diff --git a/sys/i386/isa/sound/pas2_pcm.c b/sys/i386/isa/sound/pas2_pcm.c
index 97ae76c..385ab1d 100644
--- a/sys/i386/isa/sound/pas2_pcm.c
+++ b/sys/i386/isa/sound/pas2_pcm.c
@@ -32,7 +32,7 @@
#ifdef CONFIGURE_SOUNDCARD
-#include <i386/isa/sound/pas.h>
+#include <i386/isa/sound/pas_defs.h>
static int pcm_set_bits __P((int arg));
static int pcm_set_channels __P((int arg));
diff --git a/sys/i386/isa/sound/pas.h b/sys/i386/isa/sound/pas_defs.h
index c4af2d4..c4af2d4 100644
--- a/sys/i386/isa/sound/pas.h
+++ b/sys/i386/isa/sound/pas_defs.h
diff --git a/sys/i386/isa/sound/sb16_dsp.c b/sys/i386/isa/sound/sb16_dsp.c
index 4057774..5f6f3a6 100644
--- a/sys/i386/isa/sound/sb16_dsp.c
+++ b/sys/i386/isa/sound/sb16_dsp.c
@@ -35,7 +35,7 @@
* #define DEB_DMARES
*/
#include <i386/isa/sound/sound_config.h>
-#include <i386/isa/sound/sb.h>
+#include <i386/isa/sound/sb_defs.h>
#include <i386/isa/sound/sb_mixer.h>
#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_SB16) && !defined(EXCLUDE_SB) && !defined(EXCLUDE_AUDIO) && !defined(EXCLUDE_SBPRO)
diff --git a/sys/i386/isa/sound/sb16_midi.c b/sys/i386/isa/sound/sb16_midi.c
index 7dae750..308d234 100644
--- a/sys/i386/isa/sound/sb16_midi.c
+++ b/sys/i386/isa/sound/sb16_midi.c
@@ -33,7 +33,7 @@
#if !defined(EXCLUDE_SB) && !defined(EXCLUDE_SB16) && !defined(EXCLUDE_MIDI)
-#include <i386/isa/sound/sb.h>
+#include <i386/isa/sound/sb_defs.h>
#ifdef PC98
#define DATAPORT (sb16midi_base)
diff --git a/sys/i386/isa/sound/sb.h b/sys/i386/isa/sound/sb_defs.h
index e21c7c8..e21c7c8 100644
--- a/sys/i386/isa/sound/sb.h
+++ b/sys/i386/isa/sound/sb_defs.h
diff --git a/sys/i386/isa/sound/sb_dsp.c b/sys/i386/isa/sound/sb_dsp.c
index 82a2178..0d97d19 100644
--- a/sys/i386/isa/sound/sb_dsp.c
+++ b/sys/i386/isa/sound/sb_dsp.c
@@ -37,7 +37,7 @@
#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_SB)
-#include <i386/isa/sound/sb.h>
+#include <i386/isa/sound/sb_defs.h>
#include <i386/isa/sound/sb_mixer.h>
#undef SB_TEST_IRQ
diff --git a/sys/i386/isa/sound/sb_midi.c b/sys/i386/isa/sound/sb_midi.c
index de661ac..96fdcb9 100644
--- a/sys/i386/isa/sound/sb_midi.c
+++ b/sys/i386/isa/sound/sb_midi.c
@@ -31,7 +31,7 @@
#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_SB) && !defined(EXCLUDE_MIDI)
-#include <i386/isa/sound/sb.h>
+#include <i386/isa/sound/sb_defs.h>
#undef SB_TEST_IRQ
/*
diff --git a/sys/i386/isa/sound/sb_mixer.c b/sys/i386/isa/sound/sb_mixer.c
index 4fd2db2..dc34c09 100644
--- a/sys/i386/isa/sound/sb_mixer.c
+++ b/sys/i386/isa/sound/sb_mixer.c
@@ -37,7 +37,7 @@
#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_SB) && !defined(EXCLUDE_SBPRO)
#define __SB_MIXER_C__
-#include <i386/isa/sound/sb.h>
+#include <i386/isa/sound/sb_defs.h>
#include <i386/isa/sound/sb_mixer.h>
#undef SB_TEST_IRQ
OpenPOWER on IntegriCloud