[Bug 271062] add support for 28xx based device to isp(4)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271062] [PATCH] add support for 28xx based device to isp(4)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jul 2023 21:49:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062
--- Comment #20 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=407abff6a445c8db335093868e9e7e70438c5901
commit 407abff6a445c8db335093868e9e7e70438c5901
Author: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
AuthorDate: 2023-07-07 21:43:34 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-07-07 21:45:29 +0000
isp(4): Add support for QLogic 28xx devices
This covers the following HBAs:
ISP2812-based 64/32G Fibre Channel to PCIe Controller:
QLE2770 Single Port 32GFC PCIe Gen4 x8 Adapter
QLE2772 Dual Port 32GFC PCIe Gen4 x8 Adapter
QLE2870 Single Port 64GFC PCIe Gen4 x8 Adapter
QLE2872 Dual Port 64GFC PCIe Gen4 x8 Adapter
ISP2814-based 64/32G Fibre Channel to PCIe Controller:
QLE2774 Quad Port 32GFC PCIe Gen4 x16 Adapter
QLE2874 Quad Port 64GFC PCIe Gen4 x16 Adapter
While here, add required bits to support 64GB FC.
Default framesize is set to 2048 for ISP28xx based HBAs for now.
PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726
sys/dev/isp/isp.c | 14 +++++++++++++-
sys/dev/isp/isp_pci.c | 28 ++++++++++++++++++++++++++++
sys/dev/isp/ispmbox.h | 3 +++
sys/dev/isp/ispvar.h | 3 +++
4 files changed, 47 insertions(+), 1 deletion(-)
--
You are receiving this mail because:
You are the assignee for the bug.