kernel/mps: Fix a panic after the recent upgrade.
authorSascha Wildner <saw@online.de>
Mon, 8 Jul 2013 21:54:01 +0000 (23:54 +0200)
committerSascha Wildner <saw@online.de>
Mon, 8 Jul 2013 21:54:01 +0000 (23:54 +0200)
commit9a992d433742251c0e85cb4282d83849fc4c0653
treeae9bc4db0cd74acc3a1231974e1222f8e63e8824
parent0ab80df8e8864963ab99cc41f229fcf190ba4513
kernel/mps: Fix a panic after the recent upgrade.

It was crashing in xpt_done() with a NULL ccb. Reverting FreeBSD's
r249468 fixes that.

Something seems to be missing or different in our CAM here.
sys/dev/raid/mps/mps_sas.c