Page MenuHomeFreeBSD

stand/kshim: Replace devclass_equal with calls to strcmp
ClosedPublic

Authored by jhb on Jan 10 2025, 3:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 28, 11:32 PM
Unknown Object (File)
Tue, Apr 28, 11:27 PM
Unknown Object (File)
Mon, Apr 27, 1:06 PM
Unknown Object (File)
Sun, Apr 19, 11:02 AM
Unknown Object (File)
Sat, Apr 18, 8:20 PM
Unknown Object (File)
Wed, Apr 15, 2:29 AM
Unknown Object (File)
Mon, Apr 13, 1:28 PM
Unknown Object (File)
Sat, Apr 11, 7:50 PM
Subscribers

Diff Detail

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

Event Timeline

jhb requested review of this revision.Jan 10 2025, 3:22 AM

We lose the tiny a == b optimization but I can't imagine that matters.

This revision is now accepted and ready to land.Jan 10 2025, 3:45 AM
imp added inline comments.
stand/kshim/bsd_kernel.c
888

So hps was a smart fellow. Why did he do it this odd, tortued way?

stand/kshim/bsd_kernel.c
888

Maybe the a == b check? I'm not sure. It is also odd how many places it was used in places that had nothing to do with devclasses.