summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2010-04-02 22:42:56 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2010-04-02 22:42:56 +0000
commit462fcaccf53740c0df66f0768dbdcccc860e4d11 (patch)
tree27970e58cda6aed68255879fe0065740c403320c /sys
parent203ad2b005d8071da9e3e10f79b448f721aa1e20 (diff)
add $OpenBSD$
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_se.c2
-rw-r--r--sys/dev/pci/if_sereg.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pci/if_se.c b/sys/dev/pci/if_se.c
index 60168a8d0b6..624d6c0b2cb 100644
--- a/sys/dev/pci/if_se.c
+++ b/sys/dev/pci/if_se.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: if_se.c,v 1.2 2010/04/02 22:42:55 jsg Exp $ */
+
/*-
* Copyright (c) 2009, 2010 Christopher Zimmermann <madroach@zakweb.de>
* Copyright (c) 2007, 2008 Alexander Pohoyda <alexander.pohoyda@gmx.net>
diff --git a/sys/dev/pci/if_sereg.h b/sys/dev/pci/if_sereg.h
index d829cf3ac74..009741716f9 100644
--- a/sys/dev/pci/if_sereg.h
+++ b/sys/dev/pci/if_sereg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: if_sereg.h,v 1.2 2010/04/02 22:42:55 jsg Exp $ */
+
/*-
* Copyright (c) 2009, 2010 Christopher Zimmermann <madroach@zakweb.de>
* Copyright (c) 2007, 2008 Alexander Pohoyda <alexander.pohoyda@gmx.net>