mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Rename vt(4) vga module to dismiss interference with syscons(4) vga module.
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a9e1cffd28
commit
a401c53acb
3 changed files with 2 additions and 2 deletions
|
|
@ -2526,7 +2526,7 @@ dev/vt/font/vt_font_default.c optional vt
|
|||
dev/vt/font/vt_mouse_cursor.c optional vt
|
||||
dev/vt/hw/efifb/efifb.c optional vt_efifb
|
||||
dev/vt/hw/fb/vt_fb.c optional vt
|
||||
dev/vt/hw/vga/vga.c optional vt vt_vga
|
||||
dev/vt/hw/vga/vt_vga.c optional vt vt_vga
|
||||
dev/vt/logo/logo_freebsd.c optional vt splash
|
||||
dev/vt/vt_buf.c optional vt
|
||||
dev/vt/vt_consolectl.c optional vt
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/systm.h>
|
||||
|
||||
#include <dev/vt/vt.h>
|
||||
#include <dev/vt/hw/vga/vga_reg.h>
|
||||
#include <dev/vt/hw/vga/vt_vga_reg.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
|
||||
Loading…
Reference in a new issue