summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_dc.c2
-rw-r--r--sys/dev/pci/if_dcreg.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/if_dc.c b/sys/dev/pci/if_dc.c
index d2f26f85ce5..6c922931c42 100644
--- a/sys/dev/pci/if_dc.c
+++ b/sys/dev/pci/if_dc.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: if_dc.c,v 1.2 1999/12/09 15:29:26 jason Exp $ */
+
/*
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
diff --git a/sys/dev/pci/if_dcreg.h b/sys/dev/pci/if_dcreg.h
index e5886512d50..3b9cebcab34 100644
--- a/sys/dev/pci/if_dcreg.h
+++ b/sys/dev/pci/if_dcreg.h
@@ -1,4 +1,5 @@
-/* $OpenBSD: if_dcreg.h,v 1.1 1999/12/08 22:35:33 aaron Exp $ */
+/* $OpenBSD: if_dcreg.h,v 1.2 1999/12/09 15:29:27 jason Exp $ */
+
/*
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.