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)
Sat, Oct 25, 2:44 AM
Unknown Object (File)
Mon, Sep 29, 9:44 AM
Unknown Object (File)
Sep 10 2025, 8:08 AM
Unknown Object (File)
Sep 2 2025, 10:45 PM
Unknown Object (File)
Aug 4 2025, 3:23 AM
Unknown Object (File)
Jul 16 2025, 8:02 AM
Unknown Object (File)
Jun 29 2025, 4:34 AM
Unknown Object (File)
Jun 26 2025, 9:24 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.