Page MenuHomeFreeBSD

psm: Swap the unit member in the softc for a device_t.
ClosedPublic

Authored by jhb on Apr 20 2022, 8:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 9, 2:26 PM
Unknown Object (File)
Thu, Apr 9, 2:23 PM
Unknown Object (File)
Sun, Apr 5, 5:29 AM
Unknown Object (File)
Tue, Mar 24, 1:56 AM
Unknown Object (File)
Mon, Mar 23, 12:00 PM
Unknown Object (File)
Mar 18 2026, 4:32 AM
Unknown Object (File)
Mar 17 2026, 11:08 PM
Unknown Object (File)
Mar 17 2026, 6:55 AM
Subscribers
None

Details

Summary

This entails various changes to make this driver more "modern"
(new-bus vs pre-new-bus) using device_log() and device_printf() rather
than psm%d. It also fixes the device_busy/unbusy calls to use sc->dev
directly rather than looking the device_t up via the devclass and
unit.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45278
Build 42166: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Apr 20 2022, 8:15 PM
jhb created this revision.
imp added inline comments.
sys/dev/atkbdc/psm.c
1050

device_log() might not be a bad idea... But this is fine here.

This revision is now accepted and ready to land.Apr 20 2022, 9:24 PM
sys/dev/atkbdc/psm.c
1050

Oh, we have that now, yes. Ok, I'd rather use that.

This revision now requires review to proceed.Apr 21 2022, 4:34 PM
This revision is now accepted and ready to land.Apr 21 2022, 6:01 PM