Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci/ixgbe Update copyright to 2020.



details:   https://anonhg.NetBSD.org/src/rev/841db7b872b4
branches:  trunk
changeset: 1029160:841db7b872b4
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 24 05:02:11 2021 +0000

description:
Update copyright to 2020.

  FreeBSD: 8455e365f77f5b66ac9521dbcd690f79345ce147

diffstat:

 sys/dev/pci/ixgbe/ixgbe_82598.c     |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_82598.h     |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_82599.c     |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_82599.h     |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_api.c       |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_api.h       |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_bypass.h    |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_common.c    |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_common.h    |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_dcb.c       |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_dcb.h       |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_dcb_82598.c |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_dcb_82598.h |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_dcb_82599.c |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_dcb_82599.h |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_fdir.h      |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_features.h  |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_mbx.c       |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_mbx.h       |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_osdep.c     |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_osdep.h     |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_phy.c       |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_phy.h       |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_rss.h       |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_sriov.h     |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_type.h      |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_vf.c        |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_vf.h        |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_x540.c      |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_x540.h      |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_x550.c      |  6 +++---
 sys/dev/pci/ixgbe/ixgbe_x550.h      |  4 ++--
 32 files changed, 77 insertions(+), 77 deletions(-)

diffs (truncated from 577 to 300 lines):

diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_82598.c
--- a/sys/dev/pci/ixgbe/ixgbe_82598.c   Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_82598.c   Fri Dec 24 05:02:11 2021 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_82598.c,v 1.17 2021/12/10 11:31:22 msaitoh Exp $ */
+/* $NetBSD: ixgbe_82598.c,v 1.18 2021/12/24 05:02:11 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_82598.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_82598.c,v 1.17 2021/12/10 11:31:22 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_82598.c,v 1.18 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_type.h"
 #include "ixgbe_82598.h"
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_82598.h
--- a/sys/dev/pci/ixgbe/ixgbe_82598.h   Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_82598.h   Fri Dec 24 05:02:11 2021 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_82598.h,v 1.8 2018/04/04 08:13:07 msaitoh Exp $ */
+/* $NetBSD: ixgbe_82598.h,v 1.9 2021/12/24 05:02:11 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_82599.c
--- a/sys/dev/pci/ixgbe/ixgbe_82599.c   Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_82599.c   Fri Dec 24 05:02:11 2021 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_82599.c,v 1.27 2021/12/14 05:26:08 msaitoh Exp $ */
+/* $NetBSD: ixgbe_82599.c,v 1.28 2021/12/24 05:02:11 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_82599.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_82599.c,v 1.27 2021/12/14 05:26:08 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_82599.c,v 1.28 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_type.h"
 #include "ixgbe_82599.h"
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_82599.h
--- a/sys/dev/pci/ixgbe/ixgbe_82599.h   Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_82599.h   Fri Dec 24 05:02:11 2021 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_82599.h,v 1.7 2018/04/04 08:13:07 msaitoh Exp $ */
+/* $NetBSD: ixgbe_82599.h,v 1.8 2021/12/24 05:02:11 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_api.c
--- a/sys/dev/pci/ixgbe/ixgbe_api.c     Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_api.c     Fri Dec 24 05:02:11 2021 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_api.c,v 1.26 2021/12/10 11:31:22 msaitoh Exp $ */
+/* $NetBSD: ixgbe_api.c,v 1.27 2021/12/24 05:02:11 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_api.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_api.c,v 1.26 2021/12/10 11:31:22 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_api.c,v 1.27 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_api.h"
 #include "ixgbe_common.h"
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_api.h
--- a/sys/dev/pci/ixgbe/ixgbe_api.h     Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_api.h     Fri Dec 24 05:02:11 2021 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_api.h,v 1.15 2019/06/27 05:55:40 msaitoh Exp $ */
+/* $NetBSD: ixgbe_api.h,v 1.16 2021/12/24 05:02:11 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_bypass.h
--- a/sys/dev/pci/ixgbe/ixgbe_bypass.h  Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_bypass.h  Fri Dec 24 05:02:11 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: ixgbe_bypass.h,v 1.2 2021/04/30 06:41:36 msaitoh Exp $ */
+/* $NetBSD: ixgbe_bypass.h,v 1.3 2021/12/24 05:02:11 msaitoh Exp $ */
 /******************************************************************************
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_common.c
--- a/sys/dev/pci/ixgbe/ixgbe_common.c  Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_common.c  Fri Dec 24 05:02:11 2021 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_common.c,v 1.41 2021/12/14 05:35:46 msaitoh Exp $ */
+/* $NetBSD: ixgbe_common.c,v 1.42 2021/12/24 05:02:11 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_common.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_common.c,v 1.41 2021/12/14 05:35:46 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_common.c,v 1.42 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_common.h"
 #include "ixgbe_phy.h"
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_common.h
--- a/sys/dev/pci/ixgbe/ixgbe_common.h  Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_common.h  Fri Dec 24 05:02:11 2021 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_common.h,v 1.15 2021/12/10 11:20:13 msaitoh Exp $ */
+/* $NetBSD: ixgbe_common.h,v 1.16 2021/12/24 05:02:11 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_dcb.c
--- a/sys/dev/pci/ixgbe/ixgbe_dcb.c     Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_dcb.c     Fri Dec 24 05:02:11 2021 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ixgbe_dcb.c,v 1.12 2021/12/10 11:31:22 msaitoh Exp $ */
+/* $NetBSD: ixgbe_dcb.c,v 1.13 2021/12/24 05:02:11 msaitoh Exp $ */
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
@@ -35,7 +35,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_dcb.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_dcb.c,v 1.12 2021/12/10 11:31:22 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_dcb.c,v 1.13 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_type.h"
 #include "ixgbe_dcb.h"
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_dcb.h
--- a/sys/dev/pci/ixgbe/ixgbe_dcb.h     Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_dcb.h     Fri Dec 24 05:02:11 2021 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ixgbe_dcb.h,v 1.8 2021/12/15 09:54:56 msaitoh Exp $ */
+/* $NetBSD: ixgbe_dcb.h,v 1.9 2021/12/24 05:02:11 msaitoh Exp $ */
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
--- a/sys/dev/pci/ixgbe/ixgbe_dcb_82598.c       Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_dcb_82598.c       Fri Dec 24 05:02:11 2021 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ixgbe_dcb_82598.c,v 1.11 2021/12/15 09:52:44 msaitoh Exp $ */
+/* $NetBSD: ixgbe_dcb_82598.c,v 1.12 2021/12/24 05:02:11 msaitoh Exp $ */
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
@@ -35,7 +35,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_dcb_82598.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_dcb_82598.c,v 1.11 2021/12/15 09:52:44 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_dcb_82598.c,v 1.12 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_type.h"
 #include "ixgbe_dcb.h"
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
--- a/sys/dev/pci/ixgbe/ixgbe_dcb_82598.h       Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_dcb_82598.h       Fri Dec 24 05:02:11 2021 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_dcb_82598.h,v 1.7 2021/05/19 08:19:20 msaitoh Exp $ */
+/* $NetBSD: ixgbe_dcb_82598.h,v 1.8 2021/12/24 05:02:11 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
--- a/sys/dev/pci/ixgbe/ixgbe_dcb_82599.c       Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_dcb_82599.c       Fri Dec 24 05:02:11 2021 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ixgbe_dcb_82599.c,v 1.10 2021/12/10 11:16:54 msaitoh Exp $ */
+/* $NetBSD: ixgbe_dcb_82599.c,v 1.11 2021/12/24 05:02:11 msaitoh Exp $ */
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
@@ -35,7 +35,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_dcb_82599.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_dcb_82599.c,v 1.10 2021/12/10 11:16:54 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_dcb_82599.c,v 1.11 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_type.h"
 #include "ixgbe_dcb.h"
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
--- a/sys/dev/pci/ixgbe/ixgbe_dcb_82599.h       Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_dcb_82599.h       Fri Dec 24 05:02:11 2021 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ixgbe_dcb_82599.h,v 1.7 2021/04/30 06:41:36 msaitoh Exp $ */
+/* $NetBSD: ixgbe_dcb_82599.h,v 1.8 2021/12/24 05:02:11 msaitoh Exp $ */
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_fdir.h
--- a/sys/dev/pci/ixgbe/ixgbe_fdir.h    Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_fdir.h    Fri Dec 24 05:02:11 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: ixgbe_fdir.h,v 1.3 2021/04/30 06:41:36 msaitoh Exp $ */
+/* $NetBSD: ixgbe_fdir.h,v 1.4 2021/12/24 05:02:11 msaitoh Exp $ */
 /******************************************************************************
 
-  Copyright (c) 2001-2017, Intel Corporation
+  Copyright (c) 2001-2020, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff -r 064948b10821 -r 841db7b872b4 sys/dev/pci/ixgbe/ixgbe_features.h
--- a/sys/dev/pci/ixgbe/ixgbe_features.h        Fri Dec 24 05:01:00 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_features.h        Fri Dec 24 05:02:11 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: ixgbe_features.h,v 1.3 2021/04/30 06:41:36 msaitoh Exp $ */
+/* $NetBSD: ixgbe_features.h,v 1.4 2021/12/24 05:02:11 msaitoh Exp $ */



Home | Main Index | Thread Index | Old Index