Module Name:    src
Committed By:   msaitoh
Date:           Fri Dec 24 05:02:12 UTC 2021

Modified Files:
        src/sys/dev/pci/ixgbe: ixgbe_82598.c ixgbe_82598.h ixgbe_82599.c
            ixgbe_82599.h ixgbe_api.c ixgbe_api.h ixgbe_bypass.h ixgbe_common.c
            ixgbe_common.h ixgbe_dcb.c ixgbe_dcb.h ixgbe_dcb_82598.c
            ixgbe_dcb_82598.h ixgbe_dcb_82599.c ixgbe_dcb_82599.h ixgbe_fdir.h
            ixgbe_features.h ixgbe_mbx.c ixgbe_mbx.h ixgbe_osdep.c
            ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_rss.h ixgbe_sriov.h
            ixgbe_type.h ixgbe_vf.c ixgbe_vf.h ixgbe_x540.c ixgbe_x540.h
            ixgbe_x550.c ixgbe_x550.h

Log Message:
Update copyright to 2020.

  FreeBSD: 8455e365f77f5b66ac9521dbcd690f79345ce147


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/ixgbe/ixgbe_82598.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/ixgbe/ixgbe_82598.h \
    src/sys/dev/pci/ixgbe/ixgbe_dcb.h
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/ixgbe/ixgbe_82599.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/ixgbe/ixgbe_82599.h \
    src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.h \
    src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.h \
    src/sys/dev/pci/ixgbe/ixgbe_osdep.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/pci/ixgbe/ixgbe_api.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/ixgbe/ixgbe_api.h \
    src/sys/dev/pci/ixgbe/ixgbe_common.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/ixgbe/ixgbe_bypass.h
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/pci/ixgbe/ixgbe_common.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/ixgbe/ixgbe_dcb.c \
    src/sys/dev/pci/ixgbe/ixgbe_phy.h
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/ixgbe/ixgbe_fdir.h \
    src/sys/dev/pci/ixgbe/ixgbe_features.h
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/ixgbe/ixgbe_mbx.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/ixgbe/ixgbe_mbx.h
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/pci/ixgbe/ixgbe_osdep.h
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/ixgbe/ixgbe_phy.c \
    src/sys/dev/pci/ixgbe/ixgbe_vf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/ixgbe/ixgbe_rss.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/ixgbe/ixgbe_sriov.h
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/ixgbe/ixgbe_type.h
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/ixgbe/ixgbe_vf.h
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/ixgbe/ixgbe_x540.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/ixgbe/ixgbe_x540.h
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/ixgbe/ixgbe_x550.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/ixgbe/ixgbe_x550.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ixgbe/ixgbe_82598.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_82598.c:1.17 src/sys/dev/pci/ixgbe/ixgbe_82598.c:1.18
--- src/sys/dev/pci/ixgbe/ixgbe_82598.c:1.17	Fri Dec 10 11:31:22 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_82598.c	Fri Dec 24 05:02:11 2021
@@ -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"

Index: src/sys/dev/pci/ixgbe/ixgbe_82598.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_82598.h:1.8 src/sys/dev/pci/ixgbe/ixgbe_82598.h:1.9
--- src/sys/dev/pci/ixgbe/ixgbe_82598.h:1.8	Wed Apr  4 08:13:07 2018
+++ src/sys/dev/pci/ixgbe/ixgbe_82598.h	Fri Dec 24 05:02:11 2021
@@ -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
Index: src/sys/dev/pci/ixgbe/ixgbe_dcb.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_dcb.h:1.8 src/sys/dev/pci/ixgbe/ixgbe_dcb.h:1.9
--- src/sys/dev/pci/ixgbe/ixgbe_dcb.h:1.8	Wed Dec 15 09:54:56 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_dcb.h	Fri Dec 24 05:02:11 2021
@@ -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

Index: src/sys/dev/pci/ixgbe/ixgbe_82599.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_82599.c:1.27 src/sys/dev/pci/ixgbe/ixgbe_82599.c:1.28
--- src/sys/dev/pci/ixgbe/ixgbe_82599.c:1.27	Tue Dec 14 05:26:08 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_82599.c	Fri Dec 24 05:02:11 2021
@@ -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"

