Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jul 2023 21:49:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271062] add support for 28xx based device to isp(4)
Message-ID:  <bug-271062-227-9hGHWU3I3I@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271062-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271062-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271062

--- Comment #21 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D707e4d1b20aa3983f7cd2f444d6ce41ee=
bc02698

commit 707e4d1b20aa3983f7cd2f444d6ce41eebc02698
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:30 +0000

    isp(4): Use the FLT on all supported controllers

    The ISP26xx based HBAs are left as is for now with static NVRAM address=
ing.
    Those HBAs are known as 83xx (2031 and 8031 for real) and need special
handling.
    This is left for further investigation for now.

    Cosmetics:
      - rename functions and defines as they are no longer specific to 28xx
      - set reasonable log levels
      - sort FLT and NVRAM functions (in the order they are used)

    Tested and approved to work on real hardware with:
      - Qlogic ISP 2532 (QLogic QLE2562 8Gb 2Port FC Adapter)
      - Qlogic ISP 2722 (QLogic QLE2690 16Gb FC Adapter)
      - Qlogic ISP 2812 (QLogic QLE2772 32Gbit 2Port FC Adapter)

    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    | 417 +++++++++++++++++++++++++++++------------------=
----
 sys/dev/isp/ispreg.h |  29 ++--
 sys/dev/isp/ispvar.h |   4 +
 3 files changed, 260 insertions(+), 190 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271062-227-9hGHWU3I3I>