View | Details | Raw Unified | Return to bug 197881
Collapse All | Expand All

(-)sys/boot/amd64/boot1.efi/boot1.c (-1 / +1 lines)
Lines 170-176 Link Here
170
	EFI_STATUS status;
170
	EFI_STATUS status;
171
171
172
	status = bootdev->ReadBlocks(bootdev, bootdev->Media->MediaId, lba,
172
	status = bootdev->ReadBlocks(bootdev, bootdev->Media->MediaId, lba,
173
	    nblk * bootdev->Media->BlockSize, buf);
173
		nblk * DEV_BSIZE, buf);
174
174
175
	if (EFI_ERROR(status))
175
	if (EFI_ERROR(status))
176
		return (-1);
176
		return (-1);

Return to bug 197881