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)
Jan 12 2024, 12:20 AM
Unknown Object (File)
Jun 26 2023, 11:03 PM
Unknown Object (File)
Jun 26 2023, 5:18 AM
Unknown Object (File)
Jun 26 2023, 5:16 AM
Unknown Object (File)
Jun 26 2023, 5:12 AM
Unknown Object (File)
Jun 26 2023, 5:03 AM
Unknown Object (File)
Jun 15 2023, 7:02 PM
Unknown Object (File)
May 8 2023, 9:07 AM
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.