diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-05 08:28:31 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-05 08:28:31 +0000 |
commit | a60cb9f04e99c0cab3c757184b05419d99731783 (patch) | |
tree | 0179019d40a4ef3f61069d74d76aacd7be8bbd64 /sys/dev/pci | |
parent | a033a6fcd75b2b180a93bb00fb09d2619e990803 (diff) |
Happy New Year!
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/ichiic.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/piixpm.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/ichiic.c b/sys/dev/pci/ichiic.c index 707311a14c0..2f0b9d1c222 100644 --- a/sys/dev/pci/ichiic.c +++ b/sys/dev/pci/ichiic.c @@ -1,7 +1,7 @@ -/* $OpenBSD: ichiic.c,v 1.8 2006/01/05 08:16:22 grange Exp $ */ +/* $OpenBSD: ichiic.c,v 1.9 2006/01/05 08:28:30 grange Exp $ */ /* - * Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org> + * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/dev/pci/piixpm.c b/sys/dev/pci/piixpm.c index 898658c1484..482d4260aa1 100644 --- a/sys/dev/pci/piixpm.c +++ b/sys/dev/pci/piixpm.c @@ -1,7 +1,7 @@ -/* $OpenBSD: piixpm.c,v 1.12 2006/01/05 08:16:22 grange Exp $ */ +/* $OpenBSD: piixpm.c,v 1.13 2006/01/05 08:28:30 grange Exp $ */ /* - * Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org> + * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |