diff options
author | 2004-07-07 00:58:42 +0000 | |
---|---|---|
committer | 2004-07-07 00:58:42 +0000 | |
commit | d45175cf44584544bda9bb49d5698038cdaeae95 (patch) | |
tree | b233c572bf0f073ee1077f87a18acd7bab1e4b2c | |
parent | Changes EHCI_QTD_TOGGLE to EHCI_QTD_TOGGLE_MASK; loki@animata.net (diff) | |
download | wireguard-openbsd-d45175cf44584544bda9bb49d5698038cdaeae95.tar.xz wireguard-openbsd-d45175cf44584544bda9bb49d5698038cdaeae95.zip |
copyright dates sync; loki@animata.net
-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. |