summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ic/ad1848reg.h1
-rw-r--r--sys/dev/ic/aic7xxx.c5
-rw-r--r--sys/dev/ic/aic7xxxreg.h3
-rw-r--r--sys/dev/ic/aic7xxxvar.h3
-rw-r--r--sys/dev/ic/am7930reg.h1
-rw-r--r--sys/dev/ic/am7990reg.h1
-rw-r--r--sys/dev/ic/cs4231reg.h1
-rw-r--r--sys/dev/ic/dc21040reg.h1
-rw-r--r--sys/dev/ic/elink3.c1
-rw-r--r--sys/dev/ic/elink3reg.h1
-rw-r--r--sys/dev/ic/elink3var.h1
-rw-r--r--sys/dev/ic/espreg.h2
-rw-r--r--sys/dev/ic/hayespreg.h1
-rw-r--r--sys/dev/ic/i8042reg.h1
-rw-r--r--sys/dev/ic/i82365reg.h3
-rw-r--r--sys/dev/ic/i82586reg.h1
-rw-r--r--sys/dev/ic/i82595reg.h1
-rw-r--r--sys/dev/ic/mb86960reg.h2
-rw-r--r--sys/dev/ic/mc146818reg.h1
-rw-r--r--sys/dev/ic/ncr5380.c1
-rw-r--r--sys/dev/ic/ncr5380reg.h1
-rw-r--r--sys/dev/ic/ns16450reg.h1
-rw-r--r--sys/dev/ic/ns16550reg.h1
-rw-r--r--sys/dev/ic/pdq.c1
-rw-r--r--sys/dev/ic/pdq_ifsubr.c1
-rw-r--r--sys/dev/ic/pdqreg.h1
-rw-r--r--sys/dev/ic/pdqvar.h1
-rw-r--r--sys/dev/ic/smc90cx6.c1
-rw-r--r--sys/dev/ic/smc90cx6reg.h1
-rw-r--r--sys/dev/ic/smc93cx6.c4
-rw-r--r--sys/dev/ic/smc93cx6var.h3
-rw-r--r--sys/dev/ic/z8530.doc1
-rw-r--r--sys/dev/ic/z8530reg.h1
-rw-r--r--sys/dev/ic/z8530sc.h1
34 files changed, 40 insertions, 11 deletions
diff --git a/sys/dev/ic/ad1848reg.h b/sys/dev/ic/ad1848reg.h
index 5fc5c7a26c0..6d0f45dba67 100644
--- a/sys/dev/ic/ad1848reg.h
+++ b/sys/dev/ic/ad1848reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ad1848reg.h,v 1.4 1996/10/31 01:01:22 niklas Exp $ */
/* $NetBSD: ad1848reg.h,v 1.1 1995/07/07 02:11:45 brezak Exp $ */
/*
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c
index 7d29c5c629b..d643af8d520 100644
--- a/sys/dev/ic/aic7xxx.c
+++ b/sys/dev/ic/aic7xxx.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: aic7xxx.c,v 1.11 1996/10/31 01:01:24 niklas Exp $ */
+
/*
* Generic driver for the aic7xxx based adaptec SCSI controllers
* Product specific probe and attach routines can be found in:
@@ -30,9 +32,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: aic7xxx.c,v 1.10 1996/10/16 10:25:07 deraadt Exp $
*/
+
/*
* TODO:
* Implement Target Mode
diff --git a/sys/dev/ic/aic7xxxreg.h b/sys/dev/ic/aic7xxxreg.h
index f53aeab1043..46ba169080e 100644
--- a/sys/dev/ic/aic7xxxreg.h
+++ b/sys/dev/ic/aic7xxxreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: aic7xxxreg.h,v 1.3 1996/10/31 01:01:25 niklas Exp $ */
/*
* Aic7xxx register and scratch ram definitions.
*
@@ -27,8 +28,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: aic7xxxreg.h,v 1.2 1996/06/27 21:15:49 shawn Exp $
*/
/*
diff --git a/sys/dev/ic/aic7xxxvar.h b/sys/dev/ic/aic7xxxvar.h
index d3be3ce189c..d9ec5c7e4a7 100644
--- a/sys/dev/ic/aic7xxxvar.h
+++ b/sys/dev/ic/aic7xxxvar.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: aic7xxxvar.h,v 1.8 1996/10/31 01:01:25 niklas Exp $ */
/*
* Interface to the generic driver for the aic7xxx based adaptec
* SCSI controllers. This is used to implement product specific
@@ -29,8 +30,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: aic7xxxvar.h,v 1.7 1996/08/21 22:27:36 deraadt Exp $
*/
#ifndef _AIC7XXX_H_
diff --git a/sys/dev/ic/am7930reg.h b/sys/dev/ic/am7930reg.h
index 192dffe0c6d..5397a226083 100644
--- a/sys/dev/ic/am7930reg.h
+++ b/sys/dev/ic/am7930reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: am7930reg.h,v 1.2 1996/10/31 01:01:26 niklas Exp $ */
/* $NetBSD: am7930reg.h,v 1.1 1995/04/24 19:17:17 pk Exp $ */
/*
diff --git a/sys/dev/ic/am7990reg.h b/sys/dev/ic/am7990reg.h
index 2e563efc20c..1059e20f0d2 100644
--- a/sys/dev/ic/am7990reg.h
+++ b/sys/dev/ic/am7990reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: am7990reg.h,v 1.2 1996/10/31 01:01:27 niklas Exp $ */
/* $NetBSD: am7990reg.h,v 1.1 1995/04/11 04:17:50 mycroft Exp $ */
/*-
diff --git a/sys/dev/ic/cs4231reg.h b/sys/dev/ic/cs4231reg.h
index 5a470c666f5..447d350ccde 100644
--- a/sys/dev/ic/cs4231reg.h
+++ b/sys/dev/ic/cs4231reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: cs4231reg.h,v 1.3 1996/10/31 01:01:27 niklas Exp $ */
/* $NetBSD: cs4231reg.h,v 1.4 1996/02/16 08:12:33 mycroft Exp $ */
/*-
diff --git a/sys/dev/ic/dc21040reg.h b/sys/dev/ic/dc21040reg.h
index d160ded7847..db39fc9a6d8 100644
--- a/sys/dev/ic/dc21040reg.h
+++ b/sys/dev/ic/dc21040reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: dc21040reg.h,v 1.3 1996/10/31 01:01:28 niklas Exp $ */
/* $NetBSD: dc21040reg.h,v 1.6 1995/08/19 04:15:29 cgd Exp $ */
/*-
diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c
index cf936ba9ead..6134e69697f 100644
--- a/sys/dev/ic/elink3.c
+++ b/sys/dev/ic/elink3.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: elink3.c,v 1.14 1996/10/31 01:01:28 niklas Exp $ */
/* $NetBSD: elink3.c,v 1.7 1996/05/14 22:22:05 thorpej Exp $ */
/*
diff --git a/sys/dev/ic/elink3reg.h b/sys/dev/ic/elink3reg.h
index 222f395b66e..dbcbd1ca0a2 100644
--- a/sys/dev/ic/elink3reg.h
+++ b/sys/dev/ic/elink3reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: elink3reg.h,v 1.5 1996/10/31 01:01:29 niklas Exp $ */
/* $NetBSD: elink3reg.h,v 1.3 1996/05/10 05:28:09 thorpej Exp $ */
/*
diff --git a/sys/dev/ic/elink3var.h b/sys/dev/ic/elink3var.h
index e81d49ba2ef..5f21d520cfa 100644
--- a/sys/dev/ic/elink3var.h
+++ b/sys/dev/ic/elink3var.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: elink3var.h,v 1.6 1996/10/31 01:01:29 niklas Exp $ */
/* $NetBSD: elink3var.h,v 1.5 1996/05/14 22:22:06 thorpej Exp $ */
/*
diff --git a/sys/dev/ic/espreg.h b/sys/dev/ic/espreg.h
index 02993943b89..618a60ea7b4 100644
--- a/sys/dev/ic/espreg.h
+++ b/sys/dev/ic/espreg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: espreg.h,v 1.2 1996/10/31 01:01:30 niklas Exp $ */
+
/*-
* Copyright (c) 1995 Sean E. Fagin, John M Vinopal.
*
diff --git a/sys/dev/ic/hayespreg.h b/sys/dev/ic/hayespreg.h
index cd007999aea..118304fda97 100644
--- a/sys/dev/ic/hayespreg.h
+++ b/sys/dev/ic/hayespreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: hayespreg.h,v 1.2 1996/10/31 01:01:30 niklas Exp $ */
/* $NetBSD: hayespreg.h,v 1.1 1996/02/10 20:23:40 christos Exp $ */
/*-
diff --git a/sys/dev/ic/i8042reg.h b/sys/dev/ic/i8042reg.h
index b2fc306d4d5..27daf027f72 100644
--- a/sys/dev/ic/i8042reg.h
+++ b/sys/dev/ic/i8042reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: i8042reg.h,v 1.2 1996/10/31 01:01:31 niklas Exp $ */
/* $NetBSD: i8042reg.h,v 1.6 1995/04/21 09:16:16 mycroft Exp $ */
#define KBSTATP 0x64 /* kbd controller status port (I) */
diff --git a/sys/dev/ic/i82365reg.h b/sys/dev/ic/i82365reg.h
index 23bc051468e..d574d332d8d 100644
--- a/sys/dev/ic/i82365reg.h
+++ b/sys/dev/ic/i82365reg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: i82365reg.h,v 1.4 1996/10/31 01:01:31 niklas Exp $ */
+
#ifndef __82365_H__
#define __82365_H__
@@ -8,7 +10,6 @@
* Support is included for Intel 82365SL PCIC controllers and clones
* thereof.
*
- * $Id: i82365reg.h,v 1.3 1996/04/29 15:25:35 hvozda Exp $
***********************************************************************/
/*
diff --git a/sys/dev/ic/i82586reg.h b/sys/dev/ic/i82586reg.h
index fefaed3e346..ca6b92e3772 100644
--- a/sys/dev/ic/i82586reg.h
+++ b/sys/dev/ic/i82586reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: i82586reg.h,v 1.2 1996/10/31 01:01:32 niklas Exp $ */
/* $NetBSD: i82586reg.h,v 1.5 1995/04/04 01:59:34 mycroft Exp $ */
/*-
diff --git a/sys/dev/ic/i82595reg.h b/sys/dev/ic/i82595reg.h
index 9d6a9812f46..61d0b54dc52 100644
--- a/sys/dev/ic/i82595reg.h
+++ b/sys/dev/ic/i82595reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: i82595reg.h,v 1.2 1996/10/31 01:01:32 niklas Exp $ */
/* $NetBSD: i82595reg.h,v 1.1 1996/05/06 21:36:51 is Exp $ */
/*
diff --git a/sys/dev/ic/mb86960reg.h b/sys/dev/ic/mb86960reg.h
index ebbb0ea70aa..dd58184469a 100644
--- a/sys/dev/ic/mb86960reg.h
+++ b/sys/dev/ic/mb86960reg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: mb86960reg.h,v 1.2 1996/10/31 01:01:33 niklas Exp $ */
+
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
*
diff --git a/sys/dev/ic/mc146818reg.h b/sys/dev/ic/mc146818reg.h
index 27a3ba20e6a..a7b32bf4a78 100644
--- a/sys/dev/ic/mc146818reg.h
+++ b/sys/dev/ic/mc146818reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: mc146818reg.h,v 1.2 1996/10/31 01:01:34 niklas Exp $ */
/* $NetBSD: mc146818reg.h,v 1.1 1995/05/04 19:31:18 cgd Exp $ */
/*
diff --git a/sys/dev/ic/ncr5380.c b/sys/dev/ic/ncr5380.c
index bbc68d483f4..a0c4534c188 100644
--- a/sys/dev/ic/ncr5380.c
+++ b/sys/dev/ic/ncr5380.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ncr5380.c,v 1.2 1996/10/31 01:01:34 niklas Exp $ */
/* $NetBSD: ncr5380.c,v 1.3 1995/09/26 21:04:27 pk Exp $ */
/*
diff --git a/sys/dev/ic/ncr5380reg.h b/sys/dev/ic/ncr5380reg.h
index 2bbbbd4ee82..0a267334f57 100644
--- a/sys/dev/ic/ncr5380reg.h
+++ b/sys/dev/ic/ncr5380reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ncr5380reg.h,v 1.3 1996/10/31 01:01:35 niklas Exp $ */
/* $NetBSD: ncr5380reg.h,v 1.2 1996/01/01 22:24:35 thorpej Exp $ */
/*
diff --git a/sys/dev/ic/ns16450reg.h b/sys/dev/ic/ns16450reg.h
index 3b6372c994d..b7f2c3adcad 100644
--- a/sys/dev/ic/ns16450reg.h
+++ b/sys/dev/ic/ns16450reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ns16450reg.h,v 1.2 1996/10/31 01:01:35 niklas Exp $ */
/* $NetBSD: ns16450reg.h,v 1.3 1994/10/27 04:18:42 cgd Exp $ */
/*-
diff --git a/sys/dev/ic/ns16550reg.h b/sys/dev/ic/ns16550reg.h
index b9cf9726851..f0e4831e1c1 100644
--- a/sys/dev/ic/ns16550reg.h
+++ b/sys/dev/ic/ns16550reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ns16550reg.h,v 1.2 1996/10/31 01:01:36 niklas Exp $ */
/* $NetBSD: ns16550reg.h,v 1.4 1994/10/27 04:18:43 cgd Exp $ */
/*-
diff --git a/sys/dev/ic/pdq.c b/sys/dev/ic/pdq.c
index bb0b72bd052..23af787b4ea 100644
--- a/sys/dev/ic/pdq.c
+++ b/sys/dev/ic/pdq.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: pdq.c,v 1.7 1996/10/31 01:01:37 niklas Exp $ */
/* $NetBSD: pdq.c,v 1.9 1996/10/13 01:37:26 christos Exp $ */
/*-
diff --git a/sys/dev/ic/pdq_ifsubr.c b/sys/dev/ic/pdq_ifsubr.c
index 21034bcc129..60b7b6b99dd 100644
--- a/sys/dev/ic/pdq_ifsubr.c
+++ b/sys/dev/ic/pdq_ifsubr.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: pdq_ifsubr.c,v 1.6 1996/10/31 01:01:37 niklas Exp $ */
/* $NetBSD: pdq_ifsubr.c,v 1.5 1996/05/20 00:26:21 thorpej Exp $ */
/*-
diff --git a/sys/dev/ic/pdqreg.h b/sys/dev/ic/pdqreg.h
index 12ccc625cc8..6d9f803d999 100644
--- a/sys/dev/ic/pdqreg.h
+++ b/sys/dev/ic/pdqreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pdqreg.h,v 1.7 1996/10/31 01:01:38 niklas Exp $ */
/* $NetBSD: pdqreg.h,v 1.6 1996/08/28 16:01:29 cgd Exp $ */
/*-
diff --git a/sys/dev/ic/pdqvar.h b/sys/dev/ic/pdqvar.h
index 510ebd630b0..fe2607da168 100644
--- a/sys/dev/ic/pdqvar.h
+++ b/sys/dev/ic/pdqvar.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pdqvar.h,v 1.8 1996/10/31 01:01:38 niklas Exp $ */
/* $NetBSD: pdqvar.h,v 1.8 1996/07/10 18:55:05 cgd Exp $ */
/*-
diff --git a/sys/dev/ic/smc90cx6.c b/sys/dev/ic/smc90cx6.c
index 7b45e10a9d4..65a9d80ac92 100644
--- a/sys/dev/ic/smc90cx6.c
+++ b/sys/dev/ic/smc90cx6.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: smc90cx6.c,v 1.3 1996/10/31 01:01:39 niklas Exp $ */
/* $NetBSD: smc90cx6.c,v 1.17 1996/05/07 01:43:18 thorpej Exp $ */
/*
diff --git a/sys/dev/ic/smc90cx6reg.h b/sys/dev/ic/smc90cx6reg.h
index f2ec2a06e5c..38f77ff1e10 100644
--- a/sys/dev/ic/smc90cx6reg.h
+++ b/sys/dev/ic/smc90cx6reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: smc90cx6reg.h,v 1.2 1996/10/31 01:01:40 niklas Exp $ */
/* $NetBSD: smc90cx6reg.h,v 1.4 1995/06/07 00:16:59 cgd Exp $ */
/*
diff --git a/sys/dev/ic/smc93cx6.c b/sys/dev/ic/smc93cx6.c
index 3a6fb005188..4138fdd4954 100644
--- a/sys/dev/ic/smc93cx6.c
+++ b/sys/dev/ic/smc93cx6.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: smc93cx6.c,v 1.4 1996/10/31 01:01:40 niklas Exp $ */
+
/*
* Interface for the 93C46/26/06 serial eeprom parts.
*
@@ -17,8 +19,6 @@
* Daniel M. Eischen.
* 4. Modifications may be freely made to this file if the above conditions
* are met.
- *
- * $Id: smc93cx6.c,v 1.3 1996/08/21 22:27:43 deraadt Exp $
*/
/*
diff --git a/sys/dev/ic/smc93cx6var.h b/sys/dev/ic/smc93cx6var.h
index cfd805b8ea4..eb41d861c91 100644
--- a/sys/dev/ic/smc93cx6var.h
+++ b/sys/dev/ic/smc93cx6var.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: smc93cx6var.h,v 1.4 1996/10/31 01:01:41 niklas Exp $ */
/*
* Interface to the 93C46 serial EEPROM that is used to store BIOS
* settings for the aic7xxx based adaptec SCSI controllers. It can
@@ -19,8 +20,6 @@
* Justin T. Gibbs.
* 4. Modifications may be freely made to this file if the above conditions
* are met.
- *
- * $Id: smc93cx6var.h,v 1.3 1996/08/21 22:27:45 deraadt Exp $
*/
#include <sys/param.h>
diff --git a/sys/dev/ic/z8530.doc b/sys/dev/ic/z8530.doc
index ba0c5afb1da..2ce9ab8266f 100644
--- a/sys/dev/ic/z8530.doc
+++ b/sys/dev/ic/z8530.doc
@@ -1,3 +1,4 @@
+$OpenBSD: z8530.doc,v 1.2 1996/10/31 01:01:41 niklas Exp $
$NetBSD: z8530.doc,v 1.1 1996/01/24 01:07:21 gwr Exp $
Here are the results of my reorganization work on the zs driver.
diff --git a/sys/dev/ic/z8530reg.h b/sys/dev/ic/z8530reg.h
index a973bd6420e..f035900ac95 100644
--- a/sys/dev/ic/z8530reg.h
+++ b/sys/dev/ic/z8530reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: z8530reg.h,v 1.3 1996/10/31 01:01:42 niklas Exp $ */
/* $NetBSD: z8530reg.h,v 1.5 1996/01/24 19:21:40 gwr Exp $ */
/*
diff --git a/sys/dev/ic/z8530sc.h b/sys/dev/ic/z8530sc.h
index 3af19f88141..ec64f07ff1c 100644
--- a/sys/dev/ic/z8530sc.h
+++ b/sys/dev/ic/z8530sc.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: z8530sc.h,v 1.4 1996/10/31 01:01:42 niklas Exp $ */
/* $NetBSD: z8530sc.h,v 1.3 1996/05/17 19:29:37 gwr Exp $ */
/*