[Bug 271062] [PATCH] 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: Wed, 26 Apr 2023 15:46:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062 --- Comment #6 from Joerg Pulz <Joerg.Pulz@frm2.tum.de> --- (In reply to Alexander Motin from comment #5) You're absolutely right about this. As a workaround one can use hint.isp.N.portwwn and hint.isp.N.nodewwn in loader.conf(5) like this: hint.isp.0.portwwn=w2100f4deadbeef00 hint.isp.0.nodewwn=w2000f4deadbeef00 The real values can be taken from either the WWN label on the card or the Bios/EFI configuration of the card. Maybe a note about this in the BUGS section of isp(4) is required/useful? A hint about the special syntax for both parameters would not harm too. -- You are receiving this mail because: You are the assignee for the bug.