Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Copyright maintenance.



details:   https://anonhg.NetBSD.org/src/rev/16c3ffcdfdaa
branches:  trunk
changeset: 574500:16c3ffcdfdaa
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Mar 02 11:37:27 2005 +0000

description:
Copyright maintenance.

diffstat:

 sys/dev/usb/ehcireg.h      |  4 ++--
 sys/dev/usb/ohci.c         |  6 +++---
 sys/dev/usb/ugen.c         |  6 +++---
 sys/dev/usb/uhci.c         |  6 +++---
 sys/dev/usb/uhid.c         |  6 +++---
 sys/dev/usb/uhub.c         |  6 +++---
 sys/dev/usb/umass_quirks.c |  8 +++++---
 sys/dev/usb/usb_quirks.c   |  6 +++---
 sys/dev/usb/usb_subr.c     |  6 +++---
 sys/dev/usb/usbdi_util.h   |  4 ++--
 10 files changed, 30 insertions(+), 28 deletions(-)

diffs (213 lines):

diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/ehcireg.h
--- a/sys/dev/usb/ehcireg.h     Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/ehcireg.h     Wed Mar 02 11:37:27 2005 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: ehcireg.h,v 1.19 2004/10/25 08:53:38 augustss Exp $    */
+/*     $NetBSD: ehcireg.h,v 1.20 2005/03/02 11:37:27 mycroft Exp $     */
 
 /*
- * Copyright (c) 2001 The NetBSD Foundation, Inc.
+ * Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/ohci.c        Wed Mar 02 11:37:27 2005 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: ohci.c,v 1.155 2005/02/27 00:27:51 perry Exp $ */
+/*     $NetBSD: ohci.c,v 1.156 2005/03/02 11:37:27 mycroft Exp $       */
 /*     $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $       */
 
 /*
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -46,7 +46,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.155 2005/02/27 00:27:51 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.156 2005/03/02 11:37:27 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/ugen.c
--- a/sys/dev/usb/ugen.c        Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/ugen.c        Wed Mar 02 11:37:27 2005 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: ugen.c,v 1.70 2005/02/27 00:27:51 perry Exp $  */
+/*     $NetBSD: ugen.c,v 1.71 2005/03/02 11:37:27 mycroft Exp $        */
 
 /*
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -39,7 +39,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ugen.c,v 1.70 2005/02/27 00:27:51 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ugen.c,v 1.71 2005/03/02 11:37:27 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/uhci.c        Wed Mar 02 11:37:27 2005 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: uhci.c,v 1.184 2005/02/27 00:27:51 perry Exp $ */
+/*     $NetBSD: uhci.c,v 1.185 2005/03/02 11:37:27 mycroft Exp $       */
 /*     $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $       */
 
 /*
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.184 2005/02/27 00:27:51 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.185 2005/03/02 11:37:27 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/uhid.c
--- a/sys/dev/usb/uhid.c        Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/uhid.c        Wed Mar 02 11:37:27 2005 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: uhid.c,v 1.62 2004/06/23 02:30:52 mycroft Exp $        */
+/*     $NetBSD: uhid.c,v 1.63 2005/03/02 11:37:27 mycroft Exp $        */
 
 /*
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhid.c,v 1.62 2004/06/23 02:30:52 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhid.c,v 1.63 2005/03/02 11:37:27 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/uhub.c
--- a/sys/dev/usb/uhub.c        Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/uhub.c        Wed Mar 02 11:37:27 2005 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: uhub.c,v 1.73 2005/02/27 00:27:51 perry Exp $  */
+/*     $NetBSD: uhub.c,v 1.74 2005/03/02 11:37:27 mycroft Exp $        */
 /*     $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $       */
 
 /*
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.73 2005/02/27 00:27:51 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.74 2005/03/02 11:37:27 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c        Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/umass_quirks.c        Wed Mar 02 11:37:27 2005 +0000
@@ -1,11 +1,13 @@
-/*     $NetBSD: umass_quirks.c,v 1.67 2004/06/28 07:49:16 mycroft Exp $        */
+/*     $NetBSD: umass_quirks.c,v 1.68 2005/03/02 11:37:27 mycroft Exp $        */
 
 /*
- * Copyright (c) 2001 The NetBSD Foundation, Inc.
+ * Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
  * by MAEKAWA Masahide (gehenna%NetBSD.org@localhost).
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Charles M. Hannum.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -37,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.67 2004/06/28 07:49:16 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.68 2005/03/02 11:37:27 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c  Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/usb_quirks.c  Wed Mar 02 11:37:27 2005 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: usb_quirks.c,v 1.51 2005/01/22 16:38:55 hamajima Exp $ */
+/*     $NetBSD: usb_quirks.c,v 1.52 2005/03/02 11:37:27 mycroft Exp $  */
 /*     $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.30 2003/01/02 04:15:55 imp Exp $     */
 
 /*
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.51 2005/01/22 16:38:55 hamajima Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.52 2005/03/02 11:37:27 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/usb_subr.c
--- a/sys/dev/usb/usb_subr.c    Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/usb_subr.c    Wed Mar 02 11:37:27 2005 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: usb_subr.c,v 1.120 2004/10/23 16:17:56 augustss Exp $  */
+/*     $NetBSD: usb_subr.c,v 1.121 2005/03/02 11:37:27 mycroft Exp $   */
 /*     $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.120 2004/10/23 16:17:56 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.121 2005/03/02 11:37:27 mycroft Exp $");
 
 #include "opt_usbverbose.h"
 
diff -r 04d74c8d25b5 -r 16c3ffcdfdaa sys/dev/usb/usbdi_util.h
--- a/sys/dev/usb/usbdi_util.h  Wed Mar 02 11:35:07 2005 +0000
+++ b/sys/dev/usb/usbdi_util.h  Wed Mar 02 11:37:27 2005 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: usbdi_util.h,v 1.31 2004/12/03 08:53:40 augustss Exp $ */
+/*     $NetBSD: usbdi_util.h,v 1.32 2005/03/02 11:37:27 mycroft Exp $  */
 
 /*
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation



Home | Main Index | Thread Index | Old Index