freebsd-dev/sys/dev/mpt
Alexander Motin 0f29396e49 mpt(4): Remove incorrect S/G segments limits.
First, two of those four checks are unreachable.
Second, I don't believe there should be ">=" instead of ">".
Third, bus_dma(9) already returns the same EFBIG if ">".

This fixes false I/O errors in worst S/G cases with maxphys >= 2MB.

MFC after:	1 week
2021-04-17 10:49:44 -04:00
..
mpilib mpt: clean up empty lines in .c and .h files 2020-09-01 22:06:41 +00:00
mpt_cam.c mpt(4): Remove incorrect S/G segments limits. 2021-04-17 10:49:44 -04:00
mpt_cam.h
mpt_debug.c mpt: clean up empty lines in .c and .h files 2020-09-01 22:06:41 +00:00
mpt_pci.c
mpt_raid.c mpt: clean up empty lines in .c and .h files 2020-09-01 22:06:41 +00:00
mpt_raid.h
mpt_reg.h
mpt_user.c mpt: clean up empty lines in .c and .h files 2020-09-01 22:06:41 +00:00
mpt.c Make MAXPHYS tunable. Bump MAXPHYS to 1M. 2020-11-28 12:12:51 +00:00
mpt.h Make MAXPHYS tunable. Bump MAXPHYS to 1M. 2020-11-28 12:12:51 +00:00