diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-07 00:58:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-07 00:58:43 +0000 |
commit | ba7f0c4eefcc2a1f5b0b7a4ca7c181aa1c32e832 (patch) | |
tree | 8944b7383830ff840678ff6cde1741dccef710b7 /sys | |
parent | 25346374b7cf7d0789001cead1e4921990328c69 (diff) |
copyright dates sync; loki@animata.net
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/ehci.c | 10 | ||||
-rw-r--r-- | sys/dev/usb/ehcireg.h | 4 |
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. |