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)
Mon, May 18, 8:31 AM
Unknown Object (File)
Sun, May 17, 10:21 AM
Unknown Object (File)
Sun, May 17, 12:36 AM
Unknown Object (File)
Sat, May 16, 11:50 PM
Unknown Object (File)
Wed, May 13, 4:28 PM
Unknown Object (File)
Wed, May 6, 9:07 PM
Unknown Object (File)
Apr 25 2026, 9:28 AM
Unknown Object (File)
Apr 22 2026, 11:59 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.