diff options
author | Eric Joyner <erj@FreeBSD.org> | 2021-02-23 01:45:09 +0000 |
---|---|---|
committer | Eric Joyner <erj@FreeBSD.org> | 2021-09-20 22:09:29 +0000 |
commit | 5d38d78f355013eba79eee3addf15a7ad59707c9 (patch) | |
tree | 504ec6cffdf074ea2f1e25b6d38d8f81be645be4 /sys/dev/ice/ice_hw_autogen.h | |
parent | 52323cdab7242ae651357bb51b9658e2b5193795 (diff) |
ice(4): Update to version 0.28.1-k
This updates the driver to align with the version included in
the "Intel Ethernet Adapter Complete Driver Pack", version 25.6.
There are no major functional changes; this mostly contains
bug fixes and changes to prepare for new features. This version
of the driver uses the previously committed ice_ddp package
1.3.19.0.
Signed-off-by: Eric Joyner <erj@FreeBSD.org>
Tested by: jeffrey.e.pieper@intel.com
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D28640
(cherry picked from commit d08b8680e12ad692736c84238dcf45c70c228914)
Diffstat (limited to 'sys/dev/ice/ice_hw_autogen.h')
-rw-r--r-- | sys/dev/ice/ice_hw_autogen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ice/ice_hw_autogen.h b/sys/dev/ice/ice_hw_autogen.h index ccbed89893ee..7d2203849b23 100644 --- a/sys/dev/ice/ice_hw_autogen.h +++ b/sys/dev/ice/ice_hw_autogen.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Copyright (c) 2020, Intel Corporation +/* Copyright (c) 2021, Intel Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without |