[Bug 271062] add support for 28xx based device to isp(4)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 19 Jan 2024 16:54:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #24 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=0a38059e24d44c2cb573df97b26dc10a2a9053c3

commit 0a38059e24d44c2cb573df97b26dc10a2a9053c3
Author:     Joerg Pulz <Joerg.Pulz@frm2.tum.de>
AuthorDate: 2023-07-07 21:43:34 +0000
Commit:     Alexander Motin <mav@FreeBSD.org>
CommitDate: 2024-01-19 16:51:46 +0000

    isp(4): Remove redundant functions for reading data from FLT and flash

    Rename isp_rd_2400_nvram to isp_rd_2xxx_flash.
    Cleanup some leftovers.
    Hide all output regarding FLT parsing behind ISP_LOGDEBUG0.

    Thanks to imp@ and mav@ for reviewing and commenting.

    PR: 271062
    Reviewed by: imp, mav
    Sponsored by: Technical University of Munich
    Pull Request: https://github.com/freebsd/freebsd-src/pull/726

    (cherry picked from commit 295fd9c1caeb42a4c93005080320d011bf01e4c0)

 sys/dev/isp/isp.c | 115 +++++++++++++++---------------------------------------
 1 file changed, 31 insertions(+), 84 deletions(-)

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