summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/si4136reg.h1
-rw-r--r--sys/dev/microcode/siop/oosiop.ss1
-rw-r--r--sys/dev/midivar.h2
-rw-r--r--sys/dev/mii/acphyreg.h1
-rw-r--r--sys/dev/mii/tlphy.c1
-rw-r--r--sys/dev/ofw/ofw_pci.h1
-rw-r--r--sys/dev/pci/agp_intel.c2
-rw-r--r--sys/dev/pci/amdpmreg.h1
-rw-r--r--sys/dev/pci/fwlynx_pci.c2
-rw-r--r--sys/dev/pci/usb_pci.c1
-rw-r--r--sys/dev/pci/usb_pci.h1
-rw-r--r--sys/dev/usb/if_axe.c2
-rw-r--r--sys/dev/usb/if_axereg.h2
-rw-r--r--sys/dev/usb/umidireg.h1
14 files changed, 18 insertions, 1 deletions
diff --git a/sys/dev/ic/si4136reg.h b/sys/dev/ic/si4136reg.h
index ee4ed391c9c..9ab399751d4 100644
--- a/sys/dev/ic/si4136reg.h
+++ b/sys/dev/ic/si4136reg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: si4136reg.h,v 1.2 2004/10/01 04:08:45 jsg Exp $ */
/* $NetBSD$ */
/*
diff --git a/sys/dev/microcode/siop/oosiop.ss b/sys/dev/microcode/siop/oosiop.ss
index b1c084f803c..e880466fc02 100644
--- a/sys/dev/microcode/siop/oosiop.ss
+++ b/sys/dev/microcode/siop/oosiop.ss
@@ -1,3 +1,4 @@
+; $OpenBSD: oosiop.ss,v 1.2 2004/10/01 04:08:45 jsg Exp $
; $NetBSD: oosiop.ss,v 1.2 2003/04/06 09:48:42 tsutsui Exp $
;
diff --git a/sys/dev/midivar.h b/sys/dev/midivar.h
index 030b69dc27b..2bc6bf0f412 100644
--- a/sys/dev/midivar.h
+++ b/sys/dev/midivar.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: midivar.h,v 1.4 2004/10/01 04:08:45 jsg Exp $ */
+
/*
* Copyright (c) 2003, 2004 Alexandre Ratchov
*
diff --git a/sys/dev/mii/acphyreg.h b/sys/dev/mii/acphyreg.h
index ae359ead47b..3eb61cd7c4e 100644
--- a/sys/dev/mii/acphyreg.h
+++ b/sys/dev/mii/acphyreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: acphyreg.h,v 1.2 2004/10/01 04:08:45 jsg Exp $ */
/* $NetBSD: acphyreg.h,v 1.1 2001/08/24 17:54:33 thorpej Exp $ */
/*
diff --git a/sys/dev/mii/tlphy.c b/sys/dev/mii/tlphy.c
index ce96ad72f91..005db1ab39d 100644
--- a/sys/dev/mii/tlphy.c
+++ b/sys/dev/mii/tlphy.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tlphy.c,v 1.12 2004/10/01 04:08:45 jsg Exp $ */
/* $NetBSD: tlphy.c,v 1.26 2000/07/04 03:29:00 thorpej Exp $ */
/*-
diff --git a/sys/dev/ofw/ofw_pci.h b/sys/dev/ofw/ofw_pci.h
index f6cd2b1b839..a463f687e7b 100644
--- a/sys/dev/ofw/ofw_pci.h
+++ b/sys/dev/ofw/ofw_pci.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ofw_pci.h,v 1.3 2004/10/01 04:08:45 jsg Exp $ */
/* $NetBSD: ofw_pci.h,v 1.4 2001/02/17 16:28:37 mrg Exp $ */
/*-
diff --git a/sys/dev/pci/agp_intel.c b/sys/dev/pci/agp_intel.c
index 2a4449715b7..7a5c8aa9042 100644
--- a/sys/dev/pci/agp_intel.c
+++ b/sys/dev/pci/agp_intel.c
@@ -1,4 +1,4 @@
-/* $OpentBSD: agp_intel.c,v 1.1 2001/10/25 21:44:00 thorpej Exp $ */
+/* $OpenBSD: agp_intel.c,v 1.3 2004/10/01 04:08:46 jsg Exp $ */
/* $NetBSD: agp_intel.c,v 1.3 2001/09/15 00:25:00 thorpej Exp $ */
/*-
diff --git a/sys/dev/pci/amdpmreg.h b/sys/dev/pci/amdpmreg.h
index d16658af4fd..e19b1703d62 100644
--- a/sys/dev/pci/amdpmreg.h
+++ b/sys/dev/pci/amdpmreg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: amdpmreg.h,v 1.3 2004/10/01 04:08:46 jsg Exp $ */
/* $NetBSD$ */
/*-
diff --git a/sys/dev/pci/fwlynx_pci.c b/sys/dev/pci/fwlynx_pci.c
index 803fdc977de..af1b1e2c5a0 100644
--- a/sys/dev/pci/fwlynx_pci.c
+++ b/sys/dev/pci/fwlynx_pci.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: fwlynx_pci.c,v 1.5 2004/10/01 04:08:46 jsg Exp $ */
+
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
diff --git a/sys/dev/pci/usb_pci.c b/sys/dev/pci/usb_pci.c
index c8fc9cdd638..941d290d947 100644
--- a/sys/dev/pci/usb_pci.c
+++ b/sys/dev/pci/usb_pci.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: usb_pci.c,v 1.2 2004/10/01 04:08:46 jsg Exp $ */
/* $NetBSD: usb_pci.c,v 1.3 2002/02/14 21:58:30 augustss Exp $ */
/*
diff --git a/sys/dev/pci/usb_pci.h b/sys/dev/pci/usb_pci.h
index 99a5fd91dff..880bf08b952 100644
--- a/sys/dev/pci/usb_pci.h
+++ b/sys/dev/pci/usb_pci.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: usb_pci.h,v 1.2 2004/10/01 04:08:46 jsg Exp $ */
/* $NetBSD: usb_pci.h,v 1.3 2002/02/14 21:58:30 augustss Exp $ */
/*
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c
index 685ff808e27..793ebc8ac01 100644
--- a/sys/dev/usb/if_axe.c
+++ b/sys/dev/usb/if_axe.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: if_axe.c,v 1.11 2004/10/01 04:08:46 jsg Exp $ */
+
/*
* Copyright (c) 1997, 1998, 1999, 2000-2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
diff --git a/sys/dev/usb/if_axereg.h b/sys/dev/usb/if_axereg.h
index cd406d3fe19..7f287b8c9b2 100644
--- a/sys/dev/usb/if_axereg.h
+++ b/sys/dev/usb/if_axereg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: if_axereg.h,v 1.3 2004/10/01 04:08:46 jsg Exp $ */
+
/*
* Copyright (c) 1997, 1998, 1999, 2000-2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
diff --git a/sys/dev/usb/umidireg.h b/sys/dev/usb/umidireg.h
index e2a51b40f4a..3db68c93c0a 100644
--- a/sys/dev/usb/umidireg.h
+++ b/sys/dev/usb/umidireg.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: umidireg.h,v 1.5 2004/10/01 04:08:46 jsg Exp $ */
/* $NetBSD: umidireg.h,v 1.3 2003/12/04 13:57:31 keihan Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.