mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
Create dataset for vt(4) drivers.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f06a81663f
commit
90fdc1c6c2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265392
@ -394,6 +394,9 @@ TERMINAL_DECLARE_EARLY(driver ## _consterm, vt_termclass, \
|
||||
SYSINIT(vt_early_cons, SI_SUB_INT_CONFIG_HOOKS, SI_ORDER_ANY, \
|
||||
vt_upgrade, &driver ## _consdev)
|
||||
|
||||
/* name argument is not used yet. */
|
||||
#define VT_DRIVER_DECLARE(name, drv) DATA_SET(vt_drv_set, drv)
|
||||
|
||||
/*
|
||||
* Fonts.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user