mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
The main purpose of this feature is to be able to unload a KMS driver. When going back from the current vt(4) backend to the previous backend, the previous backend is reinitialized with the special VDF_DOWNGRADE flag set. Then the current driver is terminated with the new "vd_fini" callback. In the case of vt_fb and vt_vga, this allows the former to pass the vgapci device vt_fb used to vt_vga so the device can be rePOSTed. Differential Revision: https://reviews.freebsd.org/D687 |
||
|---|---|---|
| .. | ||
| boot_font.c | ||
| creator.c | ||
| creator_vt.c | ||
| creatorreg.h | ||
| fb.c | ||
| fb_if.m | ||
| fbd.c | ||
| fbreg.h | ||
| gallant12x22.c | ||
| gfb.h | ||
| machfb.c | ||
| machfbreg.h | ||
| s3_pci.c | ||
| splash.c | ||
| splash_bmp.c | ||
| splash_pcx.c | ||
| splash_txt.c | ||
| splashreg.h | ||
| vesa.c | ||
| vesa.h | ||
| vga.c | ||
| vgareg.h | ||