Page MenuHomeFreeBSD

cam: better ioctl compatibility for cd
ClosedPublic

Authored by imp on Nov 18 2023, 4:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 16, 9:17 AM
Unknown Object (File)
Mon, Mar 16, 9:10 AM
Unknown Object (File)
Mar 6 2026, 7:18 PM
Unknown Object (File)
Mar 6 2026, 3:56 AM
Unknown Object (File)
Mar 6 2026, 1:28 AM
Unknown Object (File)
Mar 1 2026, 3:12 AM
Unknown Object (File)
Mar 1 2026, 2:52 AM
Unknown Object (File)
Feb 7 2026, 5:23 PM
Subscribers
None

Details

Summary

Unlike xpt and pass driver, there's no test for ENOTTY in cdioctl to try
the compatbility ioctls. Add one.

However, this is a disk ioctl, not a cdev ioctl. To get around this, we
cast the struct disk * to a struct cdev * to pass through. We cast it
back in a simple wrapper function.

PR: 198336
Sponsored by: Netflix

Diff Detail

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