Page MenuHomeFreeBSD

fb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctls
ClosedPublic

Authored by manu on Dec 1 2021, 2:22 PM.
Tags
None
Referenced Files
F86676814: D33216.id99534.diff
Sun, Jun 23, 8:46 PM
Unknown Object (File)
Sat, Jun 22, 11:15 AM
Unknown Object (File)
Sat, Jun 22, 10:14 AM
Unknown Object (File)
Fri, Jun 21, 4:17 PM
Unknown Object (File)
Fri, Jun 21, 10:40 AM
Unknown Object (File)
Fri, Jun 21, 9:31 AM
Unknown Object (File)
Sat, Jun 15, 6:35 PM
Unknown Object (File)
Feb 23 2024, 4:57 PM

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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.