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)
Sun, Aug 2, 5:18 AM
Unknown Object (File)
Sun, Aug 2, 2:50 AM
Unknown Object (File)
Sat, Aug 1, 8:37 AM
Unknown Object (File)
Wed, Jul 29, 6:26 PM
Unknown Object (File)
Fri, Jul 24, 4:49 AM
Unknown Object (File)
Thu, Jul 23, 6:33 PM
Unknown Object (File)
Tue, Jul 21, 9:44 PM
Unknown Object (File)
Tue, Jul 21, 1:14 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 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.Feb 17 2026, 8:46 PM
This revision was automatically updated to reflect the committed changes.