mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
cam/scsi_da: Bump deprecation one release.
These are still used in a quick poll that I've done, so we can't remove them in 14. Reset the removal to FreeBSD 15. Sponsored by: Netflix
This commit is contained in:
parent
0677f5ccbb
commit
d9fee1d021
@ -2351,11 +2351,11 @@ dasysctlinit(void *context, int pending)
|
||||
SYSCTL_ADD_PROC(&softc->sysctl_ctx, SYSCTL_CHILDREN(softc->sysctl_tree),
|
||||
OID_AUTO, "rotating", CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_MPSAFE,
|
||||
&softc->flags, (u_int)DA_FLAG_ROTATING, dabitsysctl, "I",
|
||||
"Rotating media *DEPRECATED* gone in FreeBSD 14");
|
||||
"Rotating media *DEPRECATED* gone in FreeBSD 15");
|
||||
SYSCTL_ADD_PROC(&softc->sysctl_ctx, SYSCTL_CHILDREN(softc->sysctl_tree),
|
||||
OID_AUTO, "unmapped_io", CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_MPSAFE,
|
||||
&softc->flags, (u_int)DA_FLAG_UNMAPPEDIO, dabitsysctl, "I",
|
||||
"Unmapped I/O support *DEPRECATED* gone in FreeBSD 14");
|
||||
"Unmapped I/O support *DEPRECATED* gone in FreeBSD 15");
|
||||
|
||||
#ifdef CAM_TEST_FAILURE
|
||||
SYSCTL_ADD_PROC(&softc->sysctl_ctx, SYSCTL_CHILDREN(softc->sysctl_tree),
|
||||
|
Loading…
Reference in New Issue
Block a user