aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_compat.c
Commit message (Expand)AuthorAgeFilesLines
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix copy/paste bug in r306747.Alexander Motin2016-10-111-2/+2
* Fix ABI compat shims, broken by adding NVMe support.Alexander Motin2016-10-061-5/+71
* Make pass, sg and targ drivers respect HBA's maxio.Alexander Motin2015-09-301-1/+1
* Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernelNathan Whitehorn2013-12-141-18/+169
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-7/+122
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-122/+7
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-7/+122
* Add infrastructure for doing compatibility shims, as has been sorelyScott Long2013-06-171-0/+89