HomeFreeBSD

efipart_strategy is using wrong offset with >512B sectors

Description

efipart_strategy is using wrong offset with >512B sectors

The strategy() calls are assuming 512B sectors, so we need to adjust the
offset accordingly.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D12849

Details