summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-07-04 09:03:05 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-07-04 09:03:05 +0000
commit86d9bcdc04b414ac711591dc9f45e9a16954cc88 (patch)
treef1e2875a347aac0cf578379adff19aae1e6dd813 /sys
parentfa37f12cd88b7b3647a9c48118b7ff52fb314194 (diff)
$OpenBSD$
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/am79c930.c1
-rw-r--r--sys/dev/ic/am79c930reg.h2
-rw-r--r--sys/dev/ic/am79c930var.h2
-rw-r--r--sys/dev/ic/awi_wep.c1
-rw-r--r--sys/dev/ic/awireg.h1
-rw-r--r--sys/dev/ic/awivar.h1
-rw-r--r--sys/dev/ic/cd1190reg.h2
-rw-r--r--sys/dev/ic/decmonitors.c2
-rw-r--r--sys/dev/ic/i8042reg.h1
-rw-r--r--sys/dev/ic/isp_target.h2
-rw-r--r--sys/dev/ic/monitors.h1
-rw-r--r--sys/dev/ic/ramdac.h1
-rw-r--r--sys/dev/ic/s3_617.h2
13 files changed, 16 insertions, 3 deletions
diff --git a/sys/dev/ic/am79c930.c b/sys/dev/ic/am79c930.c
index 739d0d48078..53ab34123f6 100644
--- a/sys/dev/ic/am79c930.c
+++ b/sys/dev/ic/am79c930.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: am79c930.c,v 1.3 2001/07/04 09:02:56 niklas Exp $ */
/* $NetBSD: am79c930.c,v 1.5 2000/03/23 13:57:58 onoe Exp $ */
/*-
diff --git a/sys/dev/ic/am79c930reg.h b/sys/dev/ic/am79c930reg.h
index 8441f0f9961..a9c74a49562 100644
--- a/sys/dev/ic/am79c930reg.h
+++ b/sys/dev/ic/am79c930reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD$ */
+/* $OpenBSD: am79c930reg.h,v 1.3 2001/07/04 09:02:57 niklas Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
diff --git a/sys/dev/ic/am79c930var.h b/sys/dev/ic/am79c930var.h
index 26b4777b0f7..82510940a8a 100644
--- a/sys/dev/ic/am79c930var.h
+++ b/sys/dev/ic/am79c930var.h
@@ -1,4 +1,4 @@
-/* $NetBSD$ */
+/* $OpenBSD: am79c930var.h,v 1.3 2001/07/04 09:02:58 niklas Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
diff --git a/sys/dev/ic/awi_wep.c b/sys/dev/ic/awi_wep.c
index 2eb136fb9c1..4a2881960f3 100644
--- a/sys/dev/ic/awi_wep.c
+++ b/sys/dev/ic/awi_wep.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: awi_wep.c,v 1.3 2001/07/04 09:02:58 niklas Exp $ */
/* $NetBSD: awi_wep.c,v 1.2 2000/07/04 14:47:58 onoe Exp $ */
/*
diff --git a/sys/dev/ic/awireg.h b/sys/dev/ic/awireg.h
index c9bfa02d693..933770f9b4b 100644
--- a/sys/dev/ic/awireg.h
+++ b/sys/dev/ic/awireg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: awireg.h,v 1.4 2001/07/04 09:02:59 niklas Exp $ */
/* $NetBSD: awireg.h,v 1.3 2000/03/22 11:22:22 onoe Exp $ */
/*-
diff --git a/sys/dev/ic/awivar.h b/sys/dev/ic/awivar.h
index a2ce7ef5de4..f6cf21b805b 100644
--- a/sys/dev/ic/awivar.h
+++ b/sys/dev/ic/awivar.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: awivar.h,v 1.3 2001/07/04 09:02:59 niklas Exp $ */
/* $NetBSD: awivar.h,v 1.12 2000/07/21 04:48:56 onoe Exp $ */
/*-
diff --git a/sys/dev/ic/cd1190reg.h b/sys/dev/ic/cd1190reg.h
index e6a78bc6125..1e8898086c6 100644
--- a/sys/dev/ic/cd1190reg.h
+++ b/sys/dev/ic/cd1190reg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: cd1190reg.h,v 1.2 2001/07/04 09:03:00 niklas Exp $ */
+
/*
* Copyright (c) 1998 Iain Hibbert.
* All rights reserved.
diff --git a/sys/dev/ic/decmonitors.c b/sys/dev/ic/decmonitors.c
index 4fcb1df4c7b..bfcd37465d7 100644
--- a/sys/dev/ic/decmonitors.c
+++ b/sys/dev/ic/decmonitors.c
@@ -1,4 +1,4 @@
-/* $NetBSD$ */
+/* $OpenBSD: decmonitors.c,v 1.2 2001/07/04 09:03:01 niklas Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
diff --git a/sys/dev/ic/i8042reg.h b/sys/dev/ic/i8042reg.h
index fe737a50227..e66a3004922 100644
--- a/sys/dev/ic/i8042reg.h
+++ b/sys/dev/ic/i8042reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: i8042reg.h,v 1.4 2001/07/04 09:03:01 niklas Exp $ */
/* $NetBSD: i8042reg.h,v 1.7 1998/01/18 14:41:37 drochner Exp $ */
#define KBSTATP 4 /* kbd controller status port (I) */
diff --git a/sys/dev/ic/isp_target.h b/sys/dev/ic/isp_target.h
index 2e44f930187..caea96da0e7 100644
--- a/sys/dev/ic/isp_target.h
+++ b/sys/dev/ic/isp_target.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: isp_target.h,v 1.6 2001/07/04 09:03:02 niklas Exp $ */
+
/* @(#)isp_target.h 1.3 */
/*
* Qlogic Target Mode Structure and Flag Definitions
diff --git a/sys/dev/ic/monitors.h b/sys/dev/ic/monitors.h
index 0615002385d..855d7e6aebc 100644
--- a/sys/dev/ic/monitors.h
+++ b/sys/dev/ic/monitors.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: monitors.h,v 1.2 2001/07/04 09:03:03 niklas Exp $ */
/* $NetBSD$ */
/*-
diff --git a/sys/dev/ic/ramdac.h b/sys/dev/ic/ramdac.h
index 5f9f57afbb7..95638d28c80 100644
--- a/sys/dev/ic/ramdac.h
+++ b/sys/dev/ic/ramdac.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ramdac.h,v 1.2 2001/07/04 09:03:03 niklas Exp $ */
/* $NetBSD: ramdac.h,v 1.1 2000/03/04 10:23:39 elric Exp $ */
/*-
diff --git a/sys/dev/ic/s3_617.h b/sys/dev/ic/s3_617.h
index 9769dc67eec..e9d4c8a1cb9 100644
--- a/sys/dev/ic/s3_617.h
+++ b/sys/dev/ic/s3_617.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: s3_617.h,v 1.2 2001/07/04 09:03:04 niklas Exp $ */
+
/*
* Copyright (c) 1998 Constantine Paul Sapuntzakis
* All rights reserved