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, Aug 14, 8:42 PM
Unknown Object (File)
Sat, Aug 8, 5:25 PM
Unknown Object (File)
Mon, Aug 3, 8:31 PM
Unknown Object (File)
Mon, Aug 3, 3:37 PM
Unknown Object (File)
Mon, Aug 3, 5:36 AM
Unknown Object (File)
Sun, Aug 2, 5:53 PM
Unknown Object (File)
Sun, Aug 2, 6:34 AM
Unknown Object (File)
Thu, Jul 30, 4:01 PM
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.