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)
Thu, Feb 26, 9:57 PM
Unknown Object (File)
Wed, Feb 25, 12:34 AM
Unknown Object (File)
Tue, Feb 24, 2:13 PM
Unknown Object (File)
Mon, Feb 23, 6:49 PM
Unknown Object (File)
Mon, Feb 23, 6:49 PM
Unknown Object (File)
Mon, Feb 23, 12:46 PM
Unknown Object (File)
Mon, Feb 23, 12:46 PM
Unknown Object (File)
Sat, Feb 21, 11:12 AM
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 Not Applicable
Unit
Tests Not Applicable

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.Tue, Feb 17, 8:46 PM
This revision was automatically updated to reflect the committed changes.