diff options
author | 2007-10-28 18:25:21 +0000 | |
---|---|---|
committer | 2007-10-28 18:25:21 +0000 | |
commit | 7b061fb4f702a23f3383959277c7ba2930eb73f1 (patch) | |
tree | f722155ae3ab06877370a734a8e73c9f3bfccb99 | |
parent | stop putting xfs (and only xfs) rcsid into the kernel; ok miod (diff) | |
download | wireguard-openbsd-7b061fb4f702a23f3383959277c7ba2930eb73f1.tar.xz wireguard-openbsd-7b061fb4f702a23f3383959277c7ba2930eb73f1.zip |
id tags.
-rw-r--r-- | sys/dev/pci/envy.c | 1 | ||||
-rw-r--r-- | sys/dev/pci/envyreg.h | 1 | ||||
-rw-r--r-- | sys/dev/pci/envyvar.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pci/envy.c b/sys/dev/pci/envy.c index 9c68145566b..be0d5135954 100644 --- a/sys/dev/pci/envy.c +++ b/sys/dev/pci/envy.c @@ -1,3 +1,4 @@ +/* $OpenBSD: envy.c,v 1.2 2007/10/28 18:25:21 fgsch Exp $ */ /* * Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> * diff --git a/sys/dev/pci/envyreg.h b/sys/dev/pci/envyreg.h index 4283d2822f8..f46521680da 100644 --- a/sys/dev/pci/envyreg.h +++ b/sys/dev/pci/envyreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: envyreg.h,v 1.2 2007/10/28 18:25:21 fgsch Exp $ */ /* * Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> * diff --git a/sys/dev/pci/envyvar.h b/sys/dev/pci/envyvar.h index 4143cecad3c..ee40f6599b4 100644 --- a/sys/dev/pci/envyvar.h +++ b/sys/dev/pci/envyvar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: envyvar.h,v 1.2 2007/10/28 18:25:21 fgsch Exp $ */ /* * Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> * |