summaryrefslogtreecommitdiffstats
path: root/sys/dev
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/dev
parentcc4d7327705f7251f7c6a43b544f8506abaedd47 (diff)
downloadFreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.zip
FreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.tar.gz
Added $Id$
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ed/if_ed.c5
-rw-r--r--sys/dev/ed/if_edreg.h11
-rw-r--r--sys/dev/mse/mse.c2
-rw-r--r--sys/dev/ppbus/lptio.h1
-rw-r--r--sys/dev/speaker/speaker.h2
5 files changed, 16 insertions, 5 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 26e3ebd..572cc1f 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/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/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h
index f75e261..f691a6e 100644
--- a/sys/dev/ed/if_edreg.h
+++ b/sys/dev/ed/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/dev/mse/mse.c b/sys/dev/mse/mse.c
index 466e936..3653610 100644
--- a/sys/dev/mse/mse.c
+++ b/sys/dev/mse/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/dev/ppbus/lptio.h b/sys/dev/ppbus/lptio.h
index 87af5bc..7e3df42 100644
--- a/sys/dev/ppbus/lptio.h
+++ b/sys/dev/ppbus/lptio.h
@@ -11,6 +11,7 @@
*
* Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za>
*
+ * $Id$
*/
#ifndef _LPT_PRINTER_H_
diff --git a/sys/dev/speaker/speaker.h b/sys/dev/speaker/speaker.h
index af80a28..f097e48 100644
--- a/sys/dev/speaker/speaker.h
+++ b/sys/dev/speaker/speaker.h
@@ -3,6 +3,8 @@
*
* v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993
* modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su>
+ *
+ * $Id$
*/
#ifndef _SPEAKER_H_
OpenPOWER on IntegriCloud