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)
Sun, Jul 5, 5:49 AM
Unknown Object (File)
Fri, Jul 3, 12:06 PM
Unknown Object (File)
Fri, Jul 3, 8:32 AM
Unknown Object (File)
Fri, Jul 3, 4:26 AM
Unknown Object (File)
Wed, Jul 1, 2:37 AM
Unknown Object (File)
Jun 17 2026, 4:01 AM
Unknown Object (File)
Jun 16 2026, 6:05 AM
Unknown Object (File)
May 6 2026, 10:28 PM
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 45300
Build 42188: 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
1053

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
1053

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