Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Stop forcing -g in mpi3mr module because it breaks non-debug install.Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1314
mpi3mr: Divert large WriteSame IOs to firmware if unmap and ndob bits are setFirmware advertises the transfer lenght for writesame commands to driver during init.So for any writesame IOs with ndob
mpi3mr: Divert large WriteSame IOs to firmware if unmap and ndob bits are setFirmware advertises the transfer lenght for writesame commands to driver during init.So for any writesame IOs with ndob and unmap bit set and transfer lengh is greaterthan the max write same length specified by the firmware, then direct those commandsto firmware instead of hardware otherwise hardware will break.Reviewed by: impApproved by: impDifferential revision: https://reviews.freebsd.org/D44452
show more ...
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
mpi3mr: 3rd Generation Tri-Mode NVMe/SAS/SATA MegaRaid / eHBAThis is Broadcom's mpi3mr driver for FreeBSD version 8.6.0.2.0.The mpi3mr driver supports Broadcom SAS4116-based cards in the 9600seri
mpi3mr: 3rd Generation Tri-Mode NVMe/SAS/SATA MegaRaid / eHBAThis is Broadcom's mpi3mr driver for FreeBSD version 8.6.0.2.0.The mpi3mr driver supports Broadcom SAS4116-based cards in the 9600series: 9670W-16i, 9670-24i, 9660-16i, 9620-16i, 9600-24i, 9600-16i,9600W-16e, 9600-16e, 9600-8i8e.Initially only available as a module and on amd64/arm64, since that'show it has been tested to date. Future commits will add it to the kernelbuild and may expand the architectures it is supported on.Co-authored-by: Chandrakanth Patil <chandrakanth.patil@broadcom.com>Feedback-by: ken (prior versions)Reviewed-by: impRelNotes: yesDifferential-Revision: https://reviews.freebsd.org/D36771Differential-Revision: https://reviews.freebsd.org/D36772