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:
Aleksandr Rybalko 2014-06-18 22:10:10 +00:00
parent a9e1cffd28
commit a401c53acb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267622
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>