]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cam(4): Add an xpt-neutral flag indicating a valid panic CCB
authorConrad Meyer <cem@FreeBSD.org>
Thu, 9 Aug 2018 21:53:32 +0000 (21:53 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Thu, 9 Aug 2018 21:53:32 +0000 (21:53 +0000)
commit2077be2b731a284ceebb8363eafd7f5ea88c669c
tree565635011ef87929959016cef58b29d1118325da
parent2d73ac5e4a12f6231f9ad6c7fcd20ef84c8b41b3
cam(4): Add an xpt-neutral flag indicating a valid panic CCB

No functional change.

Note that this change is careful to set the CCB header xflags after
foo_fill_bar() routines, which generally zero existing flags.  An earlier
version of this patch mistakenly set the flag before the fill routines.

Submitted by: Scott Ferris <sferris AT isilon.com>, jhibbits@
Reviewed by: bdrewery@, markj@, and non-committer FreeBSD contributor Anton Rang
Sponsored by: Dell EMC Isilon
sys/cam/ata/ata_da.c
sys/cam/cam_ccb.h
sys/cam/nvme/nvme_da.c
sys/cam/scsi/scsi_da.c