summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/ad1848var.h1
-rw-r--r--sys/dev/isa/btreg.h2
-rw-r--r--sys/dev/isa/devlist2h.awk1
-rw-r--r--sys/dev/isa/elink.c1
-rw-r--r--sys/dev/isa/elink.h1
-rw-r--r--sys/dev/isa/if_eg.c1
-rw-r--r--sys/dev/isa/if_egreg.h1
-rw-r--r--sys/dev/isa/if_elreg.h1
-rw-r--r--sys/dev/isa/if_ep_isa.c1
-rw-r--r--sys/dev/isa/if_fe.c2
-rw-r--r--sys/dev/isa/if_fereg.h2
-rw-r--r--sys/dev/isa/if_ie507.h1
-rw-r--r--sys/dev/isa/if_ieatt.h1
-rw-r--r--sys/dev/isa/if_iee16.h2
-rw-r--r--sys/dev/isa/if_iy.c1
-rw-r--r--sys/dev/isa/if_levar.h1
-rw-r--r--sys/dev/isa/isadmareg.h1
-rw-r--r--sys/dev/isa/isareg.h1
-rw-r--r--sys/dev/isa/mcdreg.h1
-rw-r--r--sys/dev/isa/pasreg.h1
-rw-r--r--sys/dev/isa/pnpdevs2
-rw-r--r--sys/dev/isa/pssreg.h1
-rw-r--r--sys/dev/isa/seagate.c2
-rw-r--r--sys/dev/isa/wdsreg.h2
-rw-r--r--sys/dev/isa/wssreg.h1
-rw-r--r--sys/dev/isa/wtreg.h1
26 files changed, 33 insertions, 0 deletions
diff --git a/sys/dev/isa/ad1848var.h b/sys/dev/isa/ad1848var.h
index a9e9d29dfc5..8d6e3729cbe 100644
--- a/sys/dev/isa/ad1848var.h
+++ b/sys/dev/isa/ad1848var.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ad1848var.h,v 1.5 1997/11/07 08:06:42 niklas Exp $ */
/* $NetBSD: ad1848var.h,v 1.8 1996/04/29 20:02:37 christos Exp $ */
/*
diff --git a/sys/dev/isa/btreg.h b/sys/dev/isa/btreg.h
index 5bb6c9b9d30..720a971d499 100644
--- a/sys/dev/isa/btreg.h
+++ b/sys/dev/isa/btreg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: btreg.h,v 1.5 1997/11/07 08:06:43 niklas Exp $ */
+
typedef u_int8_t physaddr[4];
typedef u_int8_t physlen[4];
#define ltophys _lto4l
diff --git a/sys/dev/isa/devlist2h.awk b/sys/dev/isa/devlist2h.awk
index d21fa27c21b..2d21fdeeaab 100644
--- a/sys/dev/isa/devlist2h.awk
+++ b/sys/dev/isa/devlist2h.awk
@@ -1,4 +1,5 @@
#! /usr/bin/awk -f
+# $OpenBSD: devlist2h.awk,v 1.2 1997/11/07 08:06:44 niklas Exp $
# $NetBSD: devlist2h.awk,v 1.2 1996/01/22 21:08:09 cgd Exp $
#
# Copyright (c) 1995, 1996 Christopher G. Demetriou
diff --git a/sys/dev/isa/elink.c b/sys/dev/isa/elink.c
index 2705ea7be4f..2ae326fba4a 100644
--- a/sys/dev/isa/elink.c
+++ b/sys/dev/isa/elink.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: elink.c,v 1.5 1997/11/07 08:06:45 niklas Exp $ */
/* $NetBSD: elink.c,v 1.9 1996/05/03 19:06:27 christos Exp $ */
/*
diff --git a/sys/dev/isa/elink.h b/sys/dev/isa/elink.h
index 8284f39c38b..b08beb2ef79 100644
--- a/sys/dev/isa/elink.h
+++ b/sys/dev/isa/elink.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: elink.h,v 1.4 1997/11/07 08:06:46 niklas Exp $ */
/* $NetBSD: elink.h,v 1.4 1996/04/30 22:16:31 thorpej Exp $ */
/*
diff --git a/sys/dev/isa/if_eg.c b/sys/dev/isa/if_eg.c
index ec89df2be3b..dd28594204d 100644
--- a/sys/dev/isa/if_eg.c
+++ b/sys/dev/isa/if_eg.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_eg.c,v 1.13 1997/11/07 08:06:47 niklas Exp $ */
/* $NetBSD: if_eg.c,v 1.26 1996/05/12 23:52:27 mycroft Exp $ */
/*
diff --git a/sys/dev/isa/if_egreg.h b/sys/dev/isa/if_egreg.h
index 09f56ddd89b..a15c870d0ec 100644
--- a/sys/dev/isa/if_egreg.h
+++ b/sys/dev/isa/if_egreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_egreg.h,v 1.2 1997/11/07 08:06:48 niklas Exp $ */
/* $NetBSD: if_egreg.h,v 1.3 1995/07/23 21:14:35 mycroft Exp $ */
/*
diff --git a/sys/dev/isa/if_elreg.h b/sys/dev/isa/if_elreg.h
index 51f85999ace..c15edc45abb 100644
--- a/sys/dev/isa/if_elreg.h
+++ b/sys/dev/isa/if_elreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_elreg.h,v 1.2 1997/11/07 08:06:50 niklas Exp $ */
/* $NetBSD: if_elreg.h,v 1.4 1994/10/27 04:17:29 cgd Exp $ */
/*
diff --git a/sys/dev/isa/if_ep_isa.c b/sys/dev/isa/if_ep_isa.c
index 6b85f8cd9ed..f98101a50d3 100644
--- a/sys/dev/isa/if_ep_isa.c
+++ b/sys/dev/isa/if_ep_isa.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_ep_isa.c,v 1.10 1997/11/07 08:06:51 niklas Exp $ */
/* $NetBSD: if_ep_isa.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */
/*
diff --git a/sys/dev/isa/if_fe.c b/sys/dev/isa/if_fe.c
index a9379b4d9eb..7ed9f0194a5 100644
--- a/sys/dev/isa/if_fe.c
+++ b/sys/dev/isa/if_fe.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: if_fe.c,v 1.11 1997/11/07 08:06:53 niklas Exp $ */
+
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
*
diff --git a/sys/dev/isa/if_fereg.h b/sys/dev/isa/if_fereg.h
index b2e842c95c9..b09f09497f1 100644
--- a/sys/dev/isa/if_fereg.h
+++ b/sys/dev/isa/if_fereg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: if_fereg.h,v 1.2 1997/11/07 08:06:55 niklas Exp $ */
+
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
*
diff --git a/sys/dev/isa/if_ie507.h b/sys/dev/isa/if_ie507.h
index 769911fc2da..ec29dfa3470 100644
--- a/sys/dev/isa/if_ie507.h
+++ b/sys/dev/isa/if_ie507.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_ie507.h,v 1.2 1997/11/07 08:06:56 niklas Exp $ */
/* $NetBSD: if_ie507.h,v 1.5 1995/01/23 04:50:10 mycroft Exp $ */
/*
diff --git a/sys/dev/isa/if_ieatt.h b/sys/dev/isa/if_ieatt.h
index f39114b6daa..8500d8fe741 100644
--- a/sys/dev/isa/if_ieatt.h
+++ b/sys/dev/isa/if_ieatt.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_ieatt.h,v 1.2 1997/11/07 08:06:58 niklas Exp $ */
/* $NetBSD: if_ieatt.h,v 1.2 1994/10/27 04:17:40 cgd Exp $ */
/*
diff --git a/sys/dev/isa/if_iee16.h b/sys/dev/isa/if_iee16.h
index 14242ad6be5..1a9dd19186f 100644
--- a/sys/dev/isa/if_iee16.h
+++ b/sys/dev/isa/if_iee16.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: if_iee16.h,v 1.2 1997/11/07 08:06:59 niklas Exp $ */
+
/*
* Copyright (c) 1993, 1994, 1995
diff --git a/sys/dev/isa/if_iy.c b/sys/dev/isa/if_iy.c
index 4dd2482a5f3..363ddbefbab 100644
--- a/sys/dev/isa/if_iy.c
+++ b/sys/dev/isa/if_iy.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_iy.c,v 1.3 1997/11/07 08:07:00 niklas Exp $ */
/* $NetBSD: if_iy.c,v 1.4 1996/05/12 23:52:53 mycroft Exp $ */
/* #define IYDEBUG */
/* #define IYMEMDEBUG */
diff --git a/sys/dev/isa/if_levar.h b/sys/dev/isa/if_levar.h
index 17bee1b131f..ac135898e89 100644
--- a/sys/dev/isa/if_levar.h
+++ b/sys/dev/isa/if_levar.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_levar.h,v 1.5 1997/11/07 08:07:01 niklas Exp $ */
/* $NetBSD: if_levar.h,v 1.5 1996/05/07 01:50:07 thorpej Exp $ */
/*
diff --git a/sys/dev/isa/isadmareg.h b/sys/dev/isa/isadmareg.h
index 47744042425..e26bf8f808d 100644
--- a/sys/dev/isa/isadmareg.h
+++ b/sys/dev/isa/isadmareg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: isadmareg.h,v 1.4 1997/11/07 08:07:02 niklas Exp $ */
/* $NetBSD: isadmareg.h,v 1.4 1995/06/28 04:31:48 cgd Exp $ */
#include <dev/ic/i8237reg.h>
diff --git a/sys/dev/isa/isareg.h b/sys/dev/isa/isareg.h
index 311ed697c37..1bff1e05249 100644
--- a/sys/dev/isa/isareg.h
+++ b/sys/dev/isa/isareg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: isareg.h,v 1.2 1997/11/07 08:07:03 niklas Exp $ */
/* $NetBSD: isareg.h,v 1.5 1995/04/17 12:09:13 cgd Exp $ */
/*-
diff --git a/sys/dev/isa/mcdreg.h b/sys/dev/isa/mcdreg.h
index 11bdf8470d4..92677c4f307 100644
--- a/sys/dev/isa/mcdreg.h
+++ b/sys/dev/isa/mcdreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: mcdreg.h,v 1.2 1997/11/07 08:07:05 niklas Exp $ */
/* $NetBSD: mcdreg.h,v 1.7 1995/07/10 01:27:27 cgd Exp $ */
/*
diff --git a/sys/dev/isa/pasreg.h b/sys/dev/isa/pasreg.h
index e1b5466e7fc..f8948f9f49e 100644
--- a/sys/dev/isa/pasreg.h
+++ b/sys/dev/isa/pasreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pasreg.h,v 1.2 1997/11/07 08:07:06 niklas Exp $ */
/* $NetBSD: pasreg.h,v 1.2 1995/03/15 18:45:58 brezak Exp $ */
/* Port addresses and bit fields for the Media Vision Pro AudioSpectrum
diff --git a/sys/dev/isa/pnpdevs b/sys/dev/isa/pnpdevs
index bef1e5dda18..7551c243718 100644
--- a/sys/dev/isa/pnpdevs
+++ b/sys/dev/isa/pnpdevs
@@ -1,3 +1,5 @@
+# $OpenBSD: pnpdevs,v 1.2 1997/11/07 08:07:07 niklas Exp $
+
#--Interrupt Controllers--
# PNP0000 #AT Interrupt Controller
# PNP0001 #EISA Interrupt Controller
diff --git a/sys/dev/isa/pssreg.h b/sys/dev/isa/pssreg.h
index 017cb1a691c..5907d709ea9 100644
--- a/sys/dev/isa/pssreg.h
+++ b/sys/dev/isa/pssreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pssreg.h,v 1.2 1997/11/07 08:07:09 niklas Exp $ */
/* $NetBSD: pssreg.h,v 1.2 1995/05/08 22:02:09 brezak Exp $ */
/*
diff --git a/sys/dev/isa/seagate.c b/sys/dev/isa/seagate.c
index 0f90e391bb4..7b99ea2e3f4 100644
--- a/sys/dev/isa/seagate.c
+++ b/sys/dev/isa/seagate.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: seagate.c,v 1.11 1997/11/07 08:07:10 niklas Exp $ */
+
/*
* ST01/02, Future Domain TMC-885, TMC-950 SCSI driver
*
diff --git a/sys/dev/isa/wdsreg.h b/sys/dev/isa/wdsreg.h
index 76ebabe0208..72b560f1545 100644
--- a/sys/dev/isa/wdsreg.h
+++ b/sys/dev/isa/wdsreg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: wdsreg.h,v 1.4 1997/11/07 08:07:11 niklas Exp $ */
+
typedef u_int8_t physaddr[3];
typedef u_int8_t physlen[3];
#define ltophys _lto3b
diff --git a/sys/dev/isa/wssreg.h b/sys/dev/isa/wssreg.h
index 63566e97349..d4c37b46c1c 100644
--- a/sys/dev/isa/wssreg.h
+++ b/sys/dev/isa/wssreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: wssreg.h,v 1.3 1997/11/07 08:07:12 niklas Exp $ */
/* $NetBSD: wssreg.h,v 1.3 1995/07/07 02:15:15 brezak Exp $ */
/*
diff --git a/sys/dev/isa/wtreg.h b/sys/dev/isa/wtreg.h
index 5cf2d773752..d906715f6b8 100644
--- a/sys/dev/isa/wtreg.h
+++ b/sys/dev/isa/wtreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: wtreg.h,v 1.2 1997/11/07 08:07:13 niklas Exp $ */
/* $NetBSD: wtreg.h,v 1.5 1994/10/27 04:18:33 cgd Exp $ */
/*