Page MenuHomeFreeBSD

ada: Eliminate dead code
ClosedPublic

Authored by imp on Apr 24 2022, 2:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 3:24 PM
Unknown Object (File)
Mar 20 2024, 1:29 AM
Unknown Object (File)
Feb 21 2024, 10:45 PM
Unknown Object (File)
Jan 11 2024, 12:30 PM
Unknown Object (File)
Dec 23 2023, 12:13 AM
Unknown Object (File)
Dec 19 2023, 6:48 AM
Unknown Object (File)
Dec 12 2023, 6:45 AM
Unknown Object (File)
Nov 26 2023, 4:02 PM
Subscribers
None

Details

Reviewers
mav
Group Reviewers
cam
Commits
rGccaec73d0b49: ada: Eliminate dead code
Summary

We never use the cgd that we get from the XPT_GDEV_TYPE call. Prior to
9a6844d55fe33 we used it to determine if READ AHEAD or WRITE CACHING was
supported. However, all that information was moved into adasetflags so
we no longer need to this since it's cached in the softc and updated
with the IDENTIFY data changes automatically.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable