Page MenuHomeFreeBSD

loader: remove BD_SUPPORT_FRAGS
ClosedPublic

Authored by tsoome on Aug 6 2018, 5:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 25 2024, 12:58 PM
Unknown Object (File)
Nov 25 2024, 3:53 AM
Unknown Object (File)
Nov 16 2024, 6:10 AM
Unknown Object (File)
Nov 11 2024, 3:23 PM
Unknown Object (File)
Nov 7 2024, 5:43 PM
Unknown Object (File)
Nov 5 2024, 7:14 AM
Unknown Object (File)
Oct 29 2024, 3:03 PM
Unknown Object (File)
Oct 2 2024, 7:29 PM
Subscribers
None

Details

Summary

BD_SUPPORT_FRAGS is preprocessor knob to allow partial reads in bioscd/biosdisk
level. However, we already have support for partial reads in bcache, and there
is no need to have duplication via preprocessor controls.

Note that bioscd/biosdisk interface is assumed to perform IO in 512B blocks,
so the only translation we have to do is 512 <-> native block size.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 15 2018, 9:21 PM
This revision was automatically updated to reflect the committed changes.