freebsd-dev/sys/dev/efidev
Kyle Evans 9be9771c87 efidev: remove EFIIOC_GET_TABLE ioctl
This ioctl would instantly induce a panic, likely since near inception, up
until 0861c7d3e0. Lack of previous interest in fixing it combined with
the problematic interface (exports a pointer, really a physical address)
brings us to the natural conclusion: remove it until a useful consumer
forward.

If it eventually gets resurrected, the interface should definitely not
return in this exact form and likely needs to be reimagined.

The associated KPI, efi_get_table, is left intact for the time being.

Reviewed by:	imp, jrtc27
Also discussed with:	brooks, jhb
Differential Revision:	https://reviews.freebsd.org/D28030
2021-01-08 10:41:50 -06:00
..
efidev.c efidev: remove EFIIOC_GET_TABLE ioctl 2021-01-08 10:41:50 -06:00
efirt.c kern: efirt: correct configuration table entry size 2020-12-29 11:38:34 -06:00
efirtc.c Improve error messages from clock_if.m method failures. 2018-09-02 20:17:51 +00:00