[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: Thu, 04 May 2023 07:54:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062 Joerg Pulz <Joerg.Pulz@frm2.tum.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #241948|0 |1 is obsolete| | --- Comment #12 from Joerg Pulz <Joerg.Pulz@frm2.tum.de> --- Created attachment 241964 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241964&action=edit patch v6 for CURRENT and RELENG-13.2 Rename function isp_rd_2400_nvram() to isp_rd_2xxx_flash() and use it to do the real flash reads for FLT header, FLT and NVRAM. Removed redundant and now obsolete isp_rd_2xxx_flthdr() and isp_rd_2xxx_flt() functions. All FLT related output is now hidden behind ISP_LOGDEBUG0. Thanks to mav@ for the comments. -- You are receiving this mail because: You are the assignee for the bug.