Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Change my email address.
details: https://anonhg.NetBSD.org/src/rev/8025bdc4468a
branches: trunk
changeset: 485417:8025bdc4468a
user: augustss <augustss%NetBSD.org@localhost>
date: Thu Apr 27 15:26:44 2000 +0000
description:
Change my email address.
diffstat:
sys/dev/cardbus/ohci_cardbus.c | 4 ++--
sys/dev/pci/ohci_pci.c | 4 ++--
sys/dev/pci/uhci_pci.c | 4 ++--
sys/dev/usb/hid.c | 4 ++--
sys/dev/usb/hid.h | 4 ++--
sys/dev/usb/if_upl.c | 4 ++--
sys/dev/usb/ohci.c | 4 ++--
sys/dev/usb/ohcireg.h | 4 ++--
sys/dev/usb/ohcivar.h | 4 ++--
sys/dev/usb/uaudio.c | 4 ++--
sys/dev/usb/uaudioreg.h | 7 ++++---
sys/dev/usb/ucom.c | 4 ++--
sys/dev/usb/ucomvar.h | 4 ++--
sys/dev/usb/ugen.c | 4 ++--
sys/dev/usb/uhci.c | 4 ++--
sys/dev/usb/uhcireg.h | 4 ++--
sys/dev/usb/uhcivar.h | 4 ++--
sys/dev/usb/uhid.c | 4 ++--
sys/dev/usb/uhub.c | 4 ++--
sys/dev/usb/ukbd.c | 4 ++--
sys/dev/usb/ukbdmap.c | 4 ++--
sys/dev/usb/ulpt.c | 4 ++--
sys/dev/usb/umodem.c | 4 ++--
sys/dev/usb/ums.c | 4 ++--
sys/dev/usb/urio.c | 4 ++--
sys/dev/usb/urio.h | 4 ++--
sys/dev/usb/usb.c | 4 ++--
sys/dev/usb/usb.h | 4 ++--
sys/dev/usb/usb_mem.c | 4 ++--
sys/dev/usb/usb_mem.h | 4 ++--
sys/dev/usb/usb_port.h | 4 ++--
sys/dev/usb/usb_quirks.c | 4 ++--
sys/dev/usb/usb_quirks.h | 4 ++--
sys/dev/usb/usb_subr.c | 4 ++--
sys/dev/usb/usbcdc.h | 4 ++--
sys/dev/usb/usbdevs | 4 ++--
sys/dev/usb/usbdevs.h | 4 ++--
sys/dev/usb/usbdevs_data.h | 4 ++--
sys/dev/usb/usbdi.c | 4 ++--
sys/dev/usb/usbdi.h | 4 ++--
sys/dev/usb/usbdi_util.c | 4 ++--
sys/dev/usb/usbdi_util.h | 4 ++--
sys/dev/usb/usbdivar.h | 4 ++--
sys/dev/usb/usbhid.h | 4 ++--
sys/dev/usb/uvisor.c | 4 ++--
45 files changed, 92 insertions(+), 91 deletions(-)
diffs (truncated from 794 to 300 lines):
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/cardbus/ohci_cardbus.c
--- a/sys/dev/cardbus/ohci_cardbus.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/cardbus/ohci_cardbus.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: ohci_cardbus.c,v 1.6 2000/04/25 09:20:54 augustss Exp $ */
+/* $NetBSD: ohci_cardbus.c,v 1.7 2000/04/27 15:26:44 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/pci/ohci_pci.c
--- a/sys/dev/pci/ohci_pci.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/pci/ohci_pci.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: ohci_pci.c,v 1.15 2000/04/25 09:20:55 augustss Exp $ */
+/* $NetBSD: ohci_pci.c,v 1.16 2000/04/27 15:26:46 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/pci/uhci_pci.c
--- a/sys/dev/pci/uhci_pci.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/pci/uhci_pci.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: uhci_pci.c,v 1.15 2000/04/25 09:20:55 augustss Exp $ */
+/* $NetBSD: uhci_pci.c,v 1.16 2000/04/27 15:26:46 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/hid.c
--- a/sys/dev/usb/hid.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/hid.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hid.c,v 1.14 2000/04/06 22:58:32 augustss Exp $ */
+/* $NetBSD: hid.c,v 1.15 2000/04/27 15:26:46 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/hid.c,v 1.11 1999/11/17 22:33:39 n_hibma Exp $ */
/*
@@ -6,7 +6,7 @@
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/hid.h
--- a/sys/dev/usb/hid.h Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/hid.h Thu Apr 27 15:26:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hid.h,v 1.4 1999/11/18 23:32:26 augustss Exp $ */
+/* $NetBSD: hid.h,v 1.5 2000/04/27 15:26:46 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/hid.h,v 1.7 1999/11/17 22:33:40 n_hibma Exp $ */
/*
@@ -6,7 +6,7 @@
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/if_upl.c
--- a/sys/dev/usb/if_upl.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/if_upl.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: if_upl.c,v 1.2 2000/04/12 10:36:46 itojun Exp $ */
+/* $NetBSD: if_upl.c,v 1.3 2000/04/27 15:26:46 augustss Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/ohci.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.88 2000/04/25 14:28:13 augustss Exp $ */
+/* $NetBSD: ohci.c,v 1.89 2000/04/27 15:26:46 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */
/*
@@ -6,7 +6,7 @@
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/ohcireg.h
--- a/sys/dev/usb/ohcireg.h Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/ohcireg.h Thu Apr 27 15:26:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohcireg.h,v 1.17 2000/04/01 09:27:35 augustss Exp $ */
+/* $NetBSD: ohcireg.h,v 1.18 2000/04/27 15:26:47 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohcireg.h,v 1.8 1999/11/17 22:33:40 n_hibma Exp $ */
@@ -7,7 +7,7 @@
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/ohcivar.h
--- a/sys/dev/usb/ohcivar.h Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/ohcivar.h Thu Apr 27 15:26:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohcivar.h,v 1.22 2000/04/25 09:20:55 augustss Exp $ */
+/* $NetBSD: ohcivar.h,v 1.23 2000/04/27 15:26:47 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohcivar.h,v 1.13 1999/11/17 22:33:41 n_hibma Exp $ */
/*
@@ -6,7 +6,7 @@
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/uaudio.c
--- a/sys/dev/usb/uaudio.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/uaudio.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: uaudio.c,v 1.23 2000/03/29 18:24:53 augustss Exp $ */
+/* $NetBSD: uaudio.c,v 1.24 2000/04/27 15:26:47 augustss Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/uaudioreg.h
--- a/sys/dev/usb/uaudioreg.h Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/uaudioreg.h Thu Apr 27 15:26:44 2000 +0000
@@ -1,11 +1,12 @@
-/* $NetBSD: uaudioreg.h,v 1.4 2000/01/16 09:32:56 augustss Exp $ */
+/* $NetBSD: uaudioreg.h,v 1.5 2000/04/27 15:26:47 augustss Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
- * Author: Lennart Augustsson <augustss%carlstedt.se@localhost>
- * Carlstedt Research & Technology
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
+ * Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/ucom.c
--- a/sys/dev/usb/ucom.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/ucom.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: ucom.c,v 1.22 2000/04/14 14:21:55 augustss Exp $ */
+/* $NetBSD: ucom.c,v 1.23 2000/04/27 15:26:47 augustss Exp $ */
/*
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/ucomvar.h
--- a/sys/dev/usb/ucomvar.h Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/ucomvar.h Thu Apr 27 15:26:44 2000 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: ucomvar.h,v 1.5 2000/04/14 14:21:55 augustss Exp $ */
+/* $NetBSD: ucomvar.h,v 1.6 2000/04/27 15:26:47 augustss Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/ugen.c
--- a/sys/dev/usb/ugen.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/ugen.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ugen.c,v 1.37 2000/03/27 12:33:55 augustss Exp $ */
+/* $NetBSD: ugen.c,v 1.38 2000/04/27 15:26:47 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ugen.c,v 1.26 1999/11/17 22:33:41 n_hibma Exp $ */
/*
@@ -6,7 +6,7 @@
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/uhci.c Thu Apr 27 15:26:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.112 2000/04/25 14:28:14 augustss Exp $ */
+/* $NetBSD: uhci.c,v 1.113 2000/04/27 15:26:48 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */
/*
@@ -6,7 +6,7 @@
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/uhcireg.h
--- a/sys/dev/usb/uhcireg.h Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/uhcireg.h Thu Apr 27 15:26:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhcireg.h,v 1.10 2000/04/06 23:44:21 augustss Exp $ */
+/* $NetBSD: uhcireg.h,v 1.11 2000/04/27 15:26:48 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhcireg.h,v 1.12 1999/11/17 22:33:42 n_hibma Exp $ */
/*
@@ -6,7 +6,7 @@
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/uhcivar.h
--- a/sys/dev/usb/uhcivar.h Thu Apr 27 15:25:36 2000 +0000
+++ b/sys/dev/usb/uhcivar.h Thu Apr 27 15:26:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhcivar.h,v 1.29 2000/04/25 09:20:55 augustss Exp $ */
+/* $NetBSD: uhcivar.h,v 1.30 2000/04/27 15:26:48 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhcivar.h,v 1.14 1999/11/17 22:33:42 n_hibma Exp $ */
/*
@@ -6,7 +6,7 @@
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (augustss%carlstedt.se@localhost) at
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) at
* Carlstedt Research & Technology.
*
* Redistribution and use in source and binary forms, with or without
diff -r c264b0b1401b -r 8025bdc4468a sys/dev/usb/uhid.c
Home |
Main Index |
Thread Index |
Old Index