summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-07 00:58:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-07 00:58:43 +0000
commitba7f0c4eefcc2a1f5b0b7a4ca7c181aa1c32e832 (patch)
tree8944b7383830ff840678ff6cde1741dccef710b7 /sys
parent25346374b7cf7d0789001cead1e4921990328c69 (diff)
copyright dates sync; loki@animata.net
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ehci.c10
-rw-r--r--sys/dev/usb/ehcireg.h4
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index ed986219e7e..e326af870db 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,12 +1,12 @@
-/* $OpenBSD: ehci.c,v 1.13 2004/07/07 00:58:05 deraadt Exp $ */
-/* $NetBSD: ehci.c,v 1.54 2004/01/17 13:15:05 jdolecek Exp $ */
+/* $OpenBSD: ehci.c,v 1.14 2004/07/07 00:58:42 deraadt Exp $ */
+/* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */
/*
- * Copyright (c) 2001 The NetBSD Foundation, Inc.
+ * Copyright (c) 2004 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (lennart@augustsson.net).
+ * by Lennart Augustsson (lennart@augustsson.net) and by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -67,7 +67,7 @@
#include <sys/cdefs.h>
#if defined(__NetBSD__)
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.54 2004/01/17 13:15:05 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $");
#endif
#include "ohci.h"
diff --git a/sys/dev/usb/ehcireg.h b/sys/dev/usb/ehcireg.h
index 05d2aef1440..0f31a4775dc 100644
--- a/sys/dev/usb/ehcireg.h
+++ b/sys/dev/usb/ehcireg.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: ehcireg.h,v 1.8 2004/07/07 00:58:05 deraadt Exp $ */
-/* $NetBSD: ehcireg.h,v 1.14 2003/10/13 00:05:10 enami Exp $ */
+/* $OpenBSD: ehcireg.h,v 1.9 2004/07/07 00:58:42 deraadt Exp $ */
+/* $NetBSD: ehcireg.h,v 1.17 2004/06/23 06:45:56 mycroft Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.