summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-02 07:55:43 +0000
committerdg <dg@FreeBSD.org>1994-08-02 07:55:43 +0000
commit8d205697aac53476badf354623abd4e1c7bc5aff (patch)
tree9ea7ac3fc9f929d5b95f3f2de7f4dcac70ff517b /sys/i386/isa
parentcc4d7327705f7251f7c6a43b544f8506abaedd47 (diff)
downloadFreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.zip
FreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.tar.gz
Added $Id$
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/ft.c4
-rw-r--r--sys/i386/isa/ftreg.h2
-rw-r--r--sys/i386/isa/if_ed.c5
-rw-r--r--sys/i386/isa/if_edreg.h11
-rw-r--r--sys/i386/isa/if_el.c2
-rw-r--r--sys/i386/isa/if_elreg.h2
-rw-r--r--sys/i386/isa/if_is.c3
-rw-r--r--sys/i386/isa/mse.c2
-rw-r--r--sys/i386/isa/sound/adlib_card.c1
-rw-r--r--sys/i386/isa/sound/audio.c1
-rw-r--r--sys/i386/isa/sound/dev_table.c1
-rw-r--r--sys/i386/isa/sound/dev_table.h4
-rw-r--r--sys/i386/isa/sound/dmabuf.c1
-rw-r--r--sys/i386/isa/sound/finetune.h1
-rw-r--r--sys/i386/isa/sound/gus_card.c1
-rw-r--r--sys/i386/isa/sound/gus_hw.h4
-rw-r--r--sys/i386/isa/sound/gus_linearvol.h3
-rw-r--r--sys/i386/isa/sound/gus_midi.c1
-rw-r--r--sys/i386/isa/sound/gus_vol.c1
-rw-r--r--sys/i386/isa/sound/gus_wave.c1
-rw-r--r--sys/i386/isa/sound/gustest/gmidi.h3
-rw-r--r--sys/i386/isa/sound/gustest/gmod.c1
-rw-r--r--sys/i386/isa/sound/gustest/gpatinfo.c1
-rw-r--r--sys/i386/isa/sound/gustest/gusload.c3
-rw-r--r--sys/i386/isa/sound/gustest/midithru.c3
-rw-r--r--sys/i386/isa/sound/gustest/pmtest.c3
-rw-r--r--sys/i386/isa/sound/ics2101.c1
-rw-r--r--sys/i386/isa/sound/local.h3
-rw-r--r--sys/i386/isa/sound/midi.c1
-rw-r--r--sys/i386/isa/sound/midibuf.c1
-rw-r--r--sys/i386/isa/sound/mpu401.c1
-rw-r--r--sys/i386/isa/sound/opl3.c1
-rw-r--r--sys/i386/isa/sound/opl3.h1
-rw-r--r--sys/i386/isa/sound/os.h2
-rw-r--r--sys/i386/isa/sound/pas.h3
-rw-r--r--sys/i386/isa/sound/pas2_card.c1
-rw-r--r--sys/i386/isa/sound/pas2_midi.c1
-rw-r--r--sys/i386/isa/sound/pas2_mixer.c1
-rw-r--r--sys/i386/isa/sound/pas2_pcm.c1
-rw-r--r--sys/i386/isa/sound/patmgr.c1
-rw-r--r--sys/i386/isa/sound/pro_midi.c1
-rw-r--r--sys/i386/isa/sound/sb.h3
-rw-r--r--sys/i386/isa/sound/sb16_dsp.c1
-rw-r--r--sys/i386/isa/sound/sb16_midi.c1
-rw-r--r--sys/i386/isa/sound/sb_card.c1
-rw-r--r--sys/i386/isa/sound/sb_dsp.c1
-rw-r--r--sys/i386/isa/sound/sb_midi.c1
-rw-r--r--sys/i386/isa/sound/sb_mixer.c1
-rw-r--r--sys/i386/isa/sound/sb_mixer.h1
-rw-r--r--sys/i386/isa/sound/sequencer.c1
-rw-r--r--sys/i386/isa/sound/sound_calls.h3
-rw-r--r--sys/i386/isa/sound/sound_config.h1
-rw-r--r--sys/i386/isa/sound/sound_switch.c1
-rw-r--r--sys/i386/isa/sound/soundcard.c1
-rw-r--r--sys/i386/isa/sound/tuning.h3
-rw-r--r--sys/i386/isa/sound/ulaw.h3
56 files changed, 98 insertions, 10 deletions
diff --git a/sys/i386/isa/ft.c b/sys/i386/isa/ft.c
index 5f4f62c..bc5d7cc 100644
--- a/sys/i386/isa/ft.c
+++ b/sys/i386/isa/ft.c
@@ -17,7 +17,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* ft.c - QIC-40/80 floppy tape driver
- * $Id: ft.c,v 1.4 1994/02/14 22:24:28 nate Exp $
+ * $Id: ft.c,v 1.6 1994/05/25 08:58:47 rgrimes Exp $
*
*
* 01/26/94 v0.3b - Jim Babb
@@ -51,6 +51,8 @@
*
* 06/03/93 v0.1 Alpha release
* Hopefully the last re-write. Many bugs fixed, many remain.
+ *
+ * $Id$
*/
#include "ft.h"
diff --git a/sys/i386/isa/ftreg.h b/sys/i386/isa/ftreg.h
index 7b4ca6a..c54249f 100644
--- a/sys/i386/isa/ftreg.h
+++ b/sys/i386/isa/ftreg.h
@@ -26,6 +26,8 @@
*
* 06/03/93 v0.1 Alpha release
* Initial revision. Many more things should be moved here.
+ *
+ * $Id$
*/
/* QIC-117 command set. */
diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c
index 26e3ebd..572cc1f 100644
--- a/sys/i386/isa/if_ed.c
+++ b/sys/i386/isa/if_ed.c
@@ -13,10 +13,7 @@
* the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000,
* and a variety of similar clones.
*
- */
-
-/*
- * $Id: if_ed.c,v 1.36 1994/04/10 20:06:26 davidg Exp $
+ * $Id: if_ed.c,v 1.38 1994/05/25 08:59:02 rgrimes Exp $
*/
#include "ed.h"
diff --git a/sys/i386/isa/if_edreg.h b/sys/i386/isa/if_edreg.h
index f75e261..f691a6e 100644
--- a/sys/i386/isa/if_edreg.h
+++ b/sys/i386/isa/if_edreg.h
@@ -1,7 +1,16 @@
/*
+ * Copyright (C) 1993, David Greenman. This software may be used, modified,
+ * copied, distributed, and sold, in both source and binary form provided
+ * that the above copyright and these terms are retained. Under no
+ * circumstances is the author responsible for the proper functioning
+ * of this software, nor does the author assume any responsibility
+ * for damages incurred with its use.
+ *
+ * $Id: if_edreg.h,v 1.14 1994/04/10 20:06:28 davidg Exp $
+ */
+/*
* National Semiconductor DS8390 NIC register definitions
*
- * $Id: if_edreg.h,v 1.13 1994/02/02 14:05:58 davidg Exp $
*
* Modification history
*
diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c
index a9033ec..c16c5df 100644
--- a/sys/i386/isa/if_el.c
+++ b/sys/i386/isa/if_el.c
@@ -5,6 +5,8 @@
* portions thereof.
*
* Questions, comments, bug reports and fixes to kimmel@cs.umass.edu.
+ *
+ * $Id$
*/
/* Except of course for the portions of code lifted from other FreeBSD
* drivers (mainly elread, elget and el_ioctl)
diff --git a/sys/i386/isa/if_elreg.h b/sys/i386/isa/if_elreg.h
index 806d6ff..4d7859d 100644
--- a/sys/i386/isa/if_elreg.h
+++ b/sys/i386/isa/if_elreg.h
@@ -3,6 +3,8 @@
* the copyright notice and this permission notice appear in all copies
* of the software, derivative works or modified versions, and any
* portions thereof.
+ *
+ * $Id$
*/
/* 3COM Etherlink 3C501 Register Definitions */
diff --git a/sys/i386/isa/if_is.c b/sys/i386/isa/if_is.c
index fc0dcae..8817a69 100644
--- a/sys/i386/isa/if_is.c
+++ b/sys/i386/isa/if_is.c
@@ -11,7 +11,8 @@
* of this software, nor does the author assume any responsibility
* for damages incurred with its use.
*
-*/
+ * $Id$
+ */
/* TODO
diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c
index 466e936..3653610 100644
--- a/sys/i386/isa/mse.c
+++ b/sys/i386/isa/mse.c
@@ -10,6 +10,8 @@
* University of Guelph makes no representations about the suitability of
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
+ *
+ * $Id$
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
diff --git a/sys/i386/isa/sound/adlib_card.c b/sys/i386/isa/sound/adlib_card.c
index 6365069..36c2f5e 100644
--- a/sys/i386/isa/sound/adlib_card.c
+++ b/sys/i386/isa/sound/adlib_card.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/audio.c b/sys/i386/isa/sound/audio.c
index f27f9d5..092a5e5 100644
--- a/sys/i386/isa/sound/audio.c
+++ b/sys/i386/isa/sound/audio.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/dev_table.c b/sys/i386/isa/sound/dev_table.c
index 7f7cae1..ccc32bc 100644
--- a/sys/i386/isa/sound/dev_table.c
+++ b/sys/i386/isa/sound/dev_table.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#define _DEV_TABLE_C_
diff --git a/sys/i386/isa/sound/dev_table.h b/sys/i386/isa/sound/dev_table.h
index 4b656ba..a814d5b 100644
--- a/sys/i386/isa/sound/dev_table.h
+++ b/sys/i386/isa/sound/dev_table.h
@@ -26,8 +26,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
-
-*/
+ * $Id$
+ */
#ifndef _DEV_TABLE_H_
#define _DEV_TABLE_H_
diff --git a/sys/i386/isa/sound/dmabuf.c b/sys/i386/isa/sound/dmabuf.c
index 851a70a1..7452717 100644
--- a/sys/i386/isa/sound/dmabuf.c
+++ b/sys/i386/isa/sound/dmabuf.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/finetune.h b/sys/i386/isa/sound/finetune.h
index b86a0eb..59e76fe 100644
--- a/sys/i386/isa/sound/finetune.h
+++ b/sys/i386/isa/sound/finetune.h
@@ -23,6 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
unsigned short finetune_table[128] =
diff --git a/sys/i386/isa/sound/gus_card.c b/sys/i386/isa/sound/gus_card.c
index c7cfc0a..f3e8119 100644
--- a/sys/i386/isa/sound/gus_card.c
+++ b/sys/i386/isa/sound/gus_card.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/gus_hw.h b/sys/i386/isa/sound/gus_hw.h
index f97a0b8..b3dc32f 100644
--- a/sys/i386/isa/sound/gus_hw.h
+++ b/sys/i386/isa/sound/gus_hw.h
@@ -1,4 +1,6 @@
-
+/*
+ * $Id$
+ */
/*
* I/O addresses
*/
diff --git a/sys/i386/isa/sound/gus_linearvol.h b/sys/i386/isa/sound/gus_linearvol.h
index 7ad0c30..6e41f09 100644
--- a/sys/i386/isa/sound/gus_linearvol.h
+++ b/sys/i386/isa/sound/gus_linearvol.h
@@ -1,3 +1,6 @@
+/*
+ * $Id$
+ */
static unsigned short gus_linearvol[128] = {
0x0000, 0x08ff, 0x09ff, 0x0a80, 0x0aff, 0x0b40, 0x0b80, 0x0bc0,
0x0bff, 0x0c20, 0x0c40, 0x0c60, 0x0c80, 0x0ca0, 0x0cc0, 0x0ce0,
diff --git a/sys/i386/isa/sound/gus_midi.c b/sys/i386/isa/sound/gus_midi.c
index 935c5c9..15931cc 100644
--- a/sys/i386/isa/sound/gus_midi.c
+++ b/sys/i386/isa/sound/gus_midi.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/gus_vol.c b/sys/i386/isa/sound/gus_vol.c
index 055a117..0ec1417 100644
--- a/sys/i386/isa/sound/gus_vol.c
+++ b/sys/i386/isa/sound/gus_vol.c
@@ -2,6 +2,7 @@
* gus_vol.c - Compute volume for GUS.
*
* Greg Lee 1993.
+ * $Id$
*/
#include "sound_config.h"
#ifndef EXCLUDE_GUS
diff --git a/sys/i386/isa/sound/gus_wave.c b/sys/i386/isa/sound/gus_wave.c
index 9f6442e..621286f 100644
--- a/sys/i386/isa/sound/gus_wave.c
+++ b/sys/i386/isa/sound/gus_wave.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/gustest/gmidi.h b/sys/i386/isa/sound/gustest/gmidi.h
index ab951e7..106cfa2 100644
--- a/sys/i386/isa/sound/gustest/gmidi.h
+++ b/sys/i386/isa/sound/gustest/gmidi.h
@@ -1,3 +1,6 @@
+/*
+ * $Id$
+ */
char patch_names[][9] =
{
/* 0 */ "acpiano",
diff --git a/sys/i386/isa/sound/gustest/gmod.c b/sys/i386/isa/sound/gustest/gmod.c
index a1184a0..2988783 100644
--- a/sys/i386/isa/sound/gustest/gmod.c
+++ b/sys/i386/isa/sound/gustest/gmod.c
@@ -6,6 +6,7 @@
* It's just a too I used while developing the driver. In
* addition it can be used as an example on programming
* the LInux Sound Driver with GUS.
+ * $Id$
*/
#include <stdio.h>
diff --git a/sys/i386/isa/sound/gustest/gpatinfo.c b/sys/i386/isa/sound/gustest/gpatinfo.c
index 121020d..17dcb12 100644
--- a/sys/i386/isa/sound/gustest/gpatinfo.c
+++ b/sys/i386/isa/sound/gustest/gpatinfo.c
@@ -6,6 +6,7 @@
* currently incompletely implemented prototype and
* will change before final implementation.
*
+ * $Id$
*/
#include <stdio.h>
diff --git a/sys/i386/isa/sound/gustest/gusload.c b/sys/i386/isa/sound/gustest/gusload.c
index 1e04a7d..1ed9a3b 100644
--- a/sys/i386/isa/sound/gustest/gusload.c
+++ b/sys/i386/isa/sound/gustest/gusload.c
@@ -1,4 +1,7 @@
/*
+ * $Id$
+ */
+/*
* patutil.c - A sample program which loads patches to the Gravis
* Ultrasound
*
diff --git a/sys/i386/isa/sound/gustest/midithru.c b/sys/i386/isa/sound/gustest/midithru.c
index 78f58c1..c4fab7f 100644
--- a/sys/i386/isa/sound/gustest/midithru.c
+++ b/sys/i386/isa/sound/gustest/midithru.c
@@ -1,3 +1,6 @@
+/*
+ * $Id$
+ */
#include <stdio.h>
#include <machine/soundcard.h>
#include <unistd.h>
diff --git a/sys/i386/isa/sound/gustest/pmtest.c b/sys/i386/isa/sound/gustest/pmtest.c
index 05b5b9e..0520545 100644
--- a/sys/i386/isa/sound/gustest/pmtest.c
+++ b/sys/i386/isa/sound/gustest/pmtest.c
@@ -1,4 +1,7 @@
/*
+ * $Id$
+ */
+/*
* CAUTION! This program is just an incompletely implemented version
* of the patch manager daemon for GUS. Using this program
* with the driver version 1.99.9 will hang your system
diff --git a/sys/i386/isa/sound/ics2101.c b/sys/i386/isa/sound/ics2101.c
index 0e54c60..c06fec0 100644
--- a/sys/i386/isa/sound/ics2101.c
+++ b/sys/i386/isa/sound/ics2101.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index 36092e3..a5e7e54 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -1,4 +1,7 @@
/* for FreeBSD */
+/*
+ * $Id$
+ */
#include "snd.h"
#if NSND > 0
diff --git a/sys/i386/isa/sound/midi.c b/sys/i386/isa/sound/midi.c
index 6ea51b0..a11a4df 100644
--- a/sys/i386/isa/sound/midi.c
+++ b/sys/i386/isa/sound/midi.c
@@ -22,6 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#define _MIDI_TABLE_C_
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/midibuf.c b/sys/i386/isa/sound/midibuf.c
index 7dadb3f..399fdfd 100644
--- a/sys/i386/isa/sound/midibuf.c
+++ b/sys/i386/isa/sound/midibuf.c
@@ -27,6 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/mpu401.c b/sys/i386/isa/sound/mpu401.c
index 38ba486..0b1685d 100644
--- a/sys/i386/isa/sound/mpu401.c
+++ b/sys/i386/isa/sound/mpu401.c
@@ -27,6 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/opl3.c b/sys/i386/isa/sound/opl3.c
index 6e3dcca..4278d19 100644
--- a/sys/i386/isa/sound/opl3.c
+++ b/sys/i386/isa/sound/opl3.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
/* Major improvements to the FM handling 30AUG92 by Rob Hooft, */
diff --git a/sys/i386/isa/sound/opl3.h b/sys/i386/isa/sound/opl3.h
index ea7901f..eeb8fef 100644
--- a/sys/i386/isa/sound/opl3.h
+++ b/sys/i386/isa/sound/opl3.h
@@ -24,6 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
/*
diff --git a/sys/i386/isa/sound/os.h b/sys/i386/isa/sound/os.h
index fea169b..ec3c47f 100644
--- a/sys/i386/isa/sound/os.h
+++ b/sys/i386/isa/sound/os.h
@@ -36,6 +36,8 @@
* If you have to make changes to other than these two files, please contact me
* before making the changes. It's possible that I have already made the
* change.
+ *
+ * $Id$
*/
/*
diff --git a/sys/i386/isa/sound/pas.h b/sys/i386/isa/sound/pas.h
index 9902e03..29f9ff6 100644
--- a/sys/i386/isa/sound/pas.h
+++ b/sys/i386/isa/sound/pas.h
@@ -1,3 +1,6 @@
+/*
+ * $Id$
+ */
/* */
/* Port addresses and bit fields for the Media Vision Pro AudioSpectrum second generation sound cards. */
/* */
diff --git a/sys/i386/isa/sound/pas2_card.c b/sys/i386/isa/sound/pas2_card.c
index cc99a9e..fc023a0 100644
--- a/sys/i386/isa/sound/pas2_card.c
+++ b/sys/i386/isa/sound/pas2_card.c
@@ -27,6 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/pas2_midi.c b/sys/i386/isa/sound/pas2_midi.c
index 4a07b0b..e502db9 100644
--- a/sys/i386/isa/sound/pas2_midi.c
+++ b/sys/i386/isa/sound/pas2_midi.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/pas2_mixer.c b/sys/i386/isa/sound/pas2_mixer.c
index b386877..8d83df4 100644
--- a/sys/i386/isa/sound/pas2_mixer.c
+++ b/sys/i386/isa/sound/pas2_mixer.c
@@ -27,6 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/pas2_pcm.c b/sys/i386/isa/sound/pas2_pcm.c
index ec571c5..1eef59b 100644
--- a/sys/i386/isa/sound/pas2_pcm.c
+++ b/sys/i386/isa/sound/pas2_pcm.c
@@ -26,6 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/patmgr.c b/sys/i386/isa/sound/patmgr.c
index 042d42d..f575437 100644
--- a/sys/i386/isa/sound/patmgr.c
+++ b/sys/i386/isa/sound/patmgr.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#define PATMGR_C
diff --git a/sys/i386/isa/sound/pro_midi.c b/sys/i386/isa/sound/pro_midi.c
index b9ffa26..93c1937 100644
--- a/sys/i386/isa/sound/pro_midi.c
+++ b/sys/i386/isa/sound/pro_midi.c
@@ -22,6 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#define ALL_EXTERNAL_TO_ME
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/sb.h b/sys/i386/isa/sound/sb.h
index bb8ae12..c701bc1 100644
--- a/sys/i386/isa/sound/sb.h
+++ b/sys/i386/isa/sound/sb.h
@@ -1,3 +1,6 @@
+/*
+ * $Id$
+ */
#define DSP_RESET (sbc_base + 0x6)
#define DSP_READ (sbc_base + 0xA)
#define DSP_WRITE (sbc_base + 0xC)
diff --git a/sys/i386/isa/sound/sb16_dsp.c b/sys/i386/isa/sound/sb16_dsp.c
index b545f8c..20c597d 100644
--- a/sys/i386/isa/sound/sb16_dsp.c
+++ b/sys/i386/isa/sound/sb16_dsp.c
@@ -27,6 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#define DEB(x)
diff --git a/sys/i386/isa/sound/sb16_midi.c b/sys/i386/isa/sound/sb16_midi.c
index 39808c8..d15fe17 100644
--- a/sys/i386/isa/sound/sb16_midi.c
+++ b/sys/i386/isa/sound/sb16_midi.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/sb_card.c b/sys/i386/isa/sound/sb_card.c
index f7588e1..e56ebd3 100644
--- a/sys/i386/isa/sound/sb_card.c
+++ b/sys/i386/isa/sound/sb_card.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/sb_dsp.c b/sys/i386/isa/sound/sb_dsp.c
index 17fb4b7..9e296c6 100644
--- a/sys/i386/isa/sound/sb_dsp.c
+++ b/sys/i386/isa/sound/sb_dsp.c
@@ -29,6 +29,7 @@
* Hunyue Yau Jan 6 1994
* Added code to support Sound Galaxy NX Pro
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/sb_midi.c b/sys/i386/isa/sound/sb_midi.c
index fed19ab..dc6bba07 100644
--- a/sys/i386/isa/sound/sb_midi.c
+++ b/sys/i386/isa/sound/sb_midi.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/sb_mixer.c b/sys/i386/isa/sound/sb_mixer.c
index 39b97ca..508dc67 100644
--- a/sys/i386/isa/sound/sb_mixer.c
+++ b/sys/i386/isa/sound/sb_mixer.c
@@ -30,6 +30,7 @@
* Hunyue Yau Jan 6 1994
* Added code to support the Sound Galaxy NX Pro mixer.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/sb_mixer.h b/sys/i386/isa/sound/sb_mixer.h
index 4caf773..89b66d0 100644
--- a/sys/i386/isa/sound/sb_mixer.h
+++ b/sys/i386/isa/sound/sb_mixer.h
@@ -29,6 +29,7 @@
* Hunyue Yau Jan 6 1994
* Added defines for the Sound Galaxy NX Pro mixer.
*
+ * $Id$
*/
#define SBPRO_RECORDING_DEVICES (SOUND_MASK_LINE | SOUND_MASK_MIC | SOUND_MASK_CD)
diff --git a/sys/i386/isa/sound/sequencer.c b/sys/i386/isa/sound/sequencer.c
index 9885473..5748012 100644
--- a/sys/i386/isa/sound/sequencer.c
+++ b/sys/i386/isa/sound/sequencer.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#define SEQUENCER_C
diff --git a/sys/i386/isa/sound/sound_calls.h b/sys/i386/isa/sound/sound_calls.h
index abc8200..789d1d0 100644
--- a/sys/i386/isa/sound/sound_calls.h
+++ b/sys/i386/isa/sound/sound_calls.h
@@ -1,4 +1,7 @@
/*
+ * $Id$
+ */
+/*
* DMA buffer calls
*/
diff --git a/sys/i386/isa/sound/sound_config.h b/sys/i386/isa/sound/sound_config.h
index 0d30c12..e692eae 100644
--- a/sys/i386/isa/sound/sound_config.h
+++ b/sys/i386/isa/sound/sound_config.h
@@ -26,6 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "local.h"
diff --git a/sys/i386/isa/sound/sound_switch.c b/sys/i386/isa/sound/sound_switch.c
index 68c7575..a271a6a 100644
--- a/sys/i386/isa/sound/sound_switch.c
+++ b/sys/i386/isa/sound/sound_switch.c
@@ -25,6 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c
index 9691e4f..bc44b00 100644
--- a/sys/i386/isa/sound/soundcard.c
+++ b/sys/i386/isa/sound/soundcard.c
@@ -26,6 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#include "sound_config.h"
diff --git a/sys/i386/isa/sound/tuning.h b/sys/i386/isa/sound/tuning.h
index 858e1fe..23086af 100644
--- a/sys/i386/isa/sound/tuning.h
+++ b/sys/i386/isa/sound/tuning.h
@@ -1,3 +1,6 @@
+/*
+ * $Id$
+ */
#ifdef SEQUENCER_C
unsigned short semitone_tuning[24] =
diff --git a/sys/i386/isa/sound/ulaw.h b/sys/i386/isa/sound/ulaw.h
index be9f92d..9984e36 100644
--- a/sys/i386/isa/sound/ulaw.h
+++ b/sys/i386/isa/sound/ulaw.h
@@ -1,3 +1,6 @@
+/*
+ * $Id$
+ */
static unsigned char ulaw_dsp[] = {
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
OpenPOWER on IntegriCloud