Page MenuHomeFreeBSD

bus: Change a few bus drivers to use consistent IVAR ranges
ClosedPublic

Authored by jhb on Jan 29 2026, 12:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 14, 11:53 PM
Unknown Object (File)
Wed, Mar 4, 3:14 PM
Unknown Object (File)
Feb 28 2026, 8:43 AM
Unknown Object (File)
Feb 26 2026, 9:57 PM
Unknown Object (File)
Feb 25 2026, 12:34 AM
Unknown Object (File)
Feb 24 2026, 2:13 PM
Unknown Object (File)
Feb 23 2026, 6:49 PM
Unknown Object (File)
Feb 23 2026, 6:49 PM
Subscribers
None

Details

Summary

A few bus drivers used 1 instead of 0 as the starting index of their
private IVARs. Fix those drivers to start at BUS_IVARS_PRIVATE for
consistency.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 70201
Build 67084: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jan 29 2026, 12:38 AM
jhb created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Feb 17 2026, 8:46 PM
This revision was automatically updated to reflect the committed changes.