Page MenuHomeFreeBSD

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

Authored by michaelo on Fri, Jan 9, 9:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 10, 9:48 AM
Unknown Object (File)
Sat, Jan 10, 5:39 AM
Unknown Object (File)
Sat, Jan 10, 3:59 AM
Unknown Object (File)
Fri, Jan 9, 10:12 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.