[Bug 273263] isp(4): 32Gbit Qlogic cards do not work
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273263] isp(4): 32Gbit Qlogic cards do not work"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 18:36:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273263 --- Comment #15 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b0c6b06836351b3908ba5b2a847c89c42d1a46c3 commit b0c6b06836351b3908ba5b2a847c89c42d1a46c3 Author: Joerg Pulz <Joerg.Pulz@frm2.tum.de> AuthorDate: 2023-10-27 14:02:07 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-12-28 18:31:56 +0000 ispfw(4): Update and add firmware Update 25xx firmware: version 8.8.207 Add 26xx firmware: version 8.8.231 Add 27xx firmware: version 9.12.0 Add 28xx firmware: version 9.12.1 Remove BUGS section from manpage as we now have firmware for all supported controllers. PR: 273263 MFC after: 1 month Pull Request: https://github.com/freebsd/freebsd-src/pull/877 Sponsored by: Technical University of Munich share/man/man4/ispfw.4 | 5 +- sys/dev/ispfw/asm_2500.h | 29843 +++++++++++----------- sys/dev/ispfw/asm_2600.h (new) | 22384 ++++++++++++++++ sys/dev/ispfw/asm_2700.h (new) | 27431 ++++++++++++++++++++ sys/dev/ispfw/asm_2800.h (new) | 38311 ++++++++++++++++++++++++++++ sys/dev/ispfw/ispfw.c | 45 + sys/modules/ispfw/Makefile | 3 + sys/modules/ispfw/isp_2600/Makefile (new) | 35 + sys/modules/ispfw/isp_2700/Makefile (new) | 35 + sys/modules/ispfw/isp_2800/Makefile (new) | 35 + 10 files changed, 102626 insertions(+), 15501 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.