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)
Mon, Mar 30, 7:19 AM
Unknown Object (File)
Sun, Mar 29, 2:56 PM
Unknown Object (File)
Sat, Mar 28, 3:13 AM
Unknown Object (File)
Thu, Mar 19, 8:23 PM
Unknown Object (File)
Wed, Mar 18, 1:55 PM
Unknown Object (File)
Wed, Mar 18, 1:55 AM
Unknown Object (File)
Sat, Mar 7, 12:33 AM
Unknown Object (File)
Mar 1 2026, 5:13 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.