Page MenuHomeFreeBSD

mrsas(4): Drop 'FreeBSD' in version banner
AbandonedPublic

Authored by michaelo on Jan 9 2026, 9:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 20, 4:32 PM
Unknown Object (File)
Thu, Feb 19, 1:47 AM
Unknown Object (File)
Feb 14 2026, 4:59 AM
Unknown Object (File)
Feb 6 2026, 10:38 PM
Unknown Object (File)
Feb 1 2026, 10:14 AM
Unknown Object (File)
Jan 26 2026, 6:37 PM
Unknown Object (File)
Jan 25 2026, 10:25 AM
Unknown Object (File)
Jan 24 2026, 4:43 AM
Subscribers
None

Details

Reviewers
ziaee
imp
emaste
Summary

MFC after: 3 days

Diff Detail

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

Event Timeline

michaelo created this revision.
sys/dev/mrsas/mrsas.c
357

Why don't we make this device_printf like mfi and then we don't need the driver name in the text?

sys/dev/mrsas/mrsas.c
357

That would be ideal, but I didn't do it becuase I didn't want to chane how mrsas_probe() behaves.

If the point is to align the two driver strings, I think that's one logical change and could/should be one commit.