Page MenuHomeFreeBSD

fb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctls
ClosedPublic

Authored by manu on Dec 1 2021, 2:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2024, 4:57 PM
Unknown Object (File)
Feb 3 2024, 2:15 AM
Unknown Object (File)
Dec 23 2023, 2:31 PM
Unknown Object (File)
Nov 16 2023, 11:00 PM
Unknown Object (File)
Nov 6 2023, 7:37 AM
Unknown Object (File)
Oct 6 2023, 2:54 AM
Unknown Object (File)
Oct 5 2023, 6:31 AM
Unknown Object (File)
Oct 3 2023, 8:00 AM

Details

Summary

The FBIOSVIDEO/FBIOGVIDEO ioctls were added in 1994 with the 4.4 Lite import
but were never implemented in either sc(4), fb(4) or vt(4).
Remove it.

MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43090
Build 39978: arc lint + arc unit

Event Timeline

manu requested review of this revision.Dec 1 2021, 2:22 PM

Not relevant for FreeBSD.

Similar to D33215 seems to be implemented in NetBSD for various sun/sparc hardware e.g.

sys/arch/sparc64/dev/ffb.c:             return ffb_blank(sc, cmd == FBIOGVIDEO?
sys/arch/sun3/dev/bw2.c:/* FBIOGVIDEO: */
...
This revision is now accepted and ready to land.Dec 1 2021, 3:17 PM

I'll pick this as a random one to comment on: If you have all these 'remove old ioctl' commits on a branch, it wouldn't hurt to do an i386 exp run to see if there's any hidden users of these because of $OTHERSYSTEMS and it just compiling (even if it did nothing or failed when called).

This revision was automatically updated to reflect the committed changes.