Index: src/sys/dev/pci/ixgbe/ixgbe_82599.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_82599.h:1.7 src/sys/dev/pci/ixgbe/ixgbe_82599.h:1.8
--- src/sys/dev/pci/ixgbe/ixgbe_82599.h:1.7	Wed Apr  4 08:13:07 2018
+++ src/sys/dev/pci/ixgbe/ixgbe_82599.h	Fri Dec 24 05:02:11 2021
@@ -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
Index: src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.h:1.7 src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.h:1.8
--- src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.h:1.7	Wed May 19 08:19:20 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.h	Fri Dec 24 05:02:11 2021
@@ -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
Index: src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.h:1.7 src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.h:1.8
--- src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.h:1.7	Fri Apr 30 06:41:36 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.h	Fri Dec 24 05:02:11 2021
@@ -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
Index: src/sys/dev/pci/ixgbe/ixgbe_osdep.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_osdep.c:1.7 src/sys/dev/pci/ixgbe/ixgbe_osdep.c:1.8
--- src/sys/dev/pci/ixgbe/ixgbe_osdep.c:1.7	Fri Apr 30 06:55:32 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_osdep.c	Fri Dec 24 05:02:11 2021
@@ -1,8 +1,8 @@
-/* $NetBSD: ixgbe_osdep.c,v 1.7 2021/04/30 06:55:32 msaitoh Exp $ */
+/* $NetBSD: ixgbe_osdep.c,v 1.8 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
@@ -35,7 +35,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_osdep.c 327031 2017-12-20 18:15:06Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_osdep.c,v 1.7 2021/04/30 06:55:32 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_osdep.c,v 1.8 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_osdep.h"
 #include "ixgbe.h"

Index: src/sys/dev/pci/ixgbe/ixgbe_api.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_api.c:1.26 src/sys/dev/pci/ixgbe/ixgbe_api.c:1.27
--- src/sys/dev/pci/ixgbe/ixgbe_api.c:1.26	Fri Dec 10 11:31:22 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_api.c	Fri Dec 24 05:02:11 2021
@@ -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"

Index: src/sys/dev/pci/ixgbe/ixgbe_api.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_api.h:1.15 src/sys/dev/pci/ixgbe/ixgbe_api.h:1.16
--- src/sys/dev/pci/ixgbe/ixgbe_api.h:1.15	Thu Jun 27 05:55:40 2019
+++ src/sys/dev/pci/ixgbe/ixgbe_api.h	Fri Dec 24 05:02:11 2021
@@ -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
Index: src/sys/dev/pci/ixgbe/ixgbe_common.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_common.h:1.15 src/sys/dev/pci/ixgbe/ixgbe_common.h:1.16
--- src/sys/dev/pci/ixgbe/ixgbe_common.h:1.15	Fri Dec 10 11:20:13 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_common.h	Fri Dec 24 05:02:11 2021
@@ -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

Index: src/sys/dev/pci/ixgbe/ixgbe_bypass.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_bypass.h:1.2 src/sys/dev/pci/ixgbe/ixgbe_bypass.h:1.3
--- src/sys/dev/pci/ixgbe/ixgbe_bypass.h:1.2	Fri Apr 30 06:41:36 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_bypass.h	Fri Dec 24 05:02:11 2021
@@ -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

Index: src/sys/dev/pci/ixgbe/ixgbe_common.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_common.c:1.41 src/sys/dev/pci/ixgbe/ixgbe_common.c:1.42
--- src/sys/dev/pci/ixgbe/ixgbe_common.c:1.41	Tue Dec 14 05:35:46 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_common.c	Fri Dec 24 05:02:11 2021
@@ -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"

Index: src/sys/dev/pci/ixgbe/ixgbe_dcb.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_dcb.c:1.12 src/sys/dev/pci/ixgbe/ixgbe_dcb.c:1.13
--- src/sys/dev/pci/ixgbe/ixgbe_dcb.c:1.12	Fri Dec 10 11:31:22 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_dcb.c	Fri Dec 24 05:02:11 2021
@@ -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"
Index: src/sys/dev/pci/ixgbe/ixgbe_phy.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_phy.h:1.12 src/sys/dev/pci/ixgbe/ixgbe_phy.h:1.13
--- src/sys/dev/pci/ixgbe/ixgbe_phy.h:1.12	Mon Aug 31 11:19:54 2020
+++ src/sys/dev/pci/ixgbe/ixgbe_phy.h	Fri Dec 24 05:02:11 2021
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_phy.h,v 1.12 2020/08/31 11:19:54 msaitoh Exp $ */
+/* $NetBSD: ixgbe_phy.h,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

Index: src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.c:1.11 src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.c:1.12
--- src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.c:1.11	Wed Dec 15 09:52:44 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_dcb_82598.c	Fri Dec 24 05:02:11 2021
@@ -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"

Index: src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.c:1.10 src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.c:1.11
--- src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.c:1.10	Fri Dec 10 11:16:54 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_dcb_82599.c	Fri Dec 24 05:02:11 2021
@@ -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"

Index: src/sys/dev/pci/ixgbe/ixgbe_fdir.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_fdir.h:1.3 src/sys/dev/pci/ixgbe/ixgbe_fdir.h:1.4
--- src/sys/dev/pci/ixgbe/ixgbe_fdir.h:1.3	Fri Apr 30 06:41:36 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_fdir.h	Fri Dec 24 05:02:11 2021
@@ -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
Index: src/sys/dev/pci/ixgbe/ixgbe_features.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_features.h:1.3 src/sys/dev/pci/ixgbe/ixgbe_features.h:1.4
--- src/sys/dev/pci/ixgbe/ixgbe_features.h:1.3	Fri Apr 30 06:41:36 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_features.h	Fri Dec 24 05:02:11 2021
@@ -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 $ */
 /******************************************************************************
 
-  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

Index: src/sys/dev/pci/ixgbe/ixgbe_mbx.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_mbx.c:1.13 src/sys/dev/pci/ixgbe/ixgbe_mbx.c:1.14
--- src/sys/dev/pci/ixgbe/ixgbe_mbx.c:1.13	Fri Dec 10 11:31:22 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_mbx.c	Fri Dec 24 05:02:11 2021
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_mbx.c,v 1.13 2021/12/10 11:31:22 msaitoh Exp $ */
+/* $NetBSD: ixgbe_mbx.c,v 1.14 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_mbx.c 326022 2017-11-20 19:36:21Z pfg $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_mbx.c,v 1.13 2021/12/10 11:31:22 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_mbx.c,v 1.14 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_type.h"
 #include "ixgbe_mbx.h"

Index: src/sys/dev/pci/ixgbe/ixgbe_mbx.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_mbx.h:1.16 src/sys/dev/pci/ixgbe/ixgbe_mbx.h:1.17
--- src/sys/dev/pci/ixgbe/ixgbe_mbx.h:1.16	Fri Dec 24 04:59:23 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_mbx.h	Fri Dec 24 05:02:11 2021
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_mbx.h,v 1.16 2021/12/24 04:59:23 msaitoh Exp $ */
+/* $NetBSD: ixgbe_mbx.h,v 1.17 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

Index: src/sys/dev/pci/ixgbe/ixgbe_osdep.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_osdep.h:1.30 src/sys/dev/pci/ixgbe/ixgbe_osdep.h:1.31
--- src/sys/dev/pci/ixgbe/ixgbe_osdep.h:1.30	Wed Aug 25 09:06:02 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_osdep.h	Fri Dec 24 05:02:11 2021
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_osdep.h,v 1.30 2021/08/25 09:06:02 msaitoh Exp $ */
+/* $NetBSD: ixgbe_osdep.h,v 1.31 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

Index: src/sys/dev/pci/ixgbe/ixgbe_phy.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_phy.c:1.28 src/sys/dev/pci/ixgbe/ixgbe_phy.c:1.29
--- src/sys/dev/pci/ixgbe/ixgbe_phy.c:1.28	Wed Dec 15 09:19:34 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_phy.c	Fri Dec 24 05:02:11 2021
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_phy.c,v 1.28 2021/12/15 09:19:34 msaitoh Exp $ */
+/* $NetBSD: ixgbe_phy.c,v 1.29 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_phy.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_phy.c,v 1.28 2021/12/15 09:19:34 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_phy.c,v 1.29 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_api.h"
 #include "ixgbe_common.h"
Index: src/sys/dev/pci/ixgbe/ixgbe_vf.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_vf.c:1.28 src/sys/dev/pci/ixgbe/ixgbe_vf.c:1.29
--- src/sys/dev/pci/ixgbe/ixgbe_vf.c:1.28	Fri Dec 24 04:59:23 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_vf.c	Fri Dec 24 05:02:11 2021
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_vf.c,v 1.28 2021/12/24 04:59:23 msaitoh Exp $ */
+/* $NetBSD: ixgbe_vf.c,v 1.29 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_vf.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_vf.c,v 1.28 2021/12/24 04:59:23 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_vf.c,v 1.29 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_api.h"
 #include "ixgbe_type.h"

Index: src/sys/dev/pci/ixgbe/ixgbe_rss.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_rss.h:1.5 src/sys/dev/pci/ixgbe/ixgbe_rss.h:1.6
--- src/sys/dev/pci/ixgbe/ixgbe_rss.h:1.5	Fri Apr 30 06:41:36 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_rss.h	Fri Dec 24 05:02:11 2021
@@ -1,7 +1,7 @@
-/* $NetBSD: ixgbe_rss.h,v 1.5 2021/04/30 06:41:36 msaitoh Exp $ */
+/* $NetBSD: ixgbe_rss.h,v 1.6 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

Index: src/sys/dev/pci/ixgbe/ixgbe_sriov.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_sriov.h:1.4 src/sys/dev/pci/ixgbe/ixgbe_sriov.h:1.5
--- src/sys/dev/pci/ixgbe/ixgbe_sriov.h:1.4	Fri Apr 30 06:41:36 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_sriov.h	Fri Dec 24 05:02:11 2021
@@ -1,7 +1,7 @@
-/* $NetBSD: ixgbe_sriov.h,v 1.4 2021/04/30 06:41:36 msaitoh Exp $ */
+/* $NetBSD: ixgbe_sriov.h,v 1.5 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

Index: src/sys/dev/pci/ixgbe/ixgbe_type.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_type.h:1.53 src/sys/dev/pci/ixgbe/ixgbe_type.h:1.54
--- src/sys/dev/pci/ixgbe/ixgbe_type.h:1.53	Fri Dec 24 04:56:34 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_type.h	Fri Dec 24 05:02:11 2021
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_type.h,v 1.53 2021/12/24 04:56:34 msaitoh Exp $ */
+/* $NetBSD: ixgbe_type.h,v 1.54 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

Index: src/sys/dev/pci/ixgbe/ixgbe_vf.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_vf.h:1.14 src/sys/dev/pci/ixgbe/ixgbe_vf.h:1.15
--- src/sys/dev/pci/ixgbe/ixgbe_vf.h:1.14	Thu Sep 12 06:19:47 2019
+++ src/sys/dev/pci/ixgbe/ixgbe_vf.h	Fri Dec 24 05:02:11 2021
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_vf.h,v 1.14 2019/09/12 06:19:47 msaitoh Exp $ */
+/* $NetBSD: ixgbe_vf.h,v 1.15 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

Index: src/sys/dev/pci/ixgbe/ixgbe_x540.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_x540.c:1.21 src/sys/dev/pci/ixgbe/ixgbe_x540.c:1.22
--- src/sys/dev/pci/ixgbe/ixgbe_x540.c:1.21	Fri Dec 10 11:31:22 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_x540.c	Fri Dec 24 05:02:11 2021
@@ -1,9 +1,9 @@
-/* $NetBSD: ixgbe_x540.c,v 1.21 2021/12/10 11:31:22 msaitoh Exp $ */
+/* $NetBSD: ixgbe_x540.c,v 1.22 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_x540.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_x540.c,v 1.21 2021/12/10 11:31:22 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_x540.c,v 1.22 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_x540.h"
 #include "ixgbe_type.h"

Index: src/sys/dev/pci/ixgbe/ixgbe_x540.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_x540.h:1.9 src/sys/dev/pci/ixgbe/ixgbe_x540.h:1.10
--- src/sys/dev/pci/ixgbe/ixgbe_x540.h:1.9	Fri Apr 30 06:41:36 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_x540.h	Fri Dec 24 05:02:11 2021
@@ -1,8 +1,8 @@
-/* $NetBSD: ixgbe_x540.h,v 1.9 2021/04/30 06:41:36 msaitoh Exp $ */
+/* $NetBSD: ixgbe_x540.h,v 1.10 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

Index: src/sys/dev/pci/ixgbe/ixgbe_x550.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_x550.c:1.24 src/sys/dev/pci/ixgbe/ixgbe_x550.c:1.25
--- src/sys/dev/pci/ixgbe/ixgbe_x550.c:1.24	Wed Dec 15 09:50:21 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_x550.c	Fri Dec 24 05:02:11 2021
@@ -1,8 +1,8 @@
-/* $NetBSD: ixgbe_x550.c,v 1.24 2021/12/15 09:50:21 msaitoh Exp $ */
+/* $NetBSD: ixgbe_x550.c,v 1.25 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
@@ -35,7 +35,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_x550.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_x550.c,v 1.24 2021/12/15 09:50:21 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_x550.c,v 1.25 2021/12/24 05:02:11 msaitoh Exp $");
 
 #include "ixgbe_x550.h"
 #include "ixgbe_x540.h"

Index: src/sys/dev/pci/ixgbe/ixgbe_x550.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_x550.h:1.6 src/sys/dev/pci/ixgbe/ixgbe_x550.h:1.7
--- src/sys/dev/pci/ixgbe/ixgbe_x550.h:1.6	Fri Apr 30 06:41:36 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_x550.h	Fri Dec 24 05:02:11 2021
@@ -1,7 +1,7 @@
-/* $NetBSD: ixgbe_x550.h,v 1.6 2021/04/30 06:41:36 msaitoh Exp $ */
+/* $NetBSD: ixgbe_x550.h,v 1.7 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

Reply via email